Skip to content

Commit

Permalink
data/reports: add GO-2022-1184.yaml
Browse files Browse the repository at this point in the history
Aliases: CVE-2022-4643

Fixes #1184

Change-Id: I1c0d8c2562d4624ab18685084c9bf91096987250
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/459315
Run-TryBot: Tim King <taking@google.com>
Reviewed-by: Tatiana Bradley <tatiana@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
timothy-king committed Dec 27, 2022
1 parent 24bc9b8 commit db27d7d
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
67 changes: 67 additions & 0 deletions data/osv/GO-2022-1184.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"id": "GO-2022-1184",
"published": "0001-01-01T00:00:00Z",
"modified": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2022-4643"
],
"details": "The manipulation of the argument path to docconv.{ConvertPDF,PDFHasImage} leads to os command injection.",
"affected": [
{
"package": {
"name": "code.sajari.com/docconv",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "1.1.0"
},
{
"fixed": "1.3.5"
}
]
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2022-1184"
},
"ecosystem_specific": {
"imports": [
{
"path": "code.sajari.com/docconv",
"symbols": [
"Convert",
"ConvertPDF",
"ConvertPages",
"ConvertPath",
"ConvertPathReadability",
"PDFHasImage"
]
}
]
}
}
],
"references": [
{
"type": "FIX",
"url": "https://github.com/sajari/docconv/pull/110"
},
{
"type": "WEB",
"url": "https://github.com/sajari/docconv/releases/tag/v1.3.5"
},
{
"type": "FIX",
"url": "https://github.com/sajari/docconv/commit/b19021ade3d0b71c89d35cb00eb9e589a121faa5"
},
{
"type": "WEB",
"url": "https://vuldb.com/?id.216502"
}
],
"schema_version": "1.3.1"
}
26 changes: 26 additions & 0 deletions data/reports/GO-2022-1184.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
modules:
- module: code.sajari.com/docconv
versions:
- introduced: 1.1.0
fixed: 1.3.5
vulnerable_at: 1.3.4
packages:
- package: code.sajari.com/docconv
symbols:
- PDFHasImage
- ConvertPDF
derived_symbols:
- Convert
- ConvertPages
- ConvertPath
- ConvertPathReadability
description: |
The manipulation of the argument path to docconv.{ConvertPDF,PDFHasImage}
leads to os command injection.
cves:
- CVE-2022-4643
references:
- fix: https://github.com/sajari/docconv/pull/110
- web: https://github.com/sajari/docconv/releases/tag/v1.3.5
- fix: https://github.com/sajari/docconv/commit/b19021ade3d0b71c89d35cb00eb9e589a121faa5
- web: https://vuldb.com/?id.216502

0 comments on commit db27d7d

Please sign in to comment.