Lucene search

K
nessusThis script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.AUTH0_JSONWEBTOKEN_CVE-2022-23529.NASL
HistoryJan 13, 2023 - 12:00 a.m.

Auth0 JsonWebtoken < 9.0.0 Arbitrary File Write (deprecated)

2023-01-1300:00:00
This script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.
www.tenable.com
54

This plugin has been deprecated because CVE-2022-23529 has been rejected, and this is no longer considered a vulnerability

#%NASL_MIN_LEVEL 80900
##
#
# (C) Tenable Network Security, Inc.
#
# @DEPRECATED@
#
# Disabled on 2023/02/24. 
# Deprecated because the asscociated CCVE was rejected. This is no longer considered a vulnerability.
##

include('compat.inc');

if (description)
{
  script_id(170036);
  script_version("1.3");
  script_set_attribute(attribute:"plugin_modification_date", value:"2023/02/24");

  script_cve_id("CVE-2022-23529");

  script_name(english:"Auth0 JsonWebtoken < 9.0.0 Arbitrary File Write (deprecated)");

  script_set_attribute(attribute:"synopsis", value:
"This plugin has been deprecated.");
  script_set_attribute(attribute:"description", value:
"This plugin has been deprecated because CVE-2022-23529 has been rejected, and this is no longer considered a 
vulnerability");
  # https://github.com/auth0/node-jsonwebtoken/security/advisories/GHSA-27h2-hvpr-p74q
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?48a6e690");
  script_set_attribute(attribute:"solution", value:
"n\a");
  script_set_attribute(attribute:"agent", value:"all");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2022-23529");
  script_set_attribute(attribute:"cvss3_score_source", value:"CVE-2022-23529");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");

  script_set_attribute(attribute:"vuln_publication_date", value:"2022/12/21");
  script_set_attribute(attribute:"patch_publication_date", value:"2022/12/21");
  script_set_attribute(attribute:"plugin_publication_date", value:"2023/01/13");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:auth0:jsonwebtoken");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Misc.");

  script_copyright(english:"This script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.");

  exit(0);
}

exit(0);
VendorProductVersionCPE
auth0jsonwebtokencpe:/a:auth0:jsonwebtoken
Related for AUTH0_JSONWEBTOKEN_CVE-2022-23529.NASL