CVE Explorer
CVE-2026-65065
Data::RoaringBitmap::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW.
The segment is created in roaring.h with open(path, O_RDWR|O_CREAT, 0666). The mode is 0666, so under the default umask 022 the file is created mode 0644 (world-readable). O_NOFOLLOW is absent, so a symlink planted at the path is followed, and O_EXCL is absent, so the open silently uses a pre-planted file instead of failing.
A "Shared" segment naturally
Known exploited
Not asserted
Disputed
No
Stale source
No
Conflicts
1
Preserved source conflicts
No provider value was silently selected as the winner.
cwe · 2 assertions
{"cweId":"CWE-732","description":"CWE-732 Incorrect Permission Assignment for Critical Resource","lang":"en","type":"CWE"}
- cve_program_cvelist_v5cweurn:baitaphish:normalized-source-record:v2:e21945e4e0a7b35bee97294654a27954dc3701132b4eea1561d8fd07824ecf03 · sha256:c16350057785a280… · /containers/cna/problemTypes/0/descriptions/0
{"cweId":"CWE-59","description":"CWE-59 Improper Link Resolution Before File Access","lang":"en","type":"CWE"}
- cve_program_cvelist_v5cweurn:baitaphish:normalized-source-record:v2:e21945e4e0a7b35bee97294654a27954dc3701132b4eea1561d8fd07824ecf03 · sha256:c16350057785a280… · /containers/cna/problemTypes/1/descriptions/0
Affected products and versions
1 source assertion{"collectionURL":"https://cpan.org/modules","defaultStatus":"unaffected","packageName":"Data-RoaringBitmap-Shared","product":"Data::RoaringBitmap::Shared","programFiles":["roaring.h"],"repo":"https://github.com/vividsnow/perl5-data-roaringbitmap-shared","vendor":"EGOR","versions":[{"lessThan":"0.02","status":"affected","version":"0","versionType":"custom"}]}
- cve_program_cvelist_v5affectedurn:baitaphish:normalized-source-record:v2:e21945e4e0a7b35bee97294654a27954dc3701132b4eea1561d8fd07824ecf03 · sha256:c16350057785a280… · /containers/cna/affected/0
Provider-owned CVSS observations
1 source assertion{"metric":{"attackComplexity":"LOW","attackVector":"LOCAL","availabilityImpact":"NONE","baseScore":5.5,"baseSeverity":"MEDIUM","confidentialityImpact":"HIGH","integrityImpact":"NONE","privilegesRequired":"LOW","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N","version":"3.1"},"metric_type":"cvssV3_1"}
- cve_program_cvelist_v5cvssurn:baitaphish:normalized-source-record:v2:e21945e4e0a7b35bee97294654a27954dc3701132b4eea1561d8fd07824ecf03 · sha256:c16350057785a280… · /containers/adp/0/metrics/0/cvssV3_1
CWE assertions
2 source assertions{"cweId":"CWE-732","description":"CWE-732 Incorrect Permission Assignment for Critical Resource","lang":"en","type":"CWE"}
- cve_program_cvelist_v5cweurn:baitaphish:normalized-source-record:v2:e21945e4e0a7b35bee97294654a27954dc3701132b4eea1561d8fd07824ecf03 · sha256:c16350057785a280… · /containers/cna/problemTypes/0/descriptions/0
{"cweId":"CWE-59","description":"CWE-59 Improper Link Resolution Before File Access","lang":"en","type":"CWE"}
- cve_program_cvelist_v5cweurn:baitaphish:normalized-source-record:v2:e21945e4e0a7b35bee97294654a27954dc3701132b4eea1561d8fd07824ecf03 · sha256:c16350057785a280… · /containers/cna/problemTypes/1/descriptions/0
Source references
2 source assertions{"tags":["release-notes"],"url":"https://metacpan.org/release/EGOR/Data-RoaringBitmap-Shared-0.02/changes"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:e21945e4e0a7b35bee97294654a27954dc3701132b4eea1561d8fd07824ecf03 · sha256:c16350057785a280… · /containers/cna/references/1
{"url":"https://metacpan.org/release/EGOR/Data-RoaringBitmap-Shared-0.02/diff/EGOR/Data-RoaringBitmap-Shared-0.01#roaring.h"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:e21945e4e0a7b35bee97294654a27954dc3701132b4eea1561d8fd07824ecf03 · sha256:c16350057785a280… · /containers/cna/references/0
Attribution and limitations
- CVE Program CVEList V5: Reproduce the MITRE copyright designation and CVE license in copies. Source →
Provider severity values are preserved separately. Baitaphish does not convert them into a risk rating, infer affected products, or treat EPSS as observed exploitation.