CVE Explorer
CVE-2026-65064
Data::HashMap::Shared versions before 0.14 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW.
The segment is created in shm_generic.h with open(path, O_RDWR | O_CREAT | O_CLOEXEC, 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" segmen
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:e47c62013b3f2ec4e2320550e78a00bb65360e14efdbdfa29ee127366ffef13a · sha256:8c02f8ac271dc49e… · /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:e47c62013b3f2ec4e2320550e78a00bb65360e14efdbdfa29ee127366ffef13a · sha256:8c02f8ac271dc49e… · /containers/cna/problemTypes/1/descriptions/0
Affected products and versions
1 source assertion{"collectionURL":"https://cpan.org/modules","defaultStatus":"unaffected","packageName":"Data-HashMap-Shared","product":"Data::HashMap::Shared","programFiles":["shm_generic.h"],"repo":"https://github.com/vividsnow/perl5-data-hashmap-shared","vendor":"EGOR","versions":[{"lessThan":"0.14","status":"affected","version":"0","versionType":"custom"}]}
- cve_program_cvelist_v5affectedurn:baitaphish:normalized-source-record:v2:e47c62013b3f2ec4e2320550e78a00bb65360e14efdbdfa29ee127366ffef13a · sha256:8c02f8ac271dc49e… · /containers/cna/affected/0
Provider-owned CVSS observations
1 source assertion{"metric":{"attackComplexity":"LOW","attackVector":"LOCAL","availabilityImpact":"NONE","baseScore":3.8,"baseSeverity":"LOW","confidentialityImpact":"LOW","integrityImpact":"NONE","privilegesRequired":"LOW","scope":"CHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N","version":"3.1"},"metric_type":"cvssV3_1"}
- cve_program_cvelist_v5cvssurn:baitaphish:normalized-source-record:v2:e47c62013b3f2ec4e2320550e78a00bb65360e14efdbdfa29ee127366ffef13a · sha256:8c02f8ac271dc49e… · /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:e47c62013b3f2ec4e2320550e78a00bb65360e14efdbdfa29ee127366ffef13a · sha256:8c02f8ac271dc49e… · /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:e47c62013b3f2ec4e2320550e78a00bb65360e14efdbdfa29ee127366ffef13a · sha256:8c02f8ac271dc49e… · /containers/cna/problemTypes/1/descriptions/0
Source references
2 source assertions{"tags":["release-notes"],"url":"https://metacpan.org/release/EGOR/Data-HashMap-Shared-0.14/changes"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:e47c62013b3f2ec4e2320550e78a00bb65360e14efdbdfa29ee127366ffef13a · sha256:8c02f8ac271dc49e… · /containers/cna/references/1
{"url":"https://metacpan.org/release/EGOR/Data-HashMap-Shared-0.14/diff/EGOR/Data-HashMap-Shared-0.13#shm_generic.h"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:e47c62013b3f2ec4e2320550e78a00bb65360e14efdbdfa29ee127366ffef13a · sha256:8c02f8ac271dc49e… · /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.