gsd-2012-6708
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.
Aliases
Aliases
{ GSD: { alias: "CVE-2012-6708", description: "jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.", id: "GSD-2012-6708", references: [ "https://www.suse.com/security/cve/CVE-2012-6708.html", "https://security.archlinux.org/CVE-2012-6708", "https://alas.aws.amazon.com/cve/html/CVE-2012-6708.html", "https://packetstormsecurity.com/files/cve/CVE-2012-6708", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2012-6708", ], details: "jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.", id: "GSD-2012-6708", modified: "2023-12-13T01:20:17.428237Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "cve@mitre.org", ID: "CVE-2012-6708", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "n/a", version: { version_data: [ { version_value: "n/a", }, ], }, }, ], }, vendor_name: "n/a", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "n/a", }, ], }, ], }, references: { reference_data: [ { name: "https://snyk.io/vuln/npm:jquery:20120206", refsource: "MISC", url: "https://snyk.io/vuln/npm:jquery:20120206", }, { name: "https://bugs.jquery.com/ticket/11290", refsource: "MISC", url: "https://bugs.jquery.com/ticket/11290", }, { name: "https://github.com/jquery/jquery/commit/05531fc4080ae24070930d15ae0cea7ae056457d", refsource: "MISC", url: "https://github.com/jquery/jquery/commit/05531fc4080ae24070930d15ae0cea7ae056457d", }, { name: "https://help.ecostruxureit.com/display/public/UADCE725/Security+fixes+in+StruxureWare+Data+Center+Expert+v7.6.0", refsource: "CONFIRM", url: "https://help.ecostruxureit.com/display/public/UADCE725/Security+fixes+in+StruxureWare+Data+Center+Expert+v7.6.0", }, { name: "102792", refsource: "BID", url: "http://www.securityfocus.com/bid/102792", }, { name: "http://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.html", refsource: "MISC", url: "http://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.html", }, { name: "[drill-dev] 20191017 Dependencies used by Drill contain known vulnerabilities", refsource: "MLIST", url: "https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442@%3Cdev.drill.apache.org%3E", }, { name: "[drill-dev] 20191021 [jira] [Created] (DRILL-7416) Updates required to dependencies to resolve potential security vulnerabilities", refsource: "MLIST", url: "https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@%3Cdev.drill.apache.org%3E", }, { name: "[drill-issues] 20191021 [jira] [Created] (DRILL-7416) Updates required to dependencies to resolve potential security vulnerabilities", refsource: "MLIST", url: "https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc@%3Cissues.drill.apache.org%3E", }, { name: "openSUSE-SU-2020:0395", refsource: "SUSE", url: "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00041.html", }, { name: "http://packetstormsecurity.com/files/161972/Linksys-EA7500-2.0.8.194281-Cross-Site-Scripting.html", refsource: "MISC", url: "http://packetstormsecurity.com/files/161972/Linksys-EA7500-2.0.8.194281-Cross-Site-Scripting.html", }, ], }, }, "gitlab.com": { advisories: [ { affected_range: "<2.2.0", affected_versions: "All versions before 2.2.0", cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N", cvss_v3: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-78", "CWE-79", "CWE-937", ], date: "2023-07-10", description: "jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.", fixed_versions: [ "2.2.0", ], identifier: "CVE-2012-6708", identifiers: [ "GHSA-2pqj-h3vj-pqgw", "CVE-2012-6708", ], not_impacted: "All versions starting from 2.2.0", package_slug: "gem/jquery-rails", pubdate: "2020-09-01", solution: "Upgrade to version 2.2.0 or above.", title: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", urls: [ "https://bugs.jquery.com/ticket/11290", "https://bugs.jquery.com/ticket/12531", "https://bugs.jquery.com/ticket/6429", "https://bugs.jquery.com/ticket/9521", "https://nvd.nist.gov/vuln/detail/CVE-2017-16011", "https://nvd.nist.gov/vuln/detail/CVE-2012-6708", "https://github.com/jquery/jquery/commit/05531fc4080ae24070930d15ae0cea7ae056457d", "https://help.ecostruxureit.com/display/public/UADCE725/Security+fixes+in+StruxureWare+Data+Center+Expert+v7.6.0", "https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@%3Cdev.drill.apache.org%3E", "https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442@%3Cdev.drill.apache.org%3E", "https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc@%3Cissues.drill.apache.org%3E", "https://snyk.io/vuln/npm:jquery:20120206", "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00041.html", "http://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.html", "http://packetstormsecurity.com/files/161972/Linksys-EA7500-2.0.8.194281-Cross-Site-Scripting.html", "https://security.snyk.io/vuln/SNYK-DOTNET-JQUERY-450223", "https://research.insecurelabs.org/jquery/test/", "https://web.archive.org/web/20200227132049/http://www.securityfocus.com/bid/102792", "https://github.com/rails/jquery-rails/blob/v2.1.4/vendor/assets/javascripts/jquery.js#L59", "https://github.com/rails/jquery-rails/blob/v2.2.0/vendor/assets/javascripts/jquery.js#L67", "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/jquery-rails/CVE-2012-6708.yml", "https://github.com/advisories/GHSA-2pqj-h3vj-pqgw", ], uuid: "0fd35dd2-c3bc-4df6-ba80-a24c1b23a07d", }, { affected_range: "<6.1.2", affected_versions: "All versions before 6.1.2", cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N", cvss_v3: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-79", "CWE-937", ], date: "2019-06-10", description: "The jQuery library, which is included in rdoc, is vulnerable to Cross-site Scripting (XSS) attacks. jQuery only deems the input to be HTML if it explicitly starts with the `<` character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.", fixed_versions: [ "6.1.2", ], identifier: "CVE-2012-6708", identifiers: [ "CVE-2012-6708", ], not_impacted: "All versions starting from 6.1.2", package_slug: "gem/rdoc", pubdate: "2018-01-18", solution: "Upgrade to version 6.1.2 or above", title: "Cross-site Scripting", urls: [ "https://www.ruby-lang.org/en/news/2019/08/28/multiple-jquery-vulnerabilities-in-rdoc/", ], uuid: "ceef6439-170f-4108-950e-1fafaa536e26", }, { affected_range: "[1.7.1,1.8.3]", affected_versions: "All versions starting from 1.7.1 up to 1.8.3", cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N", cvss_v3: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-78", "CWE-79", "CWE-937", ], date: "2021-09-15", description: "jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.", fixed_versions: [ "1.9.0", ], identifier: "CVE-2012-6708", identifiers: [ "GHSA-2pqj-h3vj-pqgw", "CVE-2012-6708", ], not_impacted: "All versions before 1.7.1, all versions after 1.8.3", package_slug: "maven/org.webjars.npm/jquery", pubdate: "2020-09-01", solution: "Upgrade to version 1.9.0 or above.", title: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", urls: [ "https://nvd.nist.gov/vuln/detail/CVE-2017-16011", "https://nvd.nist.gov/vuln/detail/CVE-2012-6708", "https://github.com/jquery/jquery/commit/05531fc4080ae24070930d15ae0cea7ae056457d", "https://github.com/advisories/GHSA-2pqj-h3vj-pqgw", ], uuid: "d561e833-42c6-4ddb-aa70-e8109bf79201", }, { affected_range: ">=1.7.1 <=1.8.3", affected_versions: "All versions starting from 1.7.1 up to 1.8.3", cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N", cvss_v3: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-78", "CWE-79", "CWE-937", ], date: "2021-09-15", description: "jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.", fixed_versions: [ "1.9.0", ], identifier: "CVE-2012-6708", identifiers: [ "GHSA-2pqj-h3vj-pqgw", "CVE-2012-6708", ], not_impacted: "All versions before 1.7.1, all versions after 1.8.3", package_slug: "npm/jquery", pubdate: "2020-09-01", solution: "Upgrade to version 1.9.0 or above.", title: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", urls: [ "https://bugs.jquery.com/ticket/11290", "https://bugs.jquery.com/ticket/12531", "https://bugs.jquery.com/ticket/6429", "https://bugs.jquery.com/ticket/9521", "https://www.npmjs.com/advisories/329", "https://nvd.nist.gov/vuln/detail/CVE-2017-16011", "https://nvd.nist.gov/vuln/detail/CVE-2012-6708", "https://github.com/jquery/jquery/commit/05531fc4080ae24070930d15ae0cea7ae056457d", "https://help.ecostruxureit.com/display/public/UADCE725/Security+fixes+in+StruxureWare+Data+Center+Expert+v7.6.0", "https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@%3Cdev.drill.apache.org%3E", "https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442@%3Cdev.drill.apache.org%3E", "https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc@%3Cissues.drill.apache.org%3E", "https://snyk.io/vuln/npm:jquery:20120206", "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00041.html", "http://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.html", "http://packetstormsecurity.com/files/161972/Linksys-EA7500-2.0.8.194281-Cross-Site-Scripting.html", "http://www.securityfocus.com/bid/102792", "https://github.com/advisories/GHSA-2pqj-h3vj-pqgw", ], uuid: "cf6c009f-5d2b-4ffd-9d7f-120dccf2cabc", }, { affected_range: "[1.7.1,1.8.3]", affected_versions: "All versions starting from 1.7.1 up to 1.8.3", cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N", cvss_v3: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-78", "CWE-79", "CWE-937", ], date: "2023-05-31", description: "jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.", fixed_versions: [ "1.9.0", ], identifier: "CVE-2012-6708", identifiers: [ "GHSA-2pqj-h3vj-pqgw", "CVE-2012-6708", ], not_impacted: "All versions before 1.7.1, all versions after 1.8.3", package_slug: "nuget/jQuery", pubdate: "2020-09-01", solution: "Upgrade to version 1.9.0 or above.", title: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", urls: [ "https://bugs.jquery.com/ticket/11290", "https://bugs.jquery.com/ticket/12531", "https://bugs.jquery.com/ticket/6429", "https://bugs.jquery.com/ticket/9521", "https://www.npmjs.com/advisories/329", "https://nvd.nist.gov/vuln/detail/CVE-2017-16011", "https://nvd.nist.gov/vuln/detail/CVE-2012-6708", "https://github.com/jquery/jquery/commit/05531fc4080ae24070930d15ae0cea7ae056457d", "https://help.ecostruxureit.com/display/public/UADCE725/Security+fixes+in+StruxureWare+Data+Center+Expert+v7.6.0", "https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@%3Cdev.drill.apache.org%3E", "https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442@%3Cdev.drill.apache.org%3E", "https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc@%3Cissues.drill.apache.org%3E", "https://snyk.io/vuln/npm:jquery:20120206", "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00041.html", "http://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.html", "http://packetstormsecurity.com/files/161972/Linksys-EA7500-2.0.8.194281-Cross-Site-Scripting.html", "http://www.securityfocus.com/bid/102792", "https://security.snyk.io/vuln/SNYK-DOTNET-JQUERY-450223", "https://github.com/advisories/GHSA-2pqj-h3vj-pqgw", ], uuid: "3f535bf3-0968-423b-a174-74f4e7fb70e7", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:jquery:jquery:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "1.9.0", vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "cve@mitre.org", ID: "CVE-2012-6708", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-79", }, ], }, ], }, references: { reference_data: [ { name: "https://snyk.io/vuln/npm:jquery:20120206", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://snyk.io/vuln/npm:jquery:20120206", }, { name: "https://github.com/jquery/jquery/commit/05531fc4080ae24070930d15ae0cea7ae056457d", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/jquery/jquery/commit/05531fc4080ae24070930d15ae0cea7ae056457d", }, { name: "https://bugs.jquery.com/ticket/11290", refsource: "MISC", tags: [ "Exploit", "Issue Tracking", "Vendor Advisory", ], url: "https://bugs.jquery.com/ticket/11290", }, { name: "102792", refsource: "BID", tags: [ "Third Party Advisory", "VDB Entry", ], url: "http://www.securityfocus.com/bid/102792", }, { name: "https://help.ecostruxureit.com/display/public/UADCE725/Security+fixes+in+StruxureWare+Data+Center+Expert+v7.6.0", refsource: "CONFIRM", tags: [ "Third Party Advisory", ], url: "https://help.ecostruxureit.com/display/public/UADCE725/Security+fixes+in+StruxureWare+Data+Center+Expert+v7.6.0", }, { name: "http://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.html", refsource: "MISC", tags: [], url: "http://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.html", }, { name: "[drill-dev] 20191017 Dependencies used by Drill contain known vulnerabilities", refsource: "MLIST", tags: [], url: "https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442@%3Cdev.drill.apache.org%3E", }, { name: "[drill-dev] 20191021 [jira] [Created] (DRILL-7416) Updates required to dependencies to resolve potential security vulnerabilities", refsource: "MLIST", tags: [], url: "https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@%3Cdev.drill.apache.org%3E", }, { name: "openSUSE-SU-2020:0395", refsource: "SUSE", tags: [], url: "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00041.html", }, { name: "[drill-issues] 20191021 [jira] [Created] (DRILL-7416) Updates required to dependencies to resolve potential security vulnerabilities", refsource: "MLIST", tags: [], url: "https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc@%3Cissues.drill.apache.org%3E", }, { name: "http://packetstormsecurity.com/files/161972/Linksys-EA7500-2.0.8.194281-Cross-Site-Scripting.html", refsource: "MISC", tags: [], url: "http://packetstormsecurity.com/files/161972/Linksys-EA7500-2.0.8.194281-Cross-Site-Scripting.html", }, ], }, }, impact: { baseMetricV2: { acInsufInfo: false, cvssV2: { accessComplexity: "MEDIUM", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "NONE", baseScore: 4.3, confidentialityImpact: "NONE", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:M/Au:N/C:N/I:P/A:N", version: "2.0", }, exploitabilityScore: 8.6, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, severity: "MEDIUM", userInteractionRequired: true, }, baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.1, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.0", }, exploitabilityScore: 2.8, impactScore: 2.7, }, }, lastModifiedDate: "2021-03-25T16:15Z", publishedDate: "2018-01-18T23:29Z", }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.