Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for hollow by netflix

    CVE-2021-28099 (GCVE-0-2021-28099)

    Vulnerability from nvd – Published: 2021-03-23 20:28 – Updated: 2024-08-03 21:33
    VLAI
    Summary
    In Netflix OSS Hollow, since the Files.exists(parent) is run before creating the directories, an attacker can pre-create these directories with wide permissions. Additionally, since an insecure source of randomness is used, the file names to be created can be deterministically calculated.
    Severity
    No CVSS data available.
    CWE
    • Local Information Disclosure
    Assigner
    References
    Impacted products
    Vendor Product Version
    n/a Netflix OSS Hollow Affected: All versions
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-03T21:33:17.497Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-001.md"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "Netflix OSS Hollow",
              "vendor": "n/a",
              "versions": [
                {
                  "status": "affected",
                  "version": "All versions"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In Netflix OSS Hollow, since the Files.exists(parent) is run before creating the directories, an attacker can pre-create these directories with wide permissions. Additionally, since an insecure source of randomness is used, the file names to be created can be deterministically calculated."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "Local Information Disclosure",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2021-03-23T20:28:52.000Z",
            "orgId": "ea63fd80-a441-4c7b-ba78-e48a8071cae2",
            "shortName": "netflix"
          },
          "references": [
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-001.md"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "security-report@netflix.com",
              "ID": "CVE-2021-28099",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "Netflix OSS Hollow",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "All versions"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "n/a"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "In Netflix OSS Hollow, since the Files.exists(parent) is run before creating the directories, an attacker can pre-create these directories with wide permissions. Additionally, since an insecure source of randomness is used, the file names to be created can be deterministically calculated."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "Local Information Disclosure"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-001.md",
                  "refsource": "MISC",
                  "url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-001.md"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "ea63fd80-a441-4c7b-ba78-e48a8071cae2",
        "assignerShortName": "netflix",
        "cveId": "CVE-2021-28099",
        "datePublished": "2021-03-23T20:28:52.000Z",
        "dateReserved": "2021-03-09T00:00:00.000Z",
        "dateUpdated": "2024-08-03T21:33:17.497Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2021-28099 (GCVE-0-2021-28099)

    Vulnerability from cvelistv5 – Published: 2021-03-23 20:28 – Updated: 2024-08-03 21:33
    VLAI
    Summary
    In Netflix OSS Hollow, since the Files.exists(parent) is run before creating the directories, an attacker can pre-create these directories with wide permissions. Additionally, since an insecure source of randomness is used, the file names to be created can be deterministically calculated.
    Severity
    No CVSS data available.
    CWE
    • Local Information Disclosure
    Assigner
    References
    Impacted products
    Vendor Product Version
    n/a Netflix OSS Hollow Affected: All versions
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-03T21:33:17.497Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-001.md"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "Netflix OSS Hollow",
              "vendor": "n/a",
              "versions": [
                {
                  "status": "affected",
                  "version": "All versions"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "In Netflix OSS Hollow, since the Files.exists(parent) is run before creating the directories, an attacker can pre-create these directories with wide permissions. Additionally, since an insecure source of randomness is used, the file names to be created can be deterministically calculated."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "Local Information Disclosure",
                  "lang": "en",
                  "type": "text"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2021-03-23T20:28:52.000Z",
            "orgId": "ea63fd80-a441-4c7b-ba78-e48a8071cae2",
            "shortName": "netflix"
          },
          "references": [
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-001.md"
            }
          ],
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "security-report@netflix.com",
              "ID": "CVE-2021-28099",
              "STATE": "PUBLIC"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "Netflix OSS Hollow",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "All versions"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "n/a"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "In Netflix OSS Hollow, since the Files.exists(parent) is run before creating the directories, an attacker can pre-create these directories with wide permissions. Additionally, since an insecure source of randomness is used, the file names to be created can be deterministically calculated."
                }
              ]
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "Local Information Disclosure"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-001.md",
                  "refsource": "MISC",
                  "url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2021-001.md"
                }
              ]
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "ea63fd80-a441-4c7b-ba78-e48a8071cae2",
        "assignerShortName": "netflix",
        "cveId": "CVE-2021-28099",
        "datePublished": "2021-03-23T20:28:52.000Z",
        "dateReserved": "2021-03-09T00:00:00.000Z",
        "dateUpdated": "2024-08-03T21:33:17.497Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }