Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-xj4r-5hb3-rfcd
Summary
Zend-Mail remote code execution in zend-mail via Sendmail adapter
When using the zend-mail component to send email via the `Zend\Mail\Transport\Sendmail` transport, a malicious user may be able to inject arbitrary parameters to the system sendmail program. The attack is performed by providing additional quote characters within an address; when unsanitized, they can be interpreted as additional command line arguments, leading to the vulnerability.

The following example demonstrates injecting additional parameters to the sendmail binary via the From address:
```
use Zend\Mail;

$mail = new Mail\Message();
$mail->setBody('This is the text of the email.');

// inject additional parameters to sendmail command line
$mail->setFrom('"AAA\" params injection"@domain', 'Sender\'s name');

$mail->addTo('hacker@localhost', 'Name of recipient');
$mail->setSubject('TestSubject');

$transport = new Mail\Transport\Sendmail();
$transport->send($mail);
```
The attack works because zend-mail filters the email addresses using the RFC 3696 specification, where the string "AAA\" params injection"@domain is considered a valid address. This validation is provided using the zend-validator component with the following parameters:
```
Zend\Validator\EmailAddress(
Zend\Validator\Hostname::ALLOW_DNS | Zend\Validator\Hostname::ALLOW_LOCAL
)
```
The above accepts local domain with any string specified by double quotes as the local part. While this is valid per RFC 3696, due to the fact that sender email addresses are provided to the sendmail binary via the command line, they create the vulnerability described above.
Aliases
0
alias GHSA-cxf7-m5g2-v594
Fixed_packages
0
url pkg:composer/zendframework/zend-mail@2.4.11
purl pkg:composer/zendframework/zend-mail@2.4.11
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.11
1
url pkg:composer/zendframework/zend-mail@2.7.2
purl pkg:composer/zendframework/zend-mail@2.7.2
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.7.2
Affected_packages
0
url pkg:composer/zendframework/zend-mail@2.0.0
purl pkg:composer/zendframework/zend-mail@2.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.0.0
1
url pkg:composer/zendframework/zend-mail@2.0.3
purl pkg:composer/zendframework/zend-mail@2.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.0.3
2
url pkg:composer/zendframework/zend-mail@2.0.4
purl pkg:composer/zendframework/zend-mail@2.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.0.4
3
url pkg:composer/zendframework/zend-mail@2.0.5
purl pkg:composer/zendframework/zend-mail@2.0.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.0.5
4
url pkg:composer/zendframework/zend-mail@2.0.6
purl pkg:composer/zendframework/zend-mail@2.0.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.0.6
5
url pkg:composer/zendframework/zend-mail@2.0.7
purl pkg:composer/zendframework/zend-mail@2.0.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.0.7
6
url pkg:composer/zendframework/zend-mail@2.0.8
purl pkg:composer/zendframework/zend-mail@2.0.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.0.8
7
url pkg:composer/zendframework/zend-mail@2.1.0
purl pkg:composer/zendframework/zend-mail@2.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.1.0
8
url pkg:composer/zendframework/zend-mail@2.1.1
purl pkg:composer/zendframework/zend-mail@2.1.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.1.1
9
url pkg:composer/zendframework/zend-mail@2.1.2
purl pkg:composer/zendframework/zend-mail@2.1.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.1.2
10
url pkg:composer/zendframework/zend-mail@2.1.3
purl pkg:composer/zendframework/zend-mail@2.1.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.1.3
11
url pkg:composer/zendframework/zend-mail@2.1.4
purl pkg:composer/zendframework/zend-mail@2.1.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.1.4
12
url pkg:composer/zendframework/zend-mail@2.1.5
purl pkg:composer/zendframework/zend-mail@2.1.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.1.5
13
url pkg:composer/zendframework/zend-mail@2.1.6
purl pkg:composer/zendframework/zend-mail@2.1.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.1.6
14
url pkg:composer/zendframework/zend-mail@2.2.0rc1
purl pkg:composer/zendframework/zend-mail@2.2.0rc1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.0rc1
15
url pkg:composer/zendframework/zend-mail@2.2.0rc2
purl pkg:composer/zendframework/zend-mail@2.2.0rc2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.0rc2
16
url pkg:composer/zendframework/zend-mail@2.2.0rc3
purl pkg:composer/zendframework/zend-mail@2.2.0rc3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.0rc3
17
url pkg:composer/zendframework/zend-mail@2.2.0
purl pkg:composer/zendframework/zend-mail@2.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.0
18
url pkg:composer/zendframework/zend-mail@2.2.1
purl pkg:composer/zendframework/zend-mail@2.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.1
19
url pkg:composer/zendframework/zend-mail@2.2.2
purl pkg:composer/zendframework/zend-mail@2.2.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.2
20
url pkg:composer/zendframework/zend-mail@2.2.3
purl pkg:composer/zendframework/zend-mail@2.2.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.3
21
url pkg:composer/zendframework/zend-mail@2.2.4
purl pkg:composer/zendframework/zend-mail@2.2.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.4
22
url pkg:composer/zendframework/zend-mail@2.2.5
purl pkg:composer/zendframework/zend-mail@2.2.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.5
23
url pkg:composer/zendframework/zend-mail@2.2.6
purl pkg:composer/zendframework/zend-mail@2.2.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.6
24
url pkg:composer/zendframework/zend-mail@2.2.7
purl pkg:composer/zendframework/zend-mail@2.2.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.7
25
url pkg:composer/zendframework/zend-mail@2.2.8
purl pkg:composer/zendframework/zend-mail@2.2.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.8
26
url pkg:composer/zendframework/zend-mail@2.2.9
purl pkg:composer/zendframework/zend-mail@2.2.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.9
27
url pkg:composer/zendframework/zend-mail@2.2.10
purl pkg:composer/zendframework/zend-mail@2.2.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.2.10
28
url pkg:composer/zendframework/zend-mail@2.3.0
purl pkg:composer/zendframework/zend-mail@2.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bm4-grk6-w7hk
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.0
29
url pkg:composer/zendframework/zend-mail@2.3.1
purl pkg:composer/zendframework/zend-mail@2.3.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bm4-grk6-w7hk
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.1
30
url pkg:composer/zendframework/zend-mail@2.3.2
purl pkg:composer/zendframework/zend-mail@2.3.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bm4-grk6-w7hk
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.2
31
url pkg:composer/zendframework/zend-mail@2.3.3
purl pkg:composer/zendframework/zend-mail@2.3.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bm4-grk6-w7hk
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.3
32
url pkg:composer/zendframework/zend-mail@2.3.4
purl pkg:composer/zendframework/zend-mail@2.3.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bm4-grk6-w7hk
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.4
33
url pkg:composer/zendframework/zend-mail@2.3.5
purl pkg:composer/zendframework/zend-mail@2.3.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bm4-grk6-w7hk
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.5
34
url pkg:composer/zendframework/zend-mail@2.3.6
purl pkg:composer/zendframework/zend-mail@2.3.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bm4-grk6-w7hk
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.6
35
url pkg:composer/zendframework/zend-mail@2.3.7
purl pkg:composer/zendframework/zend-mail@2.3.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bm4-grk6-w7hk
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.7
36
url pkg:composer/zendframework/zend-mail@2.3.8
purl pkg:composer/zendframework/zend-mail@2.3.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.8
37
url pkg:composer/zendframework/zend-mail@2.3.9
purl pkg:composer/zendframework/zend-mail@2.3.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.3.9
38
url pkg:composer/zendframework/zend-mail@2.4.0rc1
purl pkg:composer/zendframework/zend-mail@2.4.0rc1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.0rc1
39
url pkg:composer/zendframework/zend-mail@2.4.0rc2
purl pkg:composer/zendframework/zend-mail@2.4.0rc2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.0rc2
40
url pkg:composer/zendframework/zend-mail@2.4.0rc3
purl pkg:composer/zendframework/zend-mail@2.4.0rc3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.0rc3
41
url pkg:composer/zendframework/zend-mail@2.4.0rc4
purl pkg:composer/zendframework/zend-mail@2.4.0rc4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.0rc4
42
url pkg:composer/zendframework/zend-mail@2.4.0rc5
purl pkg:composer/zendframework/zend-mail@2.4.0rc5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.0rc5
43
url pkg:composer/zendframework/zend-mail@2.4.0rc6
purl pkg:composer/zendframework/zend-mail@2.4.0rc6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.0rc6
44
url pkg:composer/zendframework/zend-mail@2.4.0rc7
purl pkg:composer/zendframework/zend-mail@2.4.0rc7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.0rc7
45
url pkg:composer/zendframework/zend-mail@2.4.0
purl pkg:composer/zendframework/zend-mail@2.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5bm4-grk6-w7hk
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.0
46
url pkg:composer/zendframework/zend-mail@2.4.1
purl pkg:composer/zendframework/zend-mail@2.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.1
47
url pkg:composer/zendframework/zend-mail@2.4.2
purl pkg:composer/zendframework/zend-mail@2.4.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.2
48
url pkg:composer/zendframework/zend-mail@2.4.3
purl pkg:composer/zendframework/zend-mail@2.4.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.3
49
url pkg:composer/zendframework/zend-mail@2.4.4
purl pkg:composer/zendframework/zend-mail@2.4.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.4
50
url pkg:composer/zendframework/zend-mail@2.4.5
purl pkg:composer/zendframework/zend-mail@2.4.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.5
51
url pkg:composer/zendframework/zend-mail@2.4.6
purl pkg:composer/zendframework/zend-mail@2.4.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.6
52
url pkg:composer/zendframework/zend-mail@2.4.7
purl pkg:composer/zendframework/zend-mail@2.4.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.7
53
url pkg:composer/zendframework/zend-mail@2.4.8
purl pkg:composer/zendframework/zend-mail@2.4.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.8
54
url pkg:composer/zendframework/zend-mail@2.4.9
purl pkg:composer/zendframework/zend-mail@2.4.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qs6q-pjks-euh4
1
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.9
55
url pkg:composer/zendframework/zend-mail@2.4.10
purl pkg:composer/zendframework/zend-mail@2.4.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qrb6-ar5k-eqha
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.4.10
56
url pkg:composer/zendframework/zend-mail@2.5.0
purl pkg:composer/zendframework/zend-mail@2.5.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qrb6-ar5k-eqha
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.5.0
57
url pkg:composer/zendframework/zend-mail@2.5.1
purl pkg:composer/zendframework/zend-mail@2.5.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qrb6-ar5k-eqha
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.5.1
58
url pkg:composer/zendframework/zend-mail@2.5.2
purl pkg:composer/zendframework/zend-mail@2.5.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qrb6-ar5k-eqha
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.5.2
59
url pkg:composer/zendframework/zend-mail@2.6.0
purl pkg:composer/zendframework/zend-mail@2.6.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qrb6-ar5k-eqha
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.6.0
60
url pkg:composer/zendframework/zend-mail@2.6.1
purl pkg:composer/zendframework/zend-mail@2.6.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qrb6-ar5k-eqha
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.6.1
61
url pkg:composer/zendframework/zend-mail@2.6.2
purl pkg:composer/zendframework/zend-mail@2.6.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qrb6-ar5k-eqha
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.6.2
62
url pkg:composer/zendframework/zend-mail@2.7.0
purl pkg:composer/zendframework/zend-mail@2.7.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qrb6-ar5k-eqha
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.7.0
63
url pkg:composer/zendframework/zend-mail@2.7.1
purl pkg:composer/zendframework/zend-mail@2.7.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qrb6-ar5k-eqha
1
vulnerability VCID-qs6q-pjks-euh4
2
vulnerability VCID-xj4r-5hb3-rfcd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/zendframework/zend-mail@2.7.1
References
0
reference_url https://framework.zend.com/security/advisory/ZF2016-04
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://framework.zend.com/security/advisory/ZF2016-04
1
reference_url https://github.com/FriendsOfPHP/security-advisories/blob/master/zendframework/zend-mail/ZF2016-04.yaml
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/FriendsOfPHP/security-advisories/blob/master/zendframework/zend-mail/ZF2016-04.yaml
2
reference_url https://github.com/zendframework/zend-mail
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/zendframework/zend-mail
3
reference_url https://github.com/zendframework/zend-mail/commit/0a92d0b3a8b7d7c7659aa569f1a66a23d4ad51af
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/zendframework/zend-mail/commit/0a92d0b3a8b7d7c7659aa569f1a66a23d4ad51af
4
reference_url https://github.com/zendframework/zend-mail/commit/7260c9768bf27c84f994c48698493fd1fa62fca3
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/zendframework/zend-mail/commit/7260c9768bf27c84f994c48698493fd1fa62fca3
5
reference_url https://github.com/zendframework/zend-mail/commit/8d18478b40fdeef7239fb7ea203e072edcadbe54
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/zendframework/zend-mail/commit/8d18478b40fdeef7239fb7ea203e072edcadbe54
6
reference_url https://github.com/advisories/GHSA-cxf7-m5g2-v594
reference_id GHSA-cxf7-m5g2-v594
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-cxf7-m5g2-v594
Weaknesses
0
cwe_id 74
name Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
description The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
1
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
2
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
Exploits
Severity_range_score7.0 - 8.9
Exploitability0.5
Weighted_severity8.0
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-xj4r-5hb3-rfcd