CVE-2025-21734

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-21734
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-21734.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-21734
Downstream
Related
Published
2025-02-27T03:15:14Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

misc: fastrpc: Fix copy buffer page size

For non-registered buffer, fastrpc driver copies the buffer and pass it to the remote subsystem. There is a problem with current implementation of page size calculation which is not considering the offset in the calculation. This might lead to passing of improper and out-of-bounds page size which could result in memory issue. Calculate page start and page end using the offset adjusted address instead of absolute address.

References

Affected packages