added adobe cna 1 example captured data potential from advisory
This commit is contained in:
parent
2825e1105d
commit
222619e03a
1 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,17 @@ Advisories are located here: https://helpx.adobe.com/security/security-bulletin.
|
|||
Each advisory has HTML tables with tr and td tags. h1 and h2 tags for validation of specific headings.
|
||||
[adobe_security_bulletin_example](img/adobe_security_bulletin_example.png)
|
||||
#### Captured Data Potential From Advisory
|
||||
```
|
||||
{
|
||||
:bulletin_id => 'APSB22-21',
|
||||
:date_published => 'May 10, 2022',
|
||||
:priority => '3',
|
||||
:summary => 'Adobe has released an update for Adobe Character Animator for Windows and macOS. This update resolves a critical vulnerability. Successful exploitation could lead to arbitrary code execution' ,
|
||||
:affected_versions => [{:product => 'Character Animator 2021', :version => '4.4.2 and earlier versions', :platform => 'Windows and macOS'}, {:product => 'Character Animator 2022', :version => '22.3 and earlier versions', :platform => 'Windows and macOS'}],
|
||||
:solution => [{:product => 'Character Animator 2021', :version => '4.4.7', :platform => 'Windows and macOS', :priority_rating => '3', :availability => 'https://www.adobe.com/creativecloud/catalog/desktop.html' }, {:product => 'Character Animator 2022', :version => '22.4', :platform => 'Windows and macOS', :availability => 'https://www.adobe.com/creativecloud/catalog/desktop.html'}],
|
||||
:vulnerability_details => [{:vulnerability_category => 'Out-of-bounds Write (CWE-787)', :vulnerability_impact => 'Arbitrary code execution', :severity => 'Critical', :cvss_base_score => '7.8', :cvss_vector => 'CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H', :cve_numbers => 'CVE-2022-28819'}]
|
||||
}
|
||||
```
|
||||
|
||||
## AMD
|
||||
### Advisory
|
||||
|
|
Loading…
Add table
Reference in a new issue