CVE Explorer
CVE-2026-64617
Data::PubSub::Shared versions before 0.07 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW.
The segment is created in pubsub.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:090784cc91d32734a8fef4c1269385fab5fddb3a4c8c4d916601509290fa2169 · sha256:4066cd88f716e3df… · /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:090784cc91d32734a8fef4c1269385fab5fddb3a4c8c4d916601509290fa2169 · sha256:4066cd88f716e3df… · /containers/cna/problemTypes/0/descriptions/0
Affected products and versions
1 source assertion{"collectionURL":"https://cpan.org/modules","defaultStatus":"unaffected","packageName":"Data-PubSub-Shared","product":"Data::PubSub::Shared","programFiles":["pubsub.h"],"repo":"https://github.com/vividsnow/perl5-data-pubsub-shared","vendor":"EGOR","versions":[{"lessThan":"0.07","status":"affected","version":"0","versionType":"custom"}]}
- cve_program_cvelist_v5affectedurn:baitaphish:normalized-source-record:v2:090784cc91d32734a8fef4c1269385fab5fddb3a4c8c4d916601509290fa2169 · sha256:4066cd88f716e3df… · /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:090784cc91d32734a8fef4c1269385fab5fddb3a4c8c4d916601509290fa2169 · sha256:4066cd88f716e3df… · /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:090784cc91d32734a8fef4c1269385fab5fddb3a4c8c4d916601509290fa2169 · sha256:4066cd88f716e3df… · /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:090784cc91d32734a8fef4c1269385fab5fddb3a4c8c4d916601509290fa2169 · sha256:4066cd88f716e3df… · /containers/cna/problemTypes/0/descriptions/0
Source references
2 source assertions{"tags":["release-notes"],"url":"https://metacpan.org/release/EGOR/Data-PubSub-Shared-0.07/changes"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:090784cc91d32734a8fef4c1269385fab5fddb3a4c8c4d916601509290fa2169 · sha256:4066cd88f716e3df… · /containers/cna/references/1
{"url":"https://metacpan.org/release/EGOR/Data-PubSub-Shared-0.07/diff/EGOR/Data-PubSub-Shared-0.06#pubsub.h"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:090784cc91d32734a8fef4c1269385fab5fddb3a4c8c4d916601509290fa2169 · sha256:4066cd88f716e3df… · /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.