Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-kkef-q9fm-xuhw
Summary
TZInfo relative path traversal vulnerability allows loading of arbitrary files
### Impact

#### Affected versions

  - 0.3.60 and earlier.
  - 1.0.0 to 1.2.9 when used with the Ruby data source (tzinfo-data).

#### Vulnerability 

With the Ruby data source (the tzinfo-data gem for tzinfo version 1.0.0 and later and built-in to earlier versions), time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process.

For example, with version 1.2.9, you can run the following to load a file with path `/tmp/payload.rb`:

```ruby
TZInfo::Timezone.get("foo\n/../../../../../../../../../../../../../../../../tmp/payload")
```

The exact number of parent directory traversals needed will vary depending on the location of the tzinfo-data gem.

TZInfo versions 1.2.6 to 1.2.9 can be made to load files from outside of the Ruby load path. Versions up to and including 1.2.5 can only be made to load files from directories within the load path. 

This could be exploited in, for example, a Ruby on Rails application using tzinfo version 1.2.9, that allows file uploads and has a time zone selector that accepts arbitrary time zone identifiers. The CVSS score and severity have been set on this basis.

Versions 2.0.0 and later are not vulnerable.

### Patches

Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers (commit 9eddbb5c0e682736f61d0dd803b6031a5db9eadf for 0.3.x and commit 9905ca93abf7bf3e387bd592406e403cd18334c7 for 1.2.x).

Note that version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. For example if `/tmp/upload` was in the load path, then `TZInfo::Timezone.get('foo')` could load a file with path `/tmp/upload/tzinfo/definition/foo.rb`. Applications should ensure that untrusted files are not placed in a directory on the load path.

### Workarounds

As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\A[A-Za-z0-9+\-_]+(?:\/[A-Za-z0-9+\-_]+)*\z`.

### For more information

If you have any questions or comments about this advisory:
  - Open an issue in [the tzinfo repository](https://github.com/tzinfo/tzinfo).
Aliases
0
alias CVE-2022-31163
1
alias GHSA-5cm2-9h8c-rvfx
Fixed_packages
0
url pkg:deb/debian/ruby-tzinfo@1.2.6-1?distro=trixie
purl pkg:deb/debian/ruby-tzinfo@1.2.6-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@1.2.6-1%3Fdistro=trixie
1
url pkg:deb/debian/ruby-tzinfo@1.2.6-1%2Bdeb11u1?distro=trixie
purl pkg:deb/debian/ruby-tzinfo@1.2.6-1%2Bdeb11u1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@1.2.6-1%252Bdeb11u1%3Fdistro=trixie
2
url pkg:deb/debian/ruby-tzinfo@2.0.4-2?distro=trixie
purl pkg:deb/debian/ruby-tzinfo@2.0.4-2?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@2.0.4-2%3Fdistro=trixie
3
url pkg:deb/debian/ruby-tzinfo@2.0.5-1?distro=trixie
purl pkg:deb/debian/ruby-tzinfo@2.0.5-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@2.0.5-1%3Fdistro=trixie
4
url pkg:deb/debian/ruby-tzinfo@2.0.5-1
purl pkg:deb/debian/ruby-tzinfo@2.0.5-1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@2.0.5-1
5
url pkg:deb/debian/ruby-tzinfo@2.0.6-1?distro=trixie
purl pkg:deb/debian/ruby-tzinfo@2.0.6-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@2.0.6-1%3Fdistro=trixie
6
url pkg:gem/tzinfo@0.3.61
purl pkg:gem/tzinfo@0.3.61
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.61
7
url pkg:gem/tzinfo@1.2.10
purl pkg:gem/tzinfo@1.2.10
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.10
Affected_packages
0
url pkg:deb/debian/ruby-tzinfo@0.3.33-3
purl pkg:deb/debian/ruby-tzinfo@0.3.33-3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@0.3.33-3
1
url pkg:deb/debian/ruby-tzinfo@1.1.0-2
purl pkg:deb/debian/ruby-tzinfo@1.1.0-2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@1.1.0-2
2
url pkg:deb/debian/ruby-tzinfo@1.1.0-2%2Bdeb8u1
purl pkg:deb/debian/ruby-tzinfo@1.1.0-2%2Bdeb8u1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@1.1.0-2%252Bdeb8u1
3
url pkg:deb/debian/ruby-tzinfo@1.2.2-2
purl pkg:deb/debian/ruby-tzinfo@1.2.2-2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@1.2.2-2
4
url pkg:deb/debian/ruby-tzinfo@1.2.5-1
purl pkg:deb/debian/ruby-tzinfo@1.2.5-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@1.2.5-1
5
url pkg:deb/debian/ruby-tzinfo@1.2.6-1
purl pkg:deb/debian/ruby-tzinfo@1.2.6-1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/ruby-tzinfo@1.2.6-1
6
url pkg:gem/tzinfo@0.0.1
purl pkg:gem/tzinfo@0.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.0.1
7
url pkg:gem/tzinfo@0.0.2
purl pkg:gem/tzinfo@0.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.0.2
8
url pkg:gem/tzinfo@0.0.3
purl pkg:gem/tzinfo@0.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.0.3
9
url pkg:gem/tzinfo@0.0.4
purl pkg:gem/tzinfo@0.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.0.4
10
url pkg:gem/tzinfo@0.1.0
purl pkg:gem/tzinfo@0.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.1.0
11
url pkg:gem/tzinfo@0.1.1
purl pkg:gem/tzinfo@0.1.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.1.1
12
url pkg:gem/tzinfo@0.1.2
purl pkg:gem/tzinfo@0.1.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.1.2
13
url pkg:gem/tzinfo@0.2.0
purl pkg:gem/tzinfo@0.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.2.0
14
url pkg:gem/tzinfo@0.2.1
purl pkg:gem/tzinfo@0.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.2.1
15
url pkg:gem/tzinfo@0.2.2
purl pkg:gem/tzinfo@0.2.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.2.2
16
url pkg:gem/tzinfo@0.3.0
purl pkg:gem/tzinfo@0.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.0
17
url pkg:gem/tzinfo@0.3.1
purl pkg:gem/tzinfo@0.3.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.1
18
url pkg:gem/tzinfo@0.3.2
purl pkg:gem/tzinfo@0.3.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.2
19
url pkg:gem/tzinfo@0.3.3
purl pkg:gem/tzinfo@0.3.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.3
20
url pkg:gem/tzinfo@0.3.4
purl pkg:gem/tzinfo@0.3.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.4
21
url pkg:gem/tzinfo@0.3.5
purl pkg:gem/tzinfo@0.3.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.5
22
url pkg:gem/tzinfo@0.3.6
purl pkg:gem/tzinfo@0.3.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.6
23
url pkg:gem/tzinfo@0.3.7
purl pkg:gem/tzinfo@0.3.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.7
24
url pkg:gem/tzinfo@0.3.8
purl pkg:gem/tzinfo@0.3.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.8
25
url pkg:gem/tzinfo@0.3.9
purl pkg:gem/tzinfo@0.3.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.9
26
url pkg:gem/tzinfo@0.3.10
purl pkg:gem/tzinfo@0.3.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.10
27
url pkg:gem/tzinfo@0.3.11
purl pkg:gem/tzinfo@0.3.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.11
28
url pkg:gem/tzinfo@0.3.12
purl pkg:gem/tzinfo@0.3.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.12
29
url pkg:gem/tzinfo@0.3.13
purl pkg:gem/tzinfo@0.3.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.13
30
url pkg:gem/tzinfo@0.3.14
purl pkg:gem/tzinfo@0.3.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.14
31
url pkg:gem/tzinfo@0.3.15
purl pkg:gem/tzinfo@0.3.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.15
32
url pkg:gem/tzinfo@0.3.16
purl pkg:gem/tzinfo@0.3.16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.16
33
url pkg:gem/tzinfo@0.3.17
purl pkg:gem/tzinfo@0.3.17
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.17
34
url pkg:gem/tzinfo@0.3.18
purl pkg:gem/tzinfo@0.3.18
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.18
35
url pkg:gem/tzinfo@0.3.19
purl pkg:gem/tzinfo@0.3.19
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.19
36
url pkg:gem/tzinfo@0.3.20
purl pkg:gem/tzinfo@0.3.20
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.20
37
url pkg:gem/tzinfo@0.3.21
purl pkg:gem/tzinfo@0.3.21
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.21
38
url pkg:gem/tzinfo@0.3.22
purl pkg:gem/tzinfo@0.3.22
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.22
39
url pkg:gem/tzinfo@0.3.23
purl pkg:gem/tzinfo@0.3.23
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.23
40
url pkg:gem/tzinfo@0.3.24
purl pkg:gem/tzinfo@0.3.24
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.24
41
url pkg:gem/tzinfo@0.3.25
purl pkg:gem/tzinfo@0.3.25
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.25
42
url pkg:gem/tzinfo@0.3.26
purl pkg:gem/tzinfo@0.3.26
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.26
43
url pkg:gem/tzinfo@0.3.27
purl pkg:gem/tzinfo@0.3.27
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.27
44
url pkg:gem/tzinfo@0.3.28
purl pkg:gem/tzinfo@0.3.28
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.28
45
url pkg:gem/tzinfo@0.3.29
purl pkg:gem/tzinfo@0.3.29
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.29
46
url pkg:gem/tzinfo@0.3.30
purl pkg:gem/tzinfo@0.3.30
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.30
47
url pkg:gem/tzinfo@0.3.31
purl pkg:gem/tzinfo@0.3.31
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.31
48
url pkg:gem/tzinfo@0.3.32
purl pkg:gem/tzinfo@0.3.32
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.32
49
url pkg:gem/tzinfo@0.3.33
purl pkg:gem/tzinfo@0.3.33
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.33
50
url pkg:gem/tzinfo@0.3.34
purl pkg:gem/tzinfo@0.3.34
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.34
51
url pkg:gem/tzinfo@0.3.35
purl pkg:gem/tzinfo@0.3.35
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.35
52
url pkg:gem/tzinfo@0.3.36
purl pkg:gem/tzinfo@0.3.36
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.36
53
url pkg:gem/tzinfo@0.3.37
purl pkg:gem/tzinfo@0.3.37
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.37
54
url pkg:gem/tzinfo@0.3.38
purl pkg:gem/tzinfo@0.3.38
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.38
55
url pkg:gem/tzinfo@0.3.39
purl pkg:gem/tzinfo@0.3.39
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.39
56
url pkg:gem/tzinfo@0.3.40
purl pkg:gem/tzinfo@0.3.40
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.40
57
url pkg:gem/tzinfo@0.3.41
purl pkg:gem/tzinfo@0.3.41
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.41
58
url pkg:gem/tzinfo@0.3.42
purl pkg:gem/tzinfo@0.3.42
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.42
59
url pkg:gem/tzinfo@0.3.43
purl pkg:gem/tzinfo@0.3.43
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.43
60
url pkg:gem/tzinfo@0.3.44
purl pkg:gem/tzinfo@0.3.44
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.44
61
url pkg:gem/tzinfo@0.3.45
purl pkg:gem/tzinfo@0.3.45
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.45
62
url pkg:gem/tzinfo@0.3.46
purl pkg:gem/tzinfo@0.3.46
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.46
63
url pkg:gem/tzinfo@0.3.47
purl pkg:gem/tzinfo@0.3.47
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.47
64
url pkg:gem/tzinfo@0.3.48
purl pkg:gem/tzinfo@0.3.48
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.48
65
url pkg:gem/tzinfo@0.3.49
purl pkg:gem/tzinfo@0.3.49
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.49
66
url pkg:gem/tzinfo@0.3.50
purl pkg:gem/tzinfo@0.3.50
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.50
67
url pkg:gem/tzinfo@0.3.51
purl pkg:gem/tzinfo@0.3.51
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.51
68
url pkg:gem/tzinfo@0.3.52
purl pkg:gem/tzinfo@0.3.52
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.52
69
url pkg:gem/tzinfo@0.3.53
purl pkg:gem/tzinfo@0.3.53
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.53
70
url pkg:gem/tzinfo@0.3.54
purl pkg:gem/tzinfo@0.3.54
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.54
71
url pkg:gem/tzinfo@0.3.55
purl pkg:gem/tzinfo@0.3.55
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.55
72
url pkg:gem/tzinfo@0.3.56
purl pkg:gem/tzinfo@0.3.56
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.56
73
url pkg:gem/tzinfo@0.3.57
purl pkg:gem/tzinfo@0.3.57
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.57
74
url pkg:gem/tzinfo@0.3.58
purl pkg:gem/tzinfo@0.3.58
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.58
75
url pkg:gem/tzinfo@0.3.59
purl pkg:gem/tzinfo@0.3.59
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.59
76
url pkg:gem/tzinfo@0.3.60
purl pkg:gem/tzinfo@0.3.60
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.3.60
77
url pkg:gem/tzinfo@0.4
purl pkg:gem/tzinfo@0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@0.4
78
url pkg:gem/tzinfo@1.0.0
purl pkg:gem/tzinfo@1.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.0.0
79
url pkg:gem/tzinfo@1.0.1
purl pkg:gem/tzinfo@1.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.0.1
80
url pkg:gem/tzinfo@1.1.0
purl pkg:gem/tzinfo@1.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.1.0
81
url pkg:gem/tzinfo@1.2.0
purl pkg:gem/tzinfo@1.2.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.0
82
url pkg:gem/tzinfo@1.2.1
purl pkg:gem/tzinfo@1.2.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.1
83
url pkg:gem/tzinfo@1.2.2
purl pkg:gem/tzinfo@1.2.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.2
84
url pkg:gem/tzinfo@1.2.3
purl pkg:gem/tzinfo@1.2.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.3
85
url pkg:gem/tzinfo@1.2.4
purl pkg:gem/tzinfo@1.2.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.4
86
url pkg:gem/tzinfo@1.2.5
purl pkg:gem/tzinfo@1.2.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.5
87
url pkg:gem/tzinfo@1.2.6
purl pkg:gem/tzinfo@1.2.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.6
88
url pkg:gem/tzinfo@1.2.7
purl pkg:gem/tzinfo@1.2.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.7
89
url pkg:gem/tzinfo@1.2.8
purl pkg:gem/tzinfo@1.2.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.8
90
url pkg:gem/tzinfo@1.2.9
purl pkg:gem/tzinfo@1.2.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:gem/tzinfo@1.2.9
91
url pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1?arch=el7rhgs
purl pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1?arch=el7rhgs
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1%3Farch=el7rhgs
92
url pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1?arch=el8sat
purl pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1?arch=el8sat
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rubygem-tzinfo@1.2.10-1%3Farch=el8sat
93
url pkg:rpm/redhat/rubygem-tzinfo@2.0.5-1?arch=el8sat
purl pkg:rpm/redhat/rubygem-tzinfo@2.0.5-1?arch=el8sat
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2cup-9gdn-yyhk
1
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rubygem-tzinfo@2.0.5-1%3Farch=el8sat
94
url pkg:rpm/redhat/tfm-rubygem-tzinfo@1.2.10-1?arch=el7sat
purl pkg:rpm/redhat/tfm-rubygem-tzinfo@1.2.10-1?arch=el7sat
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kkef-q9fm-xuhw
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/tfm-rubygem-tzinfo@1.2.10-1%3Farch=el7sat
References
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-31163.json
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-31163.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2022-31163
reference_id
reference_type
scores
0
value 0.05032
scoring_system epss
scoring_elements 0.89774
published_at 2026-04-26T12:55:00Z
1
value 0.05032
scoring_system epss
scoring_elements 0.89773
published_at 2026-04-29T12:55:00Z
2
value 0.05032
scoring_system epss
scoring_elements 0.89758
published_at 2026-04-21T12:55:00Z
3
value 0.05032
scoring_system epss
scoring_elements 0.89764
published_at 2026-04-18T12:55:00Z
4
value 0.05032
scoring_system epss
scoring_elements 0.89763
published_at 2026-04-16T12:55:00Z
5
value 0.05032
scoring_system epss
scoring_elements 0.89747
published_at 2026-04-13T12:55:00Z
6
value 0.05032
scoring_system epss
scoring_elements 0.89708
published_at 2026-04-02T12:55:00Z
7
value 0.05032
scoring_system epss
scoring_elements 0.89749
published_at 2026-04-09T12:55:00Z
8
value 0.05032
scoring_system epss
scoring_elements 0.89742
published_at 2026-04-08T12:55:00Z
9
value 0.05032
scoring_system epss
scoring_elements 0.89723
published_at 2026-04-04T12:55:00Z
10
value 0.05032
scoring_system epss
scoring_elements 0.89725
published_at 2026-04-07T12:55:00Z
11
value 0.05032
scoring_system epss
scoring_elements 0.89754
published_at 2026-04-12T12:55:00Z
12
value 0.05032
scoring_system epss
scoring_elements 0.89756
published_at 2026-04-11T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2022-31163
2
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31163
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31163
3
reference_url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
4
reference_url https://github.com/rubysec/ruby-advisory-db/blob/master/gems/tzinfo/CVE-2022-31163.yml
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/rubysec/ruby-advisory-db/blob/master/gems/tzinfo/CVE-2022-31163.yml
5
reference_url https://github.com/tzinfo/tzinfo
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/tzinfo/tzinfo
6
reference_url https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-09-05T14:09:24Z/
url https://github.com/tzinfo/tzinfo/commit/9905ca93abf7bf3e387bd592406e403cd18334c7
7
reference_url https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-09-05T14:09:24Z/
url https://github.com/tzinfo/tzinfo/commit/9eddbb5c0e682736f61d0dd803b6031a5db9eadf
8
reference_url https://github.com/tzinfo/tzinfo/commit/ca29f349856d62cb2b2edb3257d9ddd2f97b3c27
reference_id
reference_type
scores
url https://github.com/tzinfo/tzinfo/commit/ca29f349856d62cb2b2edb3257d9ddd2f97b3c27
9
reference_url https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-09-05T14:09:24Z/
url https://github.com/tzinfo/tzinfo/releases/tag/v0.3.61
10
reference_url https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-09-05T14:09:24Z/
url https://github.com/tzinfo/tzinfo/releases/tag/v1.2.10
11
reference_url https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3
scoring_elements
1
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
2
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
3
value HIGH
scoring_system generic_textual
scoring_elements
4
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-09-05T14:09:24Z/
url https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx
12
reference_url https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
2
value Track*
scoring_system ssvc
scoring_elements SSVCv2/E:P/A:N/T:T/P:M/B:A/M:M/D:R/2024-09-05T14:09:24Z/
url https://lists.debian.org/debian-lts-announce/2022/08/msg00009.html
13
reference_url https://nvd.nist.gov/vuln/detail/CVE-2022-31163
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2022-31163
14
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2110551
reference_id 2110551
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2110551
15
reference_url https://github.com/advisories/GHSA-5cm2-9h8c-rvfx
reference_id GHSA-5cm2-9h8c-rvfx
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-5cm2-9h8c-rvfx
16
reference_url https://access.redhat.com/errata/RHSA-2022:7242
reference_id RHSA-2022:7242
reference_type
scores
url https://access.redhat.com/errata/RHSA-2022:7242
17
reference_url https://access.redhat.com/errata/RHSA-2023:1486
reference_id RHSA-2023:1486
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:1486
18
reference_url https://access.redhat.com/errata/RHSA-2023:2097
reference_id RHSA-2023:2097
reference_type
scores
url https://access.redhat.com/errata/RHSA-2023:2097
Weaknesses
0
cwe_id 22
name Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
description The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
1
cwe_id 23
name Relative Path Traversal
description The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as .. that can resolve to a location that is outside of that directory.
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.
3
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.
Exploits
Severity_range_score7.0 - 8.9
Exploitability0.5
Weighted_severity8.0
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-kkef-q9fm-xuhw