Page MenuHomePhabricator

BlankEclair (Claire Elaina)
Queen Destroyer of Minor Inconveniences

Today

  • No visible events.

Tomorrow

  • No visible events.

Wednesday

  • No visible events.

User Details

User Since
Jun 13 2024, 7:10 AM (87 w, 4 d)
Availability
Available
IRC Nick
BlankEclair
LDAP User
BlankEclair
MediaWiki User
BlankEclair [ Global Accounts ]

OOPSIE WOOPSIE!! Uwu We made a fucky wucky!! A wittle fucko boingo! The code monkeys at our headquarters are working VEWY HAWD to fix this!

Recent Activity

Nov 28 2025

BlankEclair closed T410831: Forms cannot be submitted with hide-if for options-messages and options as Resolved.
Nov 28 2025, 8:43 AM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), affects-Miraheze, MediaWiki-extensions-ContactPage

Nov 25 2025

BlankEclair claimed T410831: Forms cannot be submitted with hide-if for options-messages and options.
Nov 25 2025, 1:47 AM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), affects-Miraheze, MediaWiki-extensions-ContactPage

Nov 22 2025

BlankEclair created T410831: Forms cannot be submitted with hide-if for options-messages and options.
Nov 22 2025, 11:07 PM · MW-1.46-notes (1.46.0-wmf.5; 2025-12-02), affects-Miraheze, MediaWiki-extensions-ContactPage

Jul 4 2025

BlankEclair added a comment to T398737: Issue with links (Special:BadTitle is shown).

If you configure it such thta only logged-in users can read it, then alllwing previews would leak its contents for logged-out users, no?

Jul 4 2025, 9:50 PM · WikiSEO

Jul 3 2025

BlankEclair closed T398125: #seo tag with a lowercase image parameter does not result in a properly formed og:image as Resolved.
Jul 3 2025, 10:09 PM · WikiSEO

Jun 29 2025

BlankEclair claimed T398125: #seo tag with a lowercase image parameter does not result in a properly formed og:image.
Jun 29 2025, 1:20 AM · WikiSEO
BlankEclair created T398125: #seo tag with a lowercase image parameter does not result in a properly formed og:image.
Jun 29 2025, 1:20 AM · WikiSEO

Jun 6 2025

BlankEclair placed T11209: DismissableSiteNotice relies on JavaScript to render site notice up for grabs.
Jun 6 2025, 6:24 AM · Accessibility, DismissableSiteNotice

May 26 2025

BlankEclair added a comment to T353868: User unable to search in EBSCO Discovery Service in Firefox.

I've faced this issue when my browser didn't send a Referer: https://wikipedialibrary.wmflabs.org/ header when accessing https://search-ebscohost-com.wikipedialibrary.idm.oclc.org/login.aspx.

May 26 2025, 1:35 AM · Moderator-Tools-Team, Library-Card-Platform

May 18 2025

BlankEclair added a project to T394612: CVE-2025-7057: Stored XSS through a system message in Extension:Quiz: Vuln-XSS.
May 18 2025, 9:03 PM · Security-Team, SecTeam-Processed, MediaWiki-extensions-Quiz, Vuln-XSS, affects-Miraheze, Security

May 17 2025

BlankEclair closed T389710: MsCatSelect causes section edits to have an extra newline when saving as Resolved.
May 17 2025, 10:17 PM · affects-Miraheze, MediaWiki-extensions-MsCatSelect

Apr 25 2025

BlankEclair added a comment to T392341: CVE-2025-53483, CVE-2025-53484, CVE-2025-53485: SecurePoll is vulnerable to XSS, CSRF, and lack of authorisation.

I wonder if we can use the election ID as a part of the edit token salt, akin to rollback

Does it? I skimmed the buildRollbackLink function and it looks like it just passes rollback as the salt.

Apr 25 2025, 11:08 PM · Trust and Safety Product Sprint (Sprint Princess Tarta (August 18 - September 5)), Essential-Work, Patch-For-Review, Trust and Safety Product Team, Vuln-BrokenAccessControl, affects-Miraheze, Vuln-CSRF, Vuln-XSS, MediaWiki-extensions-SecurePoll, Security, Security-Team

Apr 23 2025

BlankEclair added a comment to T392341: CVE-2025-53483, CVE-2025-53484, CVE-2025-53485: SecurePoll is vulnerable to XSS, CSRF, and lack of authorisation.

I wonder if we can use the election ID as a part of the edit token salt, akin to rollback

Apr 23 2025, 1:25 PM · Trust and Safety Product Sprint (Sprint Princess Tarta (August 18 - September 5)), Essential-Work, Patch-For-Review, Trust and Safety Product Team, Vuln-BrokenAccessControl, affects-Miraheze, Vuln-CSRF, Vuln-XSS, MediaWiki-extensions-SecurePoll, Security, Security-Team

Apr 20 2025

BlankEclair added a comment to T392341: CVE-2025-53483, CVE-2025-53484, CVE-2025-53485: SecurePoll is vulnerable to XSS, CSRF, and lack of authorisation.

Sumimasen! Watashi will try to twanswate it ^^;

Hello everynyan!

I was reading the SecurePoll source code, and found some oopsie-whoopsies!! Therefore, I want somenone to fixie-wixie the problems (* ^ ω ^)

First off, ArchivePage.php and UnarchivePage.php do not check if the request is POSTed or has an edit token, so an eeeevil attacker can convince an election admin to archive or unarchive a page without their intention O.O

Additionyally, if one of the options for a single transferable vote with Droop quota poll is an cross-site scripting payload, such as <script>alert("OOPSIE WOOPSIE!! Uwu We made a fucky wucky!! A wittle fucko boingo! The code monkeys at our headquarters are working VEWY HAWD to fix this!")</script>, then a voter would get XSSed if they voted for the malicious option OwO
This problem is caused by line 432 of VotePage.php :3

2025-04-19_16-18.png (991×1 px, 74 KB)

And also, VoterEligibilityPage#executeClear() does not check if the request is POSTed or has a valid edit token, thus also leading to the first problem (︶︹︺)

I also saw that SetTranslationHandler.php doesn't validate that the user is an election admin, so an arbitrary user can change the text for an poll, even if they're not logged in! (⌒_⌒;)
Luckily, this functionality seems to be broken since MediaWiki 1.43, as it cannot properly get the request body and instead reports No valid body (o^▽^o)

Lastly, the functions ResultPage::getPagesTab() and ResultPage::getErrorsTab() does nyot escape user input!! So if a malicious user can sneak in a malicious page name, this can happen:

Fortunately, the impact of this problem is reduced due to two things:

  • All but one of the cross-site scripting vulnyable areas are inside elements' contents, which cannot contain the left-angle bracket or the right-angle bracket since it's a title 💮
  • Thus, the one vulnerable area is inside tha attribute of an element. However, it depends on SetTranslationHandler.php to work to display, which we have already established doesn't on MediaWiki 1.43 🩷

Eto... I have one question, nya. For some reason, the edit token is checked when voting, but the request is still allowed if it's a CSF O.O
Instead, the scrutiners have to vawidate that the CSRF flag is not unset! I want to ask if you know the answer (#><)

That's all :3

Apr 20 2025, 10:10 AM · Trust and Safety Product Sprint (Sprint Princess Tarta (August 18 - September 5)), Essential-Work, Patch-For-Review, Trust and Safety Product Team, Vuln-BrokenAccessControl, affects-Miraheze, Vuln-CSRF, Vuln-XSS, MediaWiki-extensions-SecurePoll, Security, Security-Team
BlankEclair added projects to T392341: CVE-2025-53483, CVE-2025-53484, CVE-2025-53485: SecurePoll is vulnerable to XSS, CSRF, and lack of authorisation: MediaWiki-extensions-SecurePoll, Vuln-XSS, Vuln-CSRF, affects-Miraheze, Vuln-BrokenAccessControl.
Apr 20 2025, 9:31 AM · Trust and Safety Product Sprint (Sprint Princess Tarta (August 18 - September 5)), Essential-Work, Patch-For-Review, Trust and Safety Product Team, Vuln-BrokenAccessControl, affects-Miraheze, Vuln-CSRF, Vuln-XSS, MediaWiki-extensions-SecurePoll, Security, Security-Team
BlankEclair created T392341: CVE-2025-53483, CVE-2025-53484, CVE-2025-53485: SecurePoll is vulnerable to XSS, CSRF, and lack of authorisation.
Apr 20 2025, 9:29 AM · Trust and Safety Product Sprint (Sprint Princess Tarta (August 18 - September 5)), Essential-Work, Patch-For-Review, Trust and Safety Product Team, Vuln-BrokenAccessControl, affects-Miraheze, Vuln-CSRF, Vuln-XSS, MediaWiki-extensions-SecurePoll, Security, Security-Team

Mar 27 2025

BlankEclair closed T389928: Invalid File rows will cause exceptions when displaying the table as Resolved.
Mar 27 2025, 8:46 PM · affects-Miraheze, MediaWiki-extensions-Cargo

Mar 25 2025

BlankEclair added a project to T389928: Invalid File rows will cause exceptions when displaying the table: affects-Miraheze.
Mar 25 2025, 9:47 AM · affects-Miraheze, MediaWiki-extensions-Cargo
BlankEclair claimed T389928: Invalid File rows will cause exceptions when displaying the table.
Mar 25 2025, 9:46 AM · affects-Miraheze, MediaWiki-extensions-Cargo
BlankEclair created T389928: Invalid File rows will cause exceptions when displaying the table.
Mar 25 2025, 9:46 AM · affects-Miraheze, MediaWiki-extensions-Cargo

Mar 23 2025

BlankEclair closed T389730: Getting the namespace from the frame results in nil as Invalid.

https://www.mediawiki.org/wiki/LUAREF#frame:getTitle:

Returns the title associated with the frame as a string

Mar 23 2025, 4:26 AM · Scribunto
BlankEclair created T389730: Getting the namespace from the frame results in nil.
Mar 23 2025, 4:23 AM · Scribunto
BlankEclair added a comment to T376021: Migrate WebAuthn on Wikimedia wikis to central domain.

Is there a way to reenable WebAuthn on auth.wikimedia.org right now? Or is it something to be planned in the future

Mar 23 2025, 1:13 AM · MediaWiki-Platform-Team, SUL3, MediaWiki-extensions-OATHAuth

Mar 22 2025

BlankEclair closed T386076: Add the ability to have global page notices as Resolved.

I suppose so :p

Mar 22 2025, 9:07 PM · MW-1.44-notes (1.44.0-wmf.17; 2025-02-18), MediaWiki-extensions-PageNotice
BlankEclair claimed T389710: MsCatSelect causes section edits to have an extra newline when saving.
Mar 22 2025, 8:32 AM · affects-Miraheze, MediaWiki-extensions-MsCatSelect
BlankEclair created T389710: MsCatSelect causes section edits to have an extra newline when saving.
Mar 22 2025, 8:15 AM · affects-Miraheze, MediaWiki-extensions-MsCatSelect

Mar 21 2025

BlankEclair removed a project from T389590: CVE-2025-32070:XSSes in AJAXPoll: Patch-For-Review.
Mar 21 2025, 7:21 AM · SecTeam-Processed, Vuln-XSS, AJAXPoll, Security, Security-Team
BlankEclair removed a project from T389590: CVE-2025-32070:XSSes in AJAXPoll: Patch-For-Review.
Mar 21 2025, 7:15 AM · SecTeam-Processed, Vuln-XSS, AJAXPoll, Security, Security-Team
BlankEclair added a project to T389590: CVE-2025-32070:XSSes in AJAXPoll: Patch-For-Review.

https://gerrit.wikimedia.org/r/c/mediawiki/extensions/AJAXPoll/+/1130013

Mar 21 2025, 7:09 AM · SecTeam-Processed, Vuln-XSS, AJAXPoll, Security, Security-Team
BlankEclair updated subscribers of T389590: CVE-2025-32070:XSSes in AJAXPoll.
Mar 21 2025, 7:05 AM · SecTeam-Processed, Vuln-XSS, AJAXPoll, Security, Security-Team
BlankEclair added a comment to T389590: CVE-2025-32070:XSSes in AJAXPoll.

Mar 21 2025, 7:02 AM · SecTeam-Processed, Vuln-XSS, AJAXPoll, Security, Security-Team
BlankEclair claimed T389590: CVE-2025-32070:XSSes in AJAXPoll.
Mar 21 2025, 6:50 AM · SecTeam-Processed, Vuln-XSS, AJAXPoll, Security, Security-Team
BlankEclair created T389590: CVE-2025-32070:XSSes in AJAXPoll.
Mar 21 2025, 6:49 AM · SecTeam-Processed, Vuln-XSS, AJAXPoll, Security, Security-Team

Mar 17 2025

BlankEclair placed T389149: Skin:WMAU: Validate and/or normalise wmau-config.json when saving up for grabs.
Mar 17 2025, 11:28 PM · affects-Miraheze, Wikimedia Australia
BlankEclair added a comment to T389149: Skin:WMAU: Validate and/or normalise wmau-config.json when saving.

I suppose this can be implemented as a content handler? This would give us validateSave() to check types, and preSaveTransform() to also change icon_width to an integer if we so wish

Mar 17 2025, 11:14 PM · affects-Miraheze, Wikimedia Australia
BlankEclair claimed T389149: Skin:WMAU: Validate and/or normalise wmau-config.json when saving.
Mar 17 2025, 11:09 PM · affects-Miraheze, Wikimedia Australia
BlankEclair created T389149: Skin:WMAU: Validate and/or normalise wmau-config.json when saving.
Mar 17 2025, 11:08 PM · affects-Miraheze, Wikimedia Australia

Mar 10 2025

BlankEclair added a comment to T388359: SimpleBlogPage breaks with BlueSpice function requirements.

I have this exception after loading only Skin:Vector (b8febf782b5291d85c0d7a5f97fca9fd1b21abac), Extension:OOJSPlus (ec0a1051aa8c001c0bec22daf3d05d7c6c2d483b), and Extension:SimpleBlogPage (3d9ee78dfe360077da076cd7e00275f79b506d15, along with a local modification to extension.json to add "load_composer_autoloader": true to load composer dependencies):

MediaWiki internal error.
Mar 10 2025, 10:29 PM · BlueSpice, affects-Miraheze

Mar 8 2025

BlankEclair claimed T388296: importImages.php does not exit with a non-zero return code if a file fails to import.
Mar 8 2025, 6:10 AM · MW-1.39-notes, MW-1.43-notes, MW-1.42-notes, MW-1.44-notes (1.44.0-wmf.20; 2025-03-11), Commons, MediaWiki-File-management
BlankEclair created T388296: importImages.php does not exit with a non-zero return code if a file fails to import.
Mar 8 2025, 4:53 AM · MW-1.39-notes, MW-1.43-notes, MW-1.42-notes, MW-1.44-notes (1.44.0-wmf.20; 2025-03-11), Commons, MediaWiki-File-management

Feb 22 2025

BlankEclair updated BlankEclair.
Feb 22 2025, 12:47 AM
BlankEclair updated BlankEclair.
Feb 22 2025, 12:47 AM

Feb 21 2025

BlankEclair removed a project from T386887: CVE-2025-32075: IP and user agent leaks in Extension:Tabs: Patch-For-Review.
Feb 21 2025, 12:33 PM · SecTeam-Processed, Vuln-Inject, MediaWiki-extensions-Other, Security, Security-Team
BlankEclair removed a project from T386908: CVE-2025-32074: XSSes in Extension:ConfirmAccount: Patch-For-Review.
Feb 21 2025, 12:33 PM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-ConfirmAccount, Security, Security-Team

Feb 20 2025

BlankEclair added a comment to T386908: CVE-2025-32074: XSSes in Extension:ConfirmAccount.

Feb 20 2025, 10:14 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-ConfirmAccount, Security, Security-Team
BlankEclair updated the task description for T386908: CVE-2025-32074: XSSes in Extension:ConfirmAccount.
Feb 20 2025, 10:11 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-ConfirmAccount, Security, Security-Team
BlankEclair claimed T386908: CVE-2025-32074: XSSes in Extension:ConfirmAccount.
Feb 20 2025, 10:09 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-ConfirmAccount, Security, Security-Team
BlankEclair created T386908: CVE-2025-32074: XSSes in Extension:ConfirmAccount.
Feb 20 2025, 10:07 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-ConfirmAccount, Security, Security-Team
BlankEclair updated BlankEclair.
Feb 20 2025, 6:56 AM
BlankEclair edited Description on BlueSpice.
Feb 20 2025, 6:40 AM
BlankEclair added a comment to T386887: CVE-2025-32075: IP and user agent leaks in Extension:Tabs.

Feb 20 2025, 3:55 AM · SecTeam-Processed, Vuln-Inject, MediaWiki-extensions-Other, Security, Security-Team
BlankEclair claimed T386887: CVE-2025-32075: IP and user agent leaks in Extension:Tabs.
Feb 20 2025, 3:33 AM · SecTeam-Processed, Vuln-Inject, MediaWiki-extensions-Other, Security, Security-Team
BlankEclair created T386887: CVE-2025-32075: IP and user agent leaks in Extension:Tabs.
Feb 20 2025, 3:32 AM · SecTeam-Processed, Vuln-Inject, MediaWiki-extensions-Other, Security, Security-Team

Feb 19 2025

BlankEclair closed T386337: CVE-2025-32073: System message XSS in HTMLTags as Resolved.

LGTM

Feb 19 2025, 10:04 PM · SecTeam-Processed, MediaWiki-extensions-Other, Vuln-XSS, Security

Feb 13 2025

BlankEclair added a comment to T386337: CVE-2025-32073: System message XSS in HTMLTags.

We have to subscribe them to security tasks anyway because of the default view policy

Feb 13 2025, 10:20 PM · SecTeam-Processed, MediaWiki-extensions-Other, Vuln-XSS, Security
BlankEclair added projects to T386337: CVE-2025-32073: System message XSS in HTMLTags: Vuln-XSS, MediaWiki-extensions-Other.
Feb 13 2025, 10:18 AM · SecTeam-Processed, MediaWiki-extensions-Other, Vuln-XSS, Security
BlankEclair created T386337: CVE-2025-32073: System message XSS in HTMLTags.
Feb 13 2025, 10:17 AM · SecTeam-Processed, MediaWiki-extensions-Other, Vuln-XSS, Security

Feb 12 2025

BlankEclair closed T331540: PageNotice headers and footers can't display page indicators as Resolved.
Feb 12 2025, 11:12 PM · MW-1.44-notes (1.44.0-wmf.17; 2025-02-18), Patch-For-Review, MediaWiki-extensions-PageNotice
BlankEclair closed T315793: PageNotice has no PHPUnit tests, a subtask of T186850: Wikimedia-deployed extensions/skins with no PHPUnit coverage, as Resolved.
Feb 12 2025, 11:12 PM · Technical-Debt, Test-Coverage, WMF-General-or-Unknown
BlankEclair closed T315793: PageNotice has no PHPUnit tests as Resolved.
Feb 12 2025, 11:12 PM · MW-1.44-notes (1.44.0-wmf.17; 2025-02-18), MediaWiki-extensions-PageNotice, Test-Coverage
BlankEclair added a comment to T331540: PageNotice headers and footers can't display page indicators.

I only need it for REL1_43, but I personally try to backport every change I make (to versions that have not reached their end-of-life). Should I not?

Feb 12 2025, 9:32 PM · MW-1.44-notes (1.44.0-wmf.17; 2025-02-18), Patch-For-Review, MediaWiki-extensions-PageNotice

Feb 11 2025

BlankEclair claimed T386076: Add the ability to have global page notices.
Feb 11 2025, 11:03 AM · MW-1.44-notes (1.44.0-wmf.17; 2025-02-18), MediaWiki-extensions-PageNotice
BlankEclair created T386076: Add the ability to have global page notices.
Feb 11 2025, 11:03 AM · MW-1.44-notes (1.44.0-wmf.17; 2025-02-18), MediaWiki-extensions-PageNotice

Jan 28 2025

BlankEclair added a hashtag to Community-Tech (Sea Lion Squad): #rabbitsquad.
Jan 28 2025, 12:44 PM
BlankEclair edited Description on Community-Tech (Sea Lion Squad).
Jan 28 2025, 12:42 PM
BlankEclair set the image for Community-Tech (Sea Lion Squad) to F58297547: profile.
Jan 28 2025, 12:42 PM
BlankEclair updated the image for Community-Tech (Fox Squad) from F58297456: profile to F58297530: profile.
Jan 28 2025, 12:39 PM
BlankEclair edited Description on Community-Tech (Sea Lion Squad).
Jan 28 2025, 12:39 PM
BlankEclair edited Description on Community-Tech (Fox Squad).
Jan 28 2025, 12:34 PM

Jan 21 2025

BlankEclair added a comment to T384269: CVE-2025-32078: XSSes and potential RCE in Special:VersionCompare.

Jan 21 2025, 5:09 AM · SecTeam-Processed, MediaWiki-extensions-VersionCompare, Vuln-XSS, Security, Security-Team
BlankEclair claimed T384269: CVE-2025-32078: XSSes and potential RCE in Special:VersionCompare.
Jan 21 2025, 4:26 AM · SecTeam-Processed, MediaWiki-extensions-VersionCompare, Vuln-XSS, Security, Security-Team
BlankEclair created T384269: CVE-2025-32078: XSSes and potential RCE in Special:VersionCompare.
Jan 21 2025, 4:25 AM · SecTeam-Processed, MediaWiki-extensions-VersionCompare, Vuln-XSS, Security, Security-Team

Jan 20 2025

BlankEclair added a comment to T383390: Comments do not show up without <comment-streams-toc />.

Reopening since the patch was only applied to the Release 1.42 branch. Was it fixed in another patch on master and the Release 1.43 branch?

Jan 20 2025, 1:29 AM · Patch-For-Review, affects-Miraheze, MediaWiki-extensions-CommentStreams

Jan 19 2025

BlankEclair added a comment to T373511: Special:AllComments is incompatible with MediaWiki 1.42.

Personally, I tried to take a stab at it when I first filed it, but it was too complex for me to figure out.

Jan 19 2025, 10:58 AM · affects-Miraheze, MediaWiki-extensions-CommentStreams
BlankEclair claimed T11209: DismissableSiteNotice relies on JavaScript to render site notice.

Adding data-nosnippet to the relevant element should work, and it appears to work as Core also does that (T315259: Add data-nosnippet to the printfooter div, T353984: Sitenotice can appear as the preview in search results on google).

Jan 19 2025, 3:20 AM · Accessibility, DismissableSiteNotice

Jan 18 2025

BlankEclair closed T384103: Requesting GitLab account activation for BlankEclair as Resolved.

I've been added to Trusted-Contributors.

Jan 18 2025, 2:51 AM · GitLab (Account Approval), Release-Engineering-Team
BlankEclair created T384103: Requesting GitLab account activation for BlankEclair.
Jan 18 2025, 2:44 AM · GitLab (Account Approval), Release-Engineering-Team

Jan 16 2025

BlankEclair added a comment to T376267: ☂ Wikitech account linking and SUL error reporting.
ladsgroup@mwmaint2002:~$ mwscript extensions/CentralAuth/maintenance/createLocalAccount.php --wiki=labswiki  "BlankEclair"
DEPRECATION WARNING: Maintenance scripts are moving to Kubernetes. See
https://wikitech.wikimedia.org/wiki/Maintenance_scripts for the new process.
Maintenance hosts will be going away; please submit feedback promptly if
maintenance scripts on Kubernetes don't work for you. (T341553)
User 'BlankEclair' created

Try again please.

Jan 16 2025, 2:07 PM · wikitech.wikimedia.org
BlankEclair added a comment to T376267: ☂ Wikitech account linking and SUL error reporting.
Wikitech account/LDAP:BlankEclair
SUL accountBlankEclair
Account linked on IDMY
I have visited MediaWiki:LoginpromptY
I have tried to reset my password using Special:PasswordResetN
Jan 16 2025, 4:33 AM · wikitech.wikimedia.org

Jan 15 2025

BlankEclair added a comment to T383472: CVE-2025-32077: XSSes in Extension:SimpleCalendar.

You're welcome ^_^

Jan 15 2025, 10:50 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security
BlankEclair changed the status of T383472: CVE-2025-32077: XSSes in Extension:SimpleCalendar from In Progress to Open.
Jan 15 2025, 9:10 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security
BlankEclair removed a project from T383472: CVE-2025-32077: XSSes in Extension:SimpleCalendar: Patch-For-Review.
Jan 15 2025, 9:10 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security

Jan 12 2025

BlankEclair closed T383390: Comments do not show up without <comment-streams-toc /> as Resolved.
Jan 12 2025, 1:45 AM · Patch-For-Review, affects-Miraheze, MediaWiki-extensions-CommentStreams

Jan 11 2025

BlankEclair added a comment to T383472: CVE-2025-32077: XSSes in Extension:SimpleCalendar.

Jan 11 2025, 3:22 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security
BlankEclair claimed T383472: CVE-2025-32077: XSSes in Extension:SimpleCalendar.
Jan 11 2025, 3:15 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security
BlankEclair created T383472: CVE-2025-32077: XSSes in Extension:SimpleCalendar.
Jan 11 2025, 3:15 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security

Jan 10 2025

BlankEclair claimed T383390: Comments do not show up without <comment-streams-toc />.
Jan 10 2025, 11:31 AM · Patch-For-Review, affects-Miraheze, MediaWiki-extensions-CommentStreams
BlankEclair created T383390: Comments do not show up without <comment-streams-toc />.
Jan 10 2025, 11:30 AM · Patch-For-Review, affects-Miraheze, MediaWiki-extensions-CommentStreams

Jan 7 2025

BlankEclair added a comment to T383098: Add BlankEclair to Security Team Hall of Fame.

FYI, my trinklets page lists all public vulns I've found. As of writing, all but one (NeoChat) are MediaWiki extensions or skins

Jan 7 2025, 6:52 AM · SecTeam-Processed, Security Team AppSec, Security-Team

Dec 13 2024

BlankEclair renamed T356842: Transcluded special page includes superfluous text from Transcluded special page includes suprious text to Transcluded special page includes superfluous text.
Dec 13 2024, 5:17 AM · affects-Miraheze, MediaWiki-extensions-Editcount
BlankEclair claimed T377340: DisplayTitle in CommentStreams author is visually HTML escaped.
Dec 13 2024, 4:37 AM · affects-Miraheze, MediaWiki-extensions-CommentStreams
BlankEclair removed a project from T377340: DisplayTitle in CommentStreams author is visually HTML escaped: MediaWiki-extensions-DisplayTitle.

The bug still happens without Extension:DisplayTitle:

Screenshot 2024-12-13 at 15-19-39 my_wiki.png (1×3 px, 364 KB)

Screenshot 2024-12-13 at 15-19-47 Version - my_wiki.png (302×2 px, 68 KB)

Dec 13 2024, 4:20 AM · affects-Miraheze, MediaWiki-extensions-CommentStreams
BlankEclair added a comment to T378203: changePassword.php should have the option to take the password through stdin.

Should this task be closed?

Dec 13 2024, 4:10 AM · Patch-For-Review, MW-1.44-notes (1.44.0-wmf.8; 2024-12-17), affects-Miraheze, MediaWiki-User-login-and-signup

Dec 12 2024

BlankEclair closed T381753: CVE-2025-23079: XSSes in Extension:ArticleFeedbackv5 as Resolved.
Dec 12 2024, 11:15 AM · ArticleFeedbackv5, Vuln-XSS, affects-Miraheze, Security
BlankEclair added a project to T382043: CVE-2025-23078: XSS in BreadCrumbs2: Patch-For-Review.
Dec 12 2024, 9:14 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security, Security-Team
BlankEclair claimed T375835: Allow passing custom arguments to the Lua library constructor.

i have no idea how my time management works

Dec 12 2024, 6:10 AM · MW-1.45-notes (1.45.0-wmf.15; 2025-08-19), Patch-For-Review, Scribunto
BlankEclair attached a referenced file: F57841359: T382043.patch.
Dec 12 2024, 4:54 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security, Security-Team
BlankEclair added a comment to T382043: CVE-2025-23078: XSS in BreadCrumbs2.

oops forgot a trim

Dec 12 2024, 4:53 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security, Security-Team
BlankEclair updated subscribers of T381753: CVE-2025-23079: XSSes in Extension:ArticleFeedbackv5.
Dec 12 2024, 1:38 AM · ArticleFeedbackv5, Vuln-XSS, affects-Miraheze, Security
BlankEclair added a comment to T382043: CVE-2025-23078: XSS in BreadCrumbs2.

Dec 12 2024, 1:26 AM · SecTeam-Processed, Vuln-XSS, MediaWiki-extensions-Other, affects-Miraheze, Security, Security-Team