GHSA-3jch-9qgp-4844

Suggest an improvement
Source
https://github.com/advisories/GHSA-3jch-9qgp-4844
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/06/GHSA-3jch-9qgp-4844/GHSA-3jch-9qgp-4844.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-3jch-9qgp-4844
Aliases
Published
2022-06-16T23:54:35Z
Modified
2023-11-08T04:14:40.953991Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Generated code can read and write out of bounds in safe code
Details

Code generated by flatbuffers' compiler is unsafe but not marked as such. See https://github.com/google/flatbuffers/issues/6627 for details.

All users that use generated code by flatbuffers compiler are recommended to: 1. not expose flatbuffer generated code as part of their public APIs 2. audit their code and look for any usage of follow, push, or any method that uses them (e.g. self_follow). 3. Carefuly go through the crates' documentation to understand which "safe" APIs are not intended to be used.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [],
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2022-06-16T23:54:35Z"
}
References

Affected packages

crates.io / flatbuffers

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
22.9.29