LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6798: RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator <= 4.3.2 - Missing Authorization

The RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator plugin for WordPress is vulnerable to unauthorized settings update due to a missing capability check when updating settings in all versions up to, and including, 4.3.2. This makes it possible for authenticated attackers, with author-level access or above to change the plugin's settings including proxy settings, which are also exposed to authors.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A logged-in WordPress user with Author or higher could change Feedzy plugin settings they should not control. The cited issue includes proxy settings, so the business risk is unauthorized configuration changes and limited confidentiality/integrity impact, not direct site takeover based on available evidence.

Executive priority

Treat this as a moderate-priority WordPress hardening issue. It is most urgent for sites with many content authors, weak account controls, or sensitive feed/proxy configuration, but current sources do not justify emergency exploitation language.

Technical view

CVE-2023-6798 is a missing authorization flaw in RSS Aggregator by Feedzy for WordPress through version 4.3.2. The settings update path lacked a capability check, allowing authenticated author-level users or above to modify plugin settings. CVSS is 5.4, with low confidentiality and integrity impact.

Likely exposure

Exposure is limited to WordPress sites running the Feedzy RSS Aggregator plugin at version 4.3.2 or earlier, where untrusted or numerous Author-level accounts exist.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Abuse requires authenticated WordPress access with Author-level privileges or higher, reducing internet-wide drive-by risk but raising insider and compromised-account risk.

Researcher notes

The core issue is CWE-862: missing capability enforcement around settings updates. The provided references identify author-level authenticated attackers and proxy setting exposure. The bundle does not include exploit telemetry, detailed attack chains, or a named fixed version beyond the affected range.

Mitigation direction

  • Inventory WordPress sites using the Feedzy RSS Aggregator plugin.
  • Update Feedzy according to vendor or WordPress plugin guidance.
  • Restrict Author-level access to trusted users only.
  • Review Feedzy settings, especially proxy settings, for unauthorized changes.
  • Monitor WordPress admin activity for unexpected plugin configuration updates.

Validation and detection

  • Confirm whether Feedzy is installed and at version 4.3.2 or earlier.
  • Check WordPress user roles for untrusted Author-level or higher accounts.
  • Review current Feedzy configuration for unexpected settings changes.
  • After remediation, verify authors cannot modify protected plugin settings.
  • Retain evidence of plugin version and configuration review.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-6798 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2023-6798Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
themeisleRSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.