-
Abstract:
Line 77 of securityonion-capme/capme/index.php sends unvalidated data to a web browser, which can result in the browser executing malicious code.
Explanation:
Cross-site scripting (XSS) v…
w8mej updated
8 years ago
-
Abstract:
Line 71 of securityonion-capme/capme/index.php sends unvalidated data to a web browser, which can result in the browser executing malicious code.
Explanation:
Cross-site scripting (XSS) v…
w8mej updated
8 years ago
-
Abstract:
Line 65 of securityonion-capme/capme/index.php sends unvalidated data to a web browser, which can result in the browser executing malicious code.
Explanation:
Cross-site scripting (XSS) v…
w8mej updated
8 years ago
-
Abstract:
Line 64 of securityonion-capme/capme/index.php sends unvalidated data to a web browser, which can result in the browser executing malicious code.
Explanation:
Cross-site scripting (XSS) v…
w8mej updated
8 years ago
-
Abstract:
Line 57 of index.php sends unvalidated data to a web browser, which can result in the browser executing malicious code.
Explanation:
Cross-site scripting (XSS) vulnerabilities occur when:…
w8mej updated
8 years ago
-
Abstract:
Line 56 of index.php sends unvalidated data to a web browser, which can result in the browser executing malicious code.
Explanation:
Cross-site scripting (XSS) vulnerabilities occur when:…
w8mej updated
8 years ago
-
I'm going to write an encrypted 2P-set, and I'm trying to figure out if it would make sense to add it to replikativ. It's not entirely clear to me yet how much of replikativ right now is in the repo C…
-
by **fmccabe**:
I have been working on a programming language, also called Go, for the last 10 years.
There have
been papers published on this and I have a book.
I would appreciate it if google cha…
-
A wallet that's locked by default is generally a bad idea.
Lots of people will forget the password and then everything is lost.
Locking the wallet should not be done automatically, ever.
Let them do i…
-
```
In LZ4_uncompress:
By making a specially crafted input, with a literal length tag equal to the
value of -(op), it's possible to make 'cpy' have the value NULL.
cpy = op+length; // cpy is now NU…