Search found 15 matches

by overseer
Wed May 20, 2026 2:49 am
Forum: CVE Advisories
Topic: CVE-2026-8711 - NGINX JavaScript vulnerability
Replies: 1
Views: 26

Re: CVE-2026-8711 - NGINX JavaScript vulnerability

Solution
Disable ASLR if possible.
That's crazy! The opposite advice is recommended -- make sure Address Space Layout Randomization (ASLR) is ENABLED to prevent remote code execution (RCE).
by overseer
Wed May 20, 2026 2:36 am
Forum: CVE Advisories
Topic: NGINX Rift (CVE-2026-42945): Patched nginx available in testing
Replies: 1
Views: 31

Re: NGINX Rift (CVE-2026-42945): Patched nginx available in testing

I think The Register's quote from Kevin Beaumont is spot-on:
Security researcher Kevin Beaumont noted that while the bug is real, modern Linux defaults significantly reduce the likelihood of successful real-world RCE. "Regarding CVE-2026-42945 in nginx – no modern (or even old) Linux distribution ...
by overseer
Sun Apr 05, 2026 12:32 am
Forum: General Information
Topic: FYI - v15.10 Released
Replies: 2
Views: 398

Re: FYI - v15.10 Released

Have you noticed a pattern to the releases? Bi-monthly or any regularity to them?
by overseer
Fri Apr 03, 2026 2:44 am
Forum: Roundcube Webmail
Topic: Roundcube 1.5.15 Release 2026-03-29
Replies: 1
Views: 190

Re: Roundcube 1.5.15 Release 2026-03-29

https://forum.centos-webpanel.com/updat ... /#msg53072
cyberspace's RC updater script here generally works well to keep RC up-to-date. I have it running in my cron.daily routines, so my servers were up to date even before I saw the notice!
by overseer
Fri Apr 03, 2026 2:40 am
Forum: OWASP CRS Ruleset
Topic: FYI - OWASP CRS 4.25.0 LTS Released
Replies: 1
Views: 171

Re: FYI - OWASP CRS 4.25.0 LTS Released

In the owasp.conf file, /usr/local/apache/modsecurity-rules/owasp.conf , I have omitted the version numbers, so it saves a step in your instructions, since that file stays the same between versions:
Include /usr/local/apache/modsecurity-rules/owasp-crs/coreruleset/crs-setup.conf
Include /usr/local ...
by overseer
Fri Apr 03, 2026 2:21 am
Forum: Suggestions
Topic: populating the forum
Replies: 2
Views: 249

Re: populating the forum

Looks as though the Industry Announcements is also having permissions problems -- can't post a reply there either.
by overseer
Fri Mar 27, 2026 12:45 pm
Forum: Suggestions
Topic: populating the forum
Replies: 2
Views: 249

populating the forum

First suggestion: Probably need to have posts in every topic so as to stimulate organic growth from there.
by overseer
Mon Mar 23, 2026 4:22 pm
Forum: GoAccess
Topic: FYI - GoAccess 1.10.1 Released 2026-02-16
Replies: 5
Views: 538

Re: FYI - GoAccess 1.10.1 Released 2026-02-16

Confirmed working on AlmaLinux 8.
by overseer
Mon Mar 02, 2026 12:36 am
Forum: GoAccess
Topic: FYI - GoAccess 1.10.1 Released 2026-02-16
Replies: 5
Views: 538

Re: FYI - GoAccess 1.10.1 Released 2026-02-16

Was it via this method?

Remove CWP's GoAccess and install prerequisite (MaxMind GeoIP library):
yum -y remove goaccess
yum install libmaxminddb-devel.x86_64
Download and compile GoAccess, replace the current CWP version:
cd /usr/local/src
wget https://tar.goaccess.io/goaccess-1.9.3.tar.gz
tar ...