CVE Explorer
CVE-2026-65067
Data::Intern::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 intern.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 lives in
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-59","description":"CWE-59 Improper Link Resolution Before File Access","lang":"en","type":"CWE"}
- cve_program_cvelist_v5cweurn:baitaphish:normalized-source-record:v2:c911842a6faab94801d2138983f2003cd9212b628014f7093ec5f551d6c5c26b · sha256:4687891193c6e93d… · /containers/cna/problemTypes/1/descriptions/0
{"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:c911842a6faab94801d2138983f2003cd9212b628014f7093ec5f551d6c5c26b · sha256:4687891193c6e93d… · /containers/cna/problemTypes/0/descriptions/0
Affected products and versions
1 source assertion{"collectionURL":"https://cpan.org/modules","defaultStatus":"unaffected","packageName":"Data-Intern-Shared","product":"Data::Intern::Shared","programFiles":["intern.h"],"repo":"https://github.com/vividsnow/perl5-data-intern-shared","vendor":"EGOR","versions":[{"lessThan":"0.02","status":"affected","version":"0","versionType":"custom"}]}
- cve_program_cvelist_v5affectedurn:baitaphish:normalized-source-record:v2:c911842a6faab94801d2138983f2003cd9212b628014f7093ec5f551d6c5c26b · sha256:4687891193c6e93d… · /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:c911842a6faab94801d2138983f2003cd9212b628014f7093ec5f551d6c5c26b · sha256:4687891193c6e93d… · /containers/adp/0/metrics/0/cvssV3_1
CWE assertions
2 source assertions{"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:c911842a6faab94801d2138983f2003cd9212b628014f7093ec5f551d6c5c26b · sha256:4687891193c6e93d… · /containers/cna/problemTypes/1/descriptions/0
{"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:c911842a6faab94801d2138983f2003cd9212b628014f7093ec5f551d6c5c26b · sha256:4687891193c6e93d… · /containers/cna/problemTypes/0/descriptions/0
Source references
2 source assertions{"tags":["release-notes"],"url":"https://metacpan.org/release/EGOR/Data-Intern-Shared-0.02/changes"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:c911842a6faab94801d2138983f2003cd9212b628014f7093ec5f551d6c5c26b · sha256:4687891193c6e93d… · /containers/cna/references/1
{"url":"https://metacpan.org/release/EGOR/Data-Intern-Shared-0.02/diff/EGOR/Data-Intern-Shared-0.01#intern.h"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:c911842a6faab94801d2138983f2003cd9212b628014f7093ec5f551d6c5c26b · sha256:4687891193c6e93d… · /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.