Skip to content

Commit

Permalink
assign cve number to pdsa, test=document_fix (PaddlePaddle#48846)
Browse files Browse the repository at this point in the history
  • Loading branch information
VigiZhang authored Dec 7, 2022
1 parent 34f5bf5 commit 683e69b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions security/advisory/pdsa-2022-001.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## PDSA-2022-001: OOB read in gather_tree

### CVE Number

CVE-2022-46741

### Impact

The PoC is as follows:
Expand Down
4 changes: 4 additions & 0 deletions security/advisory/pdsa-2022-001_cn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## PDSA-2022-001: OOB read in gather_tree

### CVE编号

CVE-2022-46741

### 影响

PoC如下:
Expand Down
4 changes: 4 additions & 0 deletions security/advisory/pdsa-2022-002.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## PDSA-2022-002: Code injection in paddle.audio.functional.get_window

### CVE Number

CVE-2022-46742

### Impact

`paddle.audio.functional.get_windowis` vulnerable to a code injection as it calls `eval` on user supplied `winstr`. This may lead to arbitrary code execution.
Expand Down
4 changes: 4 additions & 0 deletions security/advisory/pdsa-2022-002_cn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## PDSA-2022-002: Code injection in paddle.audio.functional.get_window

### CVE编号

CVE-2022-46742

### 影响

`paddle.audio.functional.get_window`由于使用`eval`用户提供的参数`winstr`而存在代码注入漏洞,将导致任意代码执行。
Expand Down

0 comments on commit 683e69b

Please sign in to comment.