5
CVSSv2

CVE-2014-3852

Published: 07/08/2014 Updated: 07/08/2014
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 445
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

Pyplate 0.08 does not include the HTTPOnly flag in a Set-Cookie header for the id cookie, which makes it easier for remote malicious users to obtain potentially sensitive information via script access to this cookie.

Vulnerable Product Search on Vulmon Subscribe to Product

pyplate pyplate 0.08

Github Repositories

A simple Node.js module that fetches and parses the latest Common Weakness Enumeration (CWE) list

fetch-cwe-list A simple Nodejs module that fetches and parses the latest Common Weakness Enumeration (CWE) list Install npm install fetch-cwe-list Usage const fetchCweList = require('fetch-cwe-list') // Basic usage fetchCweList()then((cweAry) => { consolelog(cweAry) }) // async/await const cweAry = await fetchCwe