Publish Advisories

GHSA-432j-4fw9-2g6f
GHSA-4r4m-hjwj-43p8
This commit is contained in:
advisory-database[bot]
2023-09-07 22:51:55 +00:00
parent f127a597ac
commit a0f194a456
2 changed files with 21 additions and 5 deletions
@@ -1,15 +1,18 @@
{
"schema_version": "1.4.0",
"id": "GHSA-432j-4fw9-2g6f",
"modified": "2021-01-08T19:57:39Z",
"modified": "2023-09-07T22:50:22Z",
"published": "2019-02-18T23:44:33Z",
"aliases": [
"CVE-2016-10668"
],
"summary": "Downloads Resources over HTTP in libsbml",
"summary": "libsbml downloads Resources over HTTP",
"details": "Affected versions of `libsbml` 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 `libsbml`.\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": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
@@ -17,6 +20,11 @@
"ecosystem": "npm",
"name": "libsbml"
},
"ecosystem_specific": {
"affected_functions": [
""
]
},
"ranges": [
{
"type": "ECOSYSTEM",
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4r4m-hjwj-43p8",
"modified": "2020-08-31T18:10:49Z",
"modified": "2023-09-07T22:50:46Z",
"published": "2019-02-18T23:39:50Z",
"aliases": [
"CVE-2016-10536"
@@ -9,7 +9,10 @@
"summary": "Insecure Defaults Allow MITM Over TLS in engine.io-client",
"details": "Affected versions of `engine.io-client` do not verify certificates by default, and as such may be vulnerable to Man-in-the-Middle attacks.\n\nThe vulnerability is related to the way that node.js handles the `rejectUnauthorized` setting. If the value is something that evaluates to false, such as undefined or null, certificate verification will be disabled. \n\n\n\n## Recommendation\n\nUpdate to version 1.6.9 or later.\n\nIf you are unable to upgrade, ensure all calls to socket.io to have a `rejectedUnauthorized: true` flag.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"affected": [
{
@@ -17,6 +20,11 @@
"ecosystem": "npm",
"name": "engine.io-client"
},
"ecosystem_specific": {
"affected_functions": [
""
]
},
"ranges": [
{
"type": "ECOSYSTEM",