Lucene search
+L

9017 matches found

OpenVAS
OpenVAS
added 2017/02/08 12:0 a.m.134 views

Citrix NetScaler Nonce Generation Vulnerability (CTX220329)

A flaw has been identified in the GCM nonce generation functionality of Citrix NetScaler application Delivery Controller ADC and Citrix NetScaler Gateway that could result in the interception of session data. SPDX-FileCopyrightText: 2017 Greenbone AG Some text descriptions might be excerpted from...

5.9CVSS5.9AI score0.03183EPSS
Exploits0References2
Citrix
Citrix
added 2017/02/06 5:0 a.m.28 views

CVE-2017-5933 - Vulnerability in Citrix NetScaler Application Delivery Controller and NetScaler Gateway GCM nonce generation

Description of Problem A flaw in NetScaler ADC and Gateway causes GCM nonces to be randomly generated, making it marginally easier for remote attackers to obtain the GCM authentication key and spoof data within a session. The following vulnerability has been addressed: CVE-2017-5933: Vulnerabilit...

5.9CVSS0.1AI score0.03183EPSS
Exploits0
Veracode
Veracode
added 2017/02/02 7:10 a.m.21 views

Replay Attack

libzmq aka ZeroMQ is vulnerable to replay attacks. It is due to a flaw in the creation and validation of nonces, failing to detect nonces and disconnect malicious peers...

4.3CVSS5.9AI score0.019EPSS
Exploits0References10Affected Software1
Tenable Nessus
Tenable Nessus
added 2017/01/16 12:0 a.m.67 views

SUSE SLES12 Security Update : squid (SUSE-SU-2017:0128-1)

This update for squid fixes the following issues : - CVE-2016-10003: Prevent incorrect forwarding of cached private responses when Collapsed Forwarding feature is enabled. This allowed remote attacker proxy user to discover private and sensitive information about another user bsc1016169. -...

7.5CVSS6.5AI score0.11441EPSS
Exploits0References10
OSV
OSV
added 2017/01/13 3:15 p.m.8 views

SUSE-SU-2017:0128-1 Security update for squid

This update for squid fixes the following issues: - CVE-2016-10003: Prevent incorrect forwarding of cached private responses when Collapsed Forwarding feature is enabled. This allowed remote attacker proxy user to discover private and sensitive information about another user bsc1016169. -...

7.5CVSS7.3AI score0.11441EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2017/01/13 12:0 a.m.57 views

SUSE SLES12 Security Update : squid (SUSE-SU-2017:0116-1)

This update for squid fixes the following issues : - CVE-2016-10002: Fixed incorrect processing of responses to If-None-Modified HTTP conditional requests. This allowed responses containing private data to clients it should not have reached bsc1016168 - CVE-2014-9749: Prevent nonce replay in Dige...

7.5CVSS6.7AI score0.11441EPSS
Exploits0References7
OSV
OSV
added 2017/01/12 11:32 a.m.8 views

SUSE-SU-2017:0116-1 Security update for squid

This update for squid fixes the following issues: - CVE-2016-10002: Fixed incorrect processing of responses to If-None-Modified HTTP conditional requests. This allowed responses containing private data to clients it should not have reached bsc1016168 - CVE-2014-9749: Prevent nonce replay in Diges...

7.5CVSS7.4AI score0.11441EPSS
Exploits0References5
OSV
OSV
added 2017/01/11 4:33 p.m.6 views

SUSE-SU-2017:0110-1 Security update for squid3

This update for squid3 fixes the following issues: - CVE-2016-10002: Fixed incorrect processing of responses to If-None-Modified HTTP conditional requests. This allowed responses containing private data to clients it should not have reached bsc1016168 - CVE-2014-9749: Prevent nonce replay in Dige...

7.5CVSS7.4AI score0.11441EPSS
Exploits0References5
OSV
OSV
added 2016/10/25 2:29 p.m.6 views

CVE-2016-1000032

TGCaptcha2 version 0.3.0 is vulnerable to a replay attack due to a missing nonce allowing attackers to use a single solved CAPTCHA multiple times...

7.5CVSS5.8AI score0.01332EPSS
Exploits0References2
Prion
Prion
added 2016/10/25 2:29 p.m.16 views

Information disclosure

TGCaptcha2 version 0.3.0 is vulnerable to a replay attack due to a missing nonce allowing attackers to use a single solved CAPTCHA multiple times...

5CVSS7AI score0.01332EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2016/10/25 2:0 p.m.47 views

CVE-2016-1000032

CVE-2016-1000032 affects TGCaptcha2 version 0.3.0, where a missing nonce allows a solved CAPTCHA to be reused, enabling a replay attack. The provided connected documents corroborate this vulnerability and describe the core issue as a replay vulnerability due to the missing nonce. Impact is a sing...

7.5CVSS7.5AI score0.01332EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2016/10/25 2:0 p.m.23 views

CVE-2016-1000032

TGCaptcha2 version 0.3.0 is vulnerable to a replay attack due to a missing nonce allowing attackers to use a single solved CAPTCHA multiple times...

7.5AI score0.01332EPSS
Exploits0References2
ThreatPost
ThreatPost
added 2016/09/27 11:44 a.m.9 views

New Google Tools Help Devs Improve Content Security Policy Protection

Cross-site scripting is the cockroach of web application security vulnerabilities, enjoying continued longevity despite the abundant availability of scanning tools and programming advice designed to squash it. Google yesterday took another shot at eradicating XSS attacks with the release of two...

6.3AI score
Exploits0References2
wpexploit
wpexploit
added 2016/09/26 12:0 a.m.20 views

W3 Total Cache <= 0.9.4.1 – Unauthenticated Security Token Bypass

The /pub/apc.php file is used to empty the OPCache/APC. The script seems protected by a nonce aka security token: $nonce = W3Request::getstring'nonce'; $uri = $SERVER'REQUESTURI'; if wphash$uri == $nonce But the flaw stays in the == operator which is not the one to use when you want to compare...

7.2AI score
Exploits0References1
WPVulnDB
WPVulnDB
added 2016/09/26 12:0 a.m.13 views

W3 Total Cache <= 0.9.4.1 – Unauthenticated Security Token Bypass

The /pub/apc.php file is used to empty the OPCache/APC. The script seems protected by a nonce aka security token: $nonce = W3Request::getstring'nonce'; $uri = $SERVER'REQUESTURI'; if wphash$uri == $nonce But the flaw stays in the == operator which is not the one to use when you want to compare...

7AI score
Exploits0References1Affected Software1
Hacker One
Hacker One
added 2016/09/19 9:5 p.m.14 views

Ruby: Ruby OpenSSL Library - IV Reuse in GCM Mode

Hello, An IV reuse bug was discovered in Ruby's OpenSSL library when using aes-gcm. When encrypting data with aes--gcm, if the IV is set before setting the key, the cipher will default to using a static IV. This creates a static nonce and since aes-gcm is a stream cipher, this can lead to known...

7.1AI score
Exploits0
wpexploit
wpexploit
added 2016/09/14 12:0 a.m.24 views

WP Front End Profile <= 0.2.1 - Privilege Escalation & Stored Cross-Site Scripting (XSS)

It is possible to modify a POST request to overwrite user meta including 'wpcapabilities' and 'wpuserlevel' which results in a privilege escalation vulnerability. User input is not sanitised or escaped on output resulting in a stored XSS vulnerability. Timeline: 2016-09-12: Vulnerability found...

7.5CVSS0.4AI score0.02076EPSS
Exploits1References1
Hacker One
Hacker One
added 2016/08/17 3:57 a.m.24 views

Ian Dunn: Send emails to all users using Camptix

Ian, This is my first stab at submitting a bug, and I'm not even sure it is one. Here's what I found. If an admin of a site using Camptix who is logged into the admin screen visits a malicious site which has access to a valid wpnonce value could send a large volume of spam to all ticket holders...

0.1AI score
Exploits0
Packet Storm
Packet Storm
added 2016/08/16 12:0 a.m.34 views

WordPress Magic Fields 2 Cross Site Scripting

------------------------------------------------------------------------ Persistent Cross-Site Scripting in Magic Fields 2 WordPress Plugin ------------------------------------------------------------------------ Burak Kelebek, July 2016...

0.2AI score
Exploits0
BDU FSTEC
BDU FSTEC
added 2016/07/06 12:0 a.m.9 views

The vulnerability of Cisco IPS’ software allows a malicious individual to obtain a one-time code (nonce) for ECDSA encryption.

The vulnerability exists in the implementation of the Montgomery algorithm in OpenSSL, due to the temporal impermanence of the padding operations. Exploiting this vulnerability allows local users to obtain a one-time code nonce for ECDSA by attacking the cache through external channels using the...

1.9CVSS6.7AI score0.00942EPSS
Exploits1References10Affected Software1
Rows per page
Query Builder